.header{
    border: 0;
    height: auto;
}

.config-window{
    height: 100%;
}

.edit-header{
    display: flex;
    padding: 10px;
}

.edit-header h2{
    font-size: 1rem;
    position: absolute;
    left: 50%;
    margin-left: -45px;
}

    .back-btn .icon{
        margin-right: 2px;
    }

    .back-btn{
        display: flex;
        align-items: center;
    }

.user-name{
    flex-direction: column;
    padding: 20px 0 16px 17px;
}

    .user-name img{
        width: 60px;
        height: 60px;
        border-radius: 100%;
    }

    .edit-photo{
        display: flex;
        margin-bottom: 20px;
    }

    .edit-photo a{
        font-size: 0.85rem;
        color:#1580fb;
        text-align: center;
        margin-top: 6px;
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .edit-photo img{
        margin-bottom: 10px;
    }

    .edit-photo p{
        color: #8e8e92;
        font-size: 0.8rem;
        margin-top: 6px;
        margin-left: 21px;
        margin-right: 43px;
        display: flex;
        align-items: center;
        height: 60px;
    }

    .edit-name{
        font-size: 1rem;
        border: 0;
        border-top: 1px solid #c7c7cb;
        border-bottom: 1px solid #c7c7cb;
        padding: 8px 0;
        -webkit-appearance: none;
    }

.user-info{
    flex-direction: column;
    background: transparent;
    border: 0;
}

    .user-info label{
        color: #85858a;
        font-size: 0.8rem;
        font-weight: 300;
        letter-spacing: 1px;
        margin-top: 37px;
        margin-left: 17px;
    }

    .edit-info{
        font-size: 1rem;
        border: 0;
        border-top: 1px solid #c7c7cb;
        border-bottom: 1px solid #c7c7cb;
        margin-top: 10px;
        padding: 8px 17px;
        -webkit-appearance: none;
    }


@media (min-height: 845px) and (min-width: 1000px){
    .config-window{
        height: 100%;
    }
}
