.page-customer-account #wrapper {
    margin-top: 0!important;
}
.page-customer-account #content {
    padding: 0;
    max-width: 600px;
    border-radius: 8px;
    border: none;
    box-shadow: 0 0 6px rgb(0 0 0 / 16%);
    margin: 40px auto 120px;
}
.login-form {
    margin-top: 0;
    padding: 44px 40px 33px;
    border-radius: 8px 8px 0 0;
}
.return-connexion {
    font-size: 16px;
    font-family: 'Quicksand';
    line-height: 20px;
    color: #000000;
    text-align: center;
}
#password .return-connexion {
    background: #f9f9f9;
    padding: 20px;
    border-radius: 0 0 8px 8px;
}
.return-connexion a {
    color: #66B337;
    font-weight: 700;
    border-bottom: 1px solid #66B337;
}
.page-customer-account header.page-header {
    display: none;
}
.page-customer-account h1 {
    font-size: 32px;
    line-height: 40px;
    font-weight: 700;
    color: #000000;
    font-family: 'Quicksand';
    margin: 0 0 8px;
    text-align: center;
}
.page-customer-account #submit-login, #password .form-control-submit, section.register-form .form-control-submit {
    background: #81BB57;
    box-shadow: none;
    border-radius: 8px;
    font-size: 18px;
    line-height: 24px;
    text-transform: none;
    font-weight: 700;
    font-family: 'Quicksand';
    width: 100%;
    outline: 0;
    padding: 12px 20px;
    color: #fff;
}
.page-customer-account #content .forgot-password {
    text-align: right;
    font-size: 14px;
    margin-top: 17px;
    padding-bottom: 28px;
    font-weight: 400;
    line-height: 18px;
}
.page-customer-account #content .forgot-password a {
    color: #000;
    text-decoration: underline;
}
.page-customer-account #content .forgot-password a:hover {
    text-decoration: none;
}
.page-customer-account label.col-md-3.form-control-label {
    display: none;
}
.page-customer-account .form-control-comment {
    display: none;
}
#registration .col-md-6 ,
#authentication .col-md-6 {
    width: 100%;
}
.page-customer-account .form-control {
    background-color: #fff;
    color: #6B6B6B;
    border: 1px solid #DBDBDB;
    padding: 8px 16px 8px 57px;
    border-radius: 8px!important;
    height: 50px;
    position: relative;
    outline: 0!important;
}
.form-control:focus, .input-group.focus {
    outline: 0!important;
}
.group-input {
    position: relative;
}
.group-input.email:before {
    content: "";
    position: absolute;
    left: 14px;
    top: 18px;
    width: 16px;
    height: 14px;
    background: url(/img/mail.svg) no-repeat center;
    background-size: 16px;
    z-index: 1;
}
.group-input.user:before {
    content: "";
    position: absolute;
    left: 14px;
    top: 15px;
    width: 16px;
    height: 20px;
    background: url(/img/user.svg) no-repeat center;
    background-size: 16px;
    z-index: 1;
}
.group-input.password:before {
    content: "";
    position: absolute;
    left: 14px;
    top: 15px;
    width: 16px;
    height: 20px;
    background: url(/img/padlock.svg) no-repeat center;
    background-size: 14px;
    z-index: 4;
}
.group-input:after {
    content: "";
    position: absolute;
    left: 43px;
    height: 29px;
    width: 1px;
    top: 10px;
    background: #DBDBDB;
    z-index: 4;
}
.input-group.js-parent-focus .input-group-btn {
    display: none;
}
.breadcrumb li a, .breadcrumb li a span {
    text-transform: uppercase;
}
/***** password ********/
#password .forgotten-password {
    padding: 46px 40px;
}
.send-renew-password-link {
    padding-left: 0;
    padding-right: 0;
    font-size: 14px;
    color: #000000;
    line-height: 18px;
    font-weight: 400;
    font-family: 'Quicksand';
    margin: 0 0 46px;
}
#password h1 {
    margin: 0 0 8px;
}
.forgotten-password .form-fields .email {
    width: 100%;
}
.forgotten-password .form-fields .email input {
    height: 50px;
    width: 100%;
}
.forgotten-password .form-fields .center-email-fields {
    margin: 0 0 12px;
}
/***** registration ****/
section.register-form {
    padding: 44px 40px 40px;
}
.page-customer-account .register-form h1 {
    margin: 0 0 8px;
}
/**** custom-checkbox ***/
.custom-checkbox input[type=checkbox]+span {
    width: 20px;
    height: 20px;
    border-radius: 4px;
    border: 1px solid #DBDBDB;
    margin-top: -2px;
    transition: all 0.2s ease;
}
.custom-checkbox input[type=checkbox]:checked+span {
    background: #ECBB54;
    border-color: #ECBB54;
}
.custom-checkbox input[type=checkbox]+span .checkbox-checked {
    margin: -1px -1px;
    font-size: 20px;
    font-weight: 700;
    color: #fff;
}
/*** radio-inline ****/
.form-control-valign {
    display: flex;
    justify-content: center;
}
.radio-inline {
    padding: 0 12px!important;
    font-size: 16px;
    color: #1C1C1B;
    line-height: 20px;
}
.custom-radio {
    width: 20px;
    height: 20px;
    transition: all 0.2s ease;
    margin-right: 5px!important;
    margin-top: -2px;
    border: 1px solid #DBDBDB;
}
.custom-radio input[type=radio]+span {
    width: 12px!important;
    height: 12px!important;
    left: 50%!important;
    top: 50%!important;
    transform: translate(-50%, -50%);
    background: #81BB57!important;
    opacity: 0!important;
    transition: opacity 0.3s ease;
}
.custom-radio input[type=radio]:checked+span {
	opacity: 1!important;
}
.custom-radio input[type=radio]+span:after {
    content: "";
    position: absolute;
    left: -4px;
    top: -4px;
    width: 20px;
    height: 20px;
    border: 1px solid #81BB57;
    border-radius: 50%;	
    opacity: 0;
    transition: opacity 0.3s ease;
}
.custom-radio input[type=radio]:checked+span:after {
    opacity: 1;
}
.custom-radio input[type=radio]:focus+span {
    border-color: #81BB57;
}
.devider-block {
    position: relative;
    padding: 22px 0;
}
.devider-block span {
    font-family: 'Quicksand';
    font-size: 15px;
    line-height: 19px;
    font-weight: 700;
    color: #000;
    text-align: center;
    display: table;
    margin: 0 auto;
    padding: 0 20px;
    background: #fff;
    z-index: 2;
    position: relative;
}
.devider-block:after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    border-bottom: 1px solid #DBDBDB;
    height: 1px;
}
.no-account .btn-no-account-register {
    font-size: 18px;
    line-height: 23px;
    font-weight: 700;
    font-family: 'Quicksand';
    color: #fff;
    background: #ECBB54;
    width: 100%;
    border-radius: 8px;
    padding: 13px 20px 12px;
    display: table;
    margin: 0 auto;
    outline: 0!important;
    text-decoration: none;
}
.no-account .btn-no-account-register:hover {
    opacity: 0.9;
    box-shadow: 0 2px 4px rgb(0 0 0 / 20%);
}
.page-customer-account #submit-login:hover, #password .form-control-submit:hover, section.register-form .form-control-submit:hover {
    opacity: 0.9;
    box-shadow: 0 2px 4px rgb(0 0 0 / 20%);
}
.form-label {
    font-size: 16px;
    line-height: 20px;
    font-family: 'Quicksand';
    font-weight: 700;
    color: #000;
    margin: 0 0 9px;
}
.form-group {
    margin-bottom: 20px;
}
#registration .custom-checkbox label,
#authentication .custom-checkbox label {
    padding-left: 0;
}
.block_title {
    margin: 0 0 46px;
}
.login-form .block_title {
    margin: 0 0 38px;
}
span.subtitle {
    text-align: center;
    display: block;
    font-size: 14px;
    line-height: 18px;
    font-weight: 700;
    color: #000000;
}
.custom-checkbox input[type=checkbox] {
    opacity: 0;
}