
.main-content{
    padding-top: 0;
}
.account_page_wrapper{
    display: flex;
    flex:1;
    flex-direction: column;
    align-items: center;
    background-color: white;
}
.account_header_wrapper,
.account_main_wrapper{
    width: 630px;
    padding:0 20px 20px 20px ;
}
.account_header_wrapper{
    display: flex;
    justify-content: center;
    flex-direction: column;
    padding-top:20px;
}

.account_header_wrapper_title{
    font-size:1rem;
    padding-bottom:1rem;
}
.account_main_inner{
    width:100%;
}
.account_header_wrapper_description{

}
.account_main_wrapper{
    display: flex;
    flex-direction: column;
    align-items: center;
    flex:1;
}
input[type="text"],
input[type="password"],
input[type="email"]{
    height:34px;
}

.btn-size-big{
    height: 45px;
    padding-left: 60px;
    padding-right: 60px;
}
input{
    width: 100% ;
}
form{
    width:100%;
}
.account_row_title{
    padding-top:1rem;
}
.account_row_input{
    padding-top:0.5rem;
}
.account_row_button{
    padding-top:3rem;
    display: flex;
    justify-content: center;
}
.account_row_cancel{
    padding-top:2rem;
    display: flex;
    justify-content: center;
}
.account_row_validate{
    padding-top:1.5rem;
}
@media (max-width: 768px) {
    .account_header_wrapper{
        background-color: #F7F7F7;
    }
    
    .account_header_wrapper,
    .account_main_wrapper{
        width: 100vw;
    }
    input{
        width: 100% !important;
    }
    body{
        font-size: 1rem !important;
    }
    

}