#create-account_form, #login_form {
    width: 49%;
    float: left;
    background: #fff;
    border-radius: 10px;
    box-shadow: 0 4px 2px rgb(53 53 53 / 20%);
}

#create-account_form {
    float: right;
}

#create-account_form p, #login_form p {
    margin-bottom: 10px;
    padding: 0;
}

#create-account_form fieldset, #login_form fieldset {
    height: 286px;
    margin: 0;
}

#create-account_form .form_content, #login_form .form_content {
    /*padding: 5px 10px;*/
}

#create-account_form h4 {
    line-height: 21px;
    margin: 19px 10px 20px 0;
    font-weight: 400;
    color: #000;
}
.my_account_connexion {
    padding: 24px;
    background: #F1F1F1;
    position: relative;
    border-radius: 8px;
    overflow: hidden;
    margin: 24px 0;
}
#authentication fieldset , #contact fieldset {
    /* box-shadow: 0 3px 6px #00000029; */
    border-radius: 8px;
    border: none;
    padding: 24px;
    background: #ffffff;
    display: flex;
    flex-direction: column;
    text-align: center;
    justify-content: center;
}

#authentication fieldset h3{
    border: none;
    background: transparent;
    font-family: 'Lato', sans-serif;
    font-weight: 600;
    font-size: 20px;
    color: #EA8914;
    text-shadow: none;
    text-transform: uppercase;
}
#authentication fieldset label {
    padding: 5px;
    margin-right: 10px;
}
#login_form p.lost_password {
    padding: 5px;
}
#authentication fieldset .text input{
    box-shadow: 0 2px 2px 0 rgb(53 53 53 / 20%);
    border-radius: 4px;
    padding: 3px 5px;
    border: none;
    height: 32px;
    line-height: 36px;
}

#authentication fieldset label, span.birth {
    font-weight: 400;
    font-size: 16px;
    color: #000;
    text-align: left;
    margin-bottom: 6px;
}

#account-creation_form{
    /* position: relative; */
    /* overflow: hidden; */
}
#account-creation_form .account_creation{
    text-align: left;
    flex: 0 0 auto;
    background: #F1F1F1;
    justify-content: flex-start;
    padding: 24px;
}

#account-creation_form{
    text-align: left;
    width: 100%;
    flex: 0 0 auto;
    position: relative;
    border-radius: 4px;
    overflow: hidden;
    margin: 15px 0;
}

#account-creation_form .account_creation.dni{
    flex: 0 0 auto;
    width: 100%;
}

#account-creation_form .cart_navigation{
    flex: 0 0 auto;
    width: 100%;
    text-align: center;
    margin: 10px 0 0;
    padding: 10px 0 !important;
}
#account-creation_form input[type="text"], #account-creation_form input[type="email"], #account-creation_form input[type="password"], #account-creation_form input[type="tel"], #contact fieldset input[type="text"], #contact fieldset input[type="email"], #account-creation_form select
{
    width: calc(100% - 20px);
    box-shadow: 0 2px 2px 0 rgb(53 53 53 / 20%);
    border-radius: 4px;
    padding: 3px 5px;
    border: none;
    height: 32px;
}

#account-creation_form select,
#account-creation_form textarea,
#contact fieldset select,
#contact fieldset textarea{
    box-shadow: 0 2px 2px 0 rgb(53 53 53 / 20%);
    border-radius: 4px;
    padding: 3px 5px;
    border: none;
    margin-right: 15px;
}
#account-creation_form.std .float{
    width: auto;
}

#account-creation_form #submitAccount{
    float: none;
    background: linear-gradient(180deg, #FFA43A 0%, #EA8914 100%) !important;
    box-shadow: 0px 2px 4px 0px #35353533 !important;
    border-radius: 8px !important;
    text-shadow: none;
}

#account-creation_form .cart_navigation  span{
    display: block;
}

form.std h3 {
    background-color: #f8f8f8;
    background-image: -moz-linear-gradient(top, #ffffff, #eeeeee);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), to(#eeeeee));
    background-image: -webkit-linear-gradient(top, #ffffff, #eeeeee);
    background-image: -o-linear-gradient(top, #ffffff, #eeeeee);
    background-image: linear-gradient(to bottom, #ffffff, #eeeeee);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffeeeeee', GradientType=0);
    color: #444444;
    text-shadow: 1px 1px 0 #ffffff;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    border: 1px solid #dddddd;
    border-bottom-color: #c4c4c4;
    padding: 8px 10px;
}

form.std p {
    padding: 5px;
}

form.std .float {
    clear: left;
    float: left;
    width: 350px;
}

form.std .checkbox {
    padding: 2px 0 2px 5px;
}

form.std .radio label, form.std .radio span, form.std .checkbox label {
    display: inline-flex;
    padding-right: 15px;
    cursor: pointer;
    color: #000;
    font-size: 16px;
}

form.std label, form.std .birth {
    display: block;
    margin-bottom: 2px;
}

form.std .form_info {
    display: block;
    color: rgb(53 53 53 / 62%);
    font-size: 12px;
    margin: 2px 0;
    font-weight: 500;
}

.form-error, .form-ok {
    /*display: inline-block;*/
    position: relative;
    width: 100%;
}

.form-error input, .form-error textarea {
    background: #f2dede;
    border: 1px solid #ebccd1;
    color: #b94a48;
}

.form-ok input, .form-ok textarea {
    background: #dff0d8;
    border: 1px solid #d6e9c6;
    color: #468847;
}

.form-error:after, .form-ok:after {
    font-family: 'icomoon';
    font-size: 20px;
    font-weight: 300;
    position: absolute;
    right: 14px;
    bottom: 0;
}

.form-error:after {
    content: "\f00d";
    color: #e58017;
}

.form-ok:after {
    content: "\f00c";
    color: #353535;
}



#authentication textarea, input[type="text"], #authentication input[type="password"], #authentication input[type="email"] {
    -webkit-transition: border 0.2s linear, box-shadow 0.2s linear;
    -moz-transition: border 0.2s linear, box-shadow 0.2s linear;
    -o-transition: border 0.2s linear, box-shadow 0.2s linear;
    transition: border 0.2s linear, box-shadow 0.2s linear;
}

#authentication textarea:focus, #authentication input[type="text"]:focus, #authentication input[type="password"]:focus, #authentication input[type="email"]:focus {
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(0, 0, 0, 0.2);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(0, 0, 0, 0.2);
}

#authentication input {
    width: 286px;
}
#login_form input, #create-account_form input {
    width: 100%;
}
#authentication input[type="file"] {
    height: auto;
}

#authentication input[type="button"], #authentication input[type="submit"] {
    width: auto;
}

#authentication input[disabled], #authentication input[readonly] {
    background: rgba(0, 0, 0, 0.25);
    cursor: default !important;
}

#authentication input[disabled]:focus, #authentication input[readonly]:focus {
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

#authentication input.error {
    margin: 0;
    padding: 4px 6px;
}

#authentication input[type="radio"], #authentication input[type="checkbox"] {
    display: inline;
    width: auto;
    height: auto;
    min-height: auto !important;
    line-height: normal;
    padding: 0;
    vertical-align: text-top;
    cursor: pointer;
    box-shadow: none;
    border: 0;
}

#authentication input[type="checkbox"] {
    margin-right: 2px;
}

#authentication textarea {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    display: block;
    width: calc(100% - 10px);
    height: 161px;
    overflow: auto;
    vertical-align: top;
    resize: none;
}

#authentication select {
    min-width: 100px;
    height: 32px;
    cursor: pointer;
    padding: 4px 2px;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24'%3E%3Cpath d='M12 17.414 3.293 8.707l1.414-1.414L12 14.586l7.293-7.293 1.414 1.414L12 17.414z'/%3E%3C/svg%3E"); /* Set custom arrow image */
    background-repeat: no-repeat;
    background-position: right 4px center;
}
#authentication select, #authentication textarea {
    color: rgb(53 53 53 / 70%);
    font-size: 16px;
    font-weight: 400;
    display: inline-block;
    outline: 0;
    padding: 4px 6px;
}
form.std select {
    height: 36px !important;
}

form.std #days, form.std #months, form.std #years {
    width: auto;
    height: 36px;
    margin-right: 5px;
}

.styled-select {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    background: #ffffff;
    border: 1px solid #cccccc;
    display: inline-block;
    position: relative;
    height: 26px;
}

.styled-select:after {
    content: "\f107";
    font-family: 'icomoon';
    font-size: 22px;
    font-weight: 300;
    line-height: 16px;
    background: #f9f9f9;
    border-left: 1px solid #cccccc;
    position: absolute;
    top: 0;
    right: 0;
    padding: 4px 7px;
}

.styled-select-text {
    position: absolute;
    left: 0;
    top: 0;
    height: 24px;
    line-height: 24px;
    text-align: left;
    padding: 0 6px;
    overflow: hidden;
}
p.lost_password {
    text-align: left;
}
p.lost_password a {
    font-weight: 400;
    font-size: 16px;
    color: #f7941d;
}
input#SubmitCreate {
    margin-top: 48px;
    width: auto !important;
}
input#SubmitLogin {
    width: auto !important;
}
#togglePassword {
    position: absolute;
    right: 10px;
    top: 1px;
    background: none;
    border: none;
    cursor: pointer;
}
.form_content span {
    position: relative;
}

.password_bloc {
    background: #F1F1F1;
    padding: 24px;
    margin: 24px 0;
    border-radius: 8px;
}
form#form_forgotpassword {
    background: #fff;
    box-shadow: 0 3px 6px #00000029;
    padding: 24px;
    border-radius: 8px;
}
.password_bloc h1 {
    color: #EA8914;
    font-size: 16px;
    font-weight: 700;
}
p.submit .button {
    color: #fff;
    padding: 16px;
    font-family: 'Lato';
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    text-transform: uppercase;
    box-shadow: none;
    border-radius: 8px;
    min-width: 230px;
    background: linear-gradient(#FFA43A 0%, #EA8914 100%);
    filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.25));
}
.password_bloc fieldset {
    max-width: 650px;
    margin: 0 auto;
}
.password_bloc #email {
    box-shadow: 0 2px 2px 0 rgb(53 53 53 / 20%);
    border-radius: 4px;
    padding: 3px 5px;
    border: none;
    width: 100%;
}
.password_bloc p.submit {
    text-align: center;
    margin-top: 30px !important;
}
.password_bloc label {
    font-weight: 400;
    font-size: 16px;
    color: #000;
    text-align: left;
    margin-bottom: 6px !important;
}
.password_bloc p.bold {
    font-weight: 400;
    font-size: 16px;
    color: #000;
    text-align: center;
    margin-bottom: 15px;
}

.custom-checkbox input[type="radio"], .custom-checkbox input[type="checkbox"] {
    position: absolute;
    opacity: 0;
    cursor: pointer;
}

.custom-checkbox .checkmark {
    position: relative;
    height: 16px;
    width: 16px;
    background-color: #fff;
    border: 1px solid #353535;
    display: inline-block;
    border-radius: 0;
    padding: 0 !important;
    margin-right: 5px;
    vertical-align: sub;
}
.custom-checkbox input[type="radio"]:checked + .checkmark::after, .custom-checkbox input[type="checkbox"]:checked + .checkmark::after {
    content: '';
    position: absolute;
    left: 5px;
    top: 0px;
    width: 5px;
    height: 10px;
    border: solid black;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
}

.row_filed {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
}
#account-creation_form .account_creation .row_filed p.textarea {
    width: 100%;
}
#account-creation_form .account_creation sup {
    color: #000;
    font-size: 16px;
}
p.oblig_field {
    text-align: right;
    color: #000;
    font-size: 16px;
}
form.std p.note_txt {
    padding: 24px 0 0;
    font-size: 16px;
    color: #000;
    line-height: 20px;
}
@media (max-width: 480px){
    .row_filed {
        display: grid;
        grid-template-columns: repeat(1, 1fr);
    }
    #account-creation_form .account_creation {
        padding: 8px;
    }
    #account-creation_form input[type="text"], #account-creation_form input[type="email"], #account-creation_form input[type="password"], #account-creation_form input[type="tel"], #contact fieldset input[type="text"], #contact fieldset input[type="email"], #account-creation_form select {
        width: 100%;
    }
    #authentication fieldset label, span.birth, form.std .radio label, form.std .radio span, form.std .checkbox label {
        font-size: 13px;
        margin-bottom: 0;
    }
    #authentication fieldset h3 {
        line-height: 24px;
    }
    #account-creation_form select, #account-creation_form textarea, #contact fieldset select, #contact fieldset textarea {
        margin-right: 5px;
    }
    #authentication select {
        min-width: 80px;
    }
}