.account_intro{
    padding:92px 0 81px 0;
    background: rgb(227,9,125);
    background: -webkit-linear-gradient(36deg, rgba(227,9,125,1) 0%, rgba(233,70,103,1) 100%);
    background: -moz-linear-gradient(36deg, rgba(227,9,125,1) 0%, rgba(233,70,103,1) 100%);
    background: -o-linear-gradient(36deg, rgba(227,9,125,1) 0%, rgba(233,70,103,1) 100%);
    background: linear-gradient(54deg, rgba(227,9,125,1) 0%, rgba(233,70,103,1) 100%);
    color:#FFF;
    font-size: 18px;
    line-height: 24px;
    text-align:justify;
}
.account_intro h1{
    font-size: 36px;
    font-weight: 700;
    margin: 0;
    line-height: 48px;
}

.account_content{
    position: relative;
    height: 580px;
    padding-bottom: 59px;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}

.account_content .row > div{
    position: relative;
}
.account_content .account_block{
    position: absolute;
    top: -240px;
    padding:45px 42px 25px 42px;
    -webkit-border-radius: 141px;
    -moz-border-radius: 141px;
    border-radius: 141px;
    background: #FEF3EF;
    width: 100%;
}
.account_content .account_block.login_block {
    padding: 73px 42px;
}
.account_content .account_block > p{
    margin-bottom: 25px;
    color: #000000;
    font-size:16px;
    font-weight: 700;
    text-align: center;
}
.account_content .account_block > p a{
    color:#E3097D;
    text-decoration: underline;
}
form.pmpro_form {
    max-width: 100%;
}
form.pmpro_form .pmpro_checkout-fields {
    text-align: center;
}
form.pmpro_form .pmpro_checkout-fields div {
    margin-bottom: 0;
}
form.pmpro_form .pmpro_asterisk {
    display: none;
}
form.pmpro_form #pmpro_tos_fields,
form.pmpro_form #pmpro_search_authorisation_fields {
    width: 334px;
    margin: 0 auto;
}
form.pmpro_form .pmpro_submit {
    margin-top: 0;
}
#pmpro_paypalexpress_checkout input[type=image] {
    display: none;
}
form.pmpro_form #pmpro_processing_message {
    margin-top: 0;
    text-align: center;
}

.account_content #loginform label,
.account_content #lostpasswordform label {
    display: none;
}
.account_content  #loginform p,
.account_content  #lostpasswordform p {
    margin-bottom: 0;
}
.account_content .account_block form input.form-control,
.account_content #user_login,
.account_content #user_pass,
.pmpro_checkout-fields input {
    border: 3px solid #E3097D;
    font-size: 16px;
    text-align: center;
    font-weight: 800;
    margin-bottom: 9px;
    padding: 10px 12px;
    width: 334px;
    max-width: 100%;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
    background: transparent;
    margin-left: auto;
    margin-right: auto;
    color: #E3097D;
}
.account_content .account_block form input.form-control::-webkit-input-placeholder,
.account_content #user_login::-webkit-input-placeholder,
.account_content #user_pass::-webkit-input-placeholder {
    font-size:16px;
    text-align: center;
    font-weight: 800;
    color: #E3097D;
}
.account_content .account_block form input.form-control:-moz-placeholder,
.account_content #user_login:-moz-placeholder,
.account_content #user_pass:-moz-placeholder {
    font-size:16px;
    text-align: center;
    font-weight: 800;
    color: #E3097D;
}
.account_content .account_block form input.form-control::-moz-placeholder,
.account_content #user_login::-moz-placeholder,
.account_content #user_pass::-moz-placeholder {
    font-size:16px;
    text-align: center;
    font-weight: 800;
    color: #E3097D;
}
.account_content .account_block form input.form-control:-ms-input-placeholder,
.account_content #user_login:-ms-input-placeholder,
.account_content #user_pass:-ms-input-placeholder {
    font-size:16px;
    text-align: center;
    font-weight: 800;
    color: #E3097D;
}
.account_content .account_block form input.form-control::placeholder,
.account_content #user_login::placeholder,
.account_content #user_pass::placeholder {
    font-size:16px;
    text-align: center;
    font-weight: 800;
    color: #E3097D;
}
#pmpro_user_fields input.input::-webkit-input-placeholder {
    color: #E3097D;
}
#pmpro_user_fields input.input:-moz-placeholder {
    color: #E3097D;
}
#pmpro_user_fields input.input::-moz-placeholder {
    color: #E3097D;
}
#pmpro_user_fields input.input:-ms-input-placeholder {
    color: #E3097D;
}
#pmpro_user_fields input.input::placeholder {
    color: #E3097D;
}
.account_content .login-submit #wp-submit,
.account_content .pmpro_submit .pmpro_btn-submit {
    color: #fff;
    text-transform: uppercase;
    font-weight: 800;
    margin-top: 15px;
    padding: 12px 20px;
    font-size: 16px;
    background-color: #E3097D;
    border: 0 none;
    -webkit-border-radius: 23px;
    -moz-border-radius: 23px;
    border-radius: 23px;
}
.account_content .pmpro_submit .pmpro_btn-submit {
    margin-top: 0;
}


.account_content form [type="checkbox"] {
    position: absolute;
    left: 0;
    opacity: 0.01;
}

.account_content form [type="checkbox"] + label {
    position: relative;
    padding-left: 45px;
    padding-right: 10px;
    cursor: pointer;
    margin: 10px 0 15px 0;
    line-height: 20px;
    font-weight: 500;
}
.account_content form [type="checkbox"] + label.search_authorisation_checkbox {
    margin: 16px 0 0 0;
}
.account_content form [type="checkbox"] + label a{
    text-decoration: underline;
}
/* Aspect de la case */
.account_content form [type="checkbox"]:not(:checked) + label::before,
.account_content form [type="checkbox"]:checked + label::before {
    content: '';
    position: absolute;
    left: 0;
    top: 2px;
    width: 34px;
    height: 34px;
    border: 3px solid #E3097D;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    background: transparent;
    -webkit-transition: all .275s;
    -o-transition: all .275s;
    -moz-transition: all .275s;
    transition: all .275s;
}

/* Aspect de la coche */
.account_content form [type="checkbox"]:not(:checked) + label::after,
.account_content form [type="checkbox"]:checked + label::after {
    content: '✕';
    speak: never;
    position: absolute;
    font-size: 30px;
    top: 20px;
    left: 5px;
    color: #E3097D;
    line-height: 0;
    -webkit-transition: all .2s;
    -o-transition: all .2s;
    -moz-transition: all .2s;
    transition: all .2s;
}

/* Aspect non cochée */
.account_content form [type="checkbox"]:not(:checked) + label::after {
    opacity: 0;
    -webkit-transform: scale(0) rotate(45deg);
    -moz-transform: scale(0) rotate(45deg);
    -ms-transform: scale(0) rotate(45deg);
    -o-transform: scale(0) rotate(45deg);
    transform: scale(0) rotate(45deg);
}

/* Aspect cochée */
.account_content form [type="checkbox"]:checked + label::after {
    opacity: 1;
    -webkit-transform: scale(1) rotate(0);
    -moz-transform: scale(1) rotate(0);
    -ms-transform: scale(1) rotate(0);
    -o-transform: scale(1) rotate(0);
    transform: scale(1) rotate(0);
}
/* Disabled checkbox */
.account_content form [type="checkbox"]:disabled:not(:checked) + label::before,
.account_content form [type="checkbox"]:disabled:checked + label::before {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    border-color: #bbb;
    background-color: transparent;
}

/* Disabled checked */
.account_content form [type="checkbox"]:disabled:checked + label::after {
    color: #777;
}

.account_content form [type="checkbox"]:disabled + label {
    color: #aaa;
}

/* Accessibility focus */
.account_content form [type="checkbox"]:checked:focus + label::before,
.account_content form [type="checkbox"]:not(:checked):focus + label::before {
    border: 3px solid #E3097D;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}

.account_content form .form-check {
    width: 334px;
    max-width: 100%;
    margin: auto;
    padding: 0 0 0 14px;
}

.account_content form button{
    -webkit-border-radius: 38px;
    -moz-border-radius: 38px;
    border-radius: 38px;
    background: #E3097D;
    padding: 7px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 15px;
    border: 0;
}

.account_content form button .btn_icon{
    width: 61px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 61px;
    -moz-box-flex: 0;
    -ms-flex: 0 0 61px;
    flex: 0 0 61px;
    height: 61px;
    background: #FFF;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-right: 20px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
}
.account_content form button .btn_icon img{
    width:34px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 34px;
    -moz-box-flex: 0;
    -ms-flex: 0 0 34px;
    flex: 0 0 34px;
    height: auto;
}
.account_content form button .btn_text{
    padding-right: 20px;
    color:#FFF;
    font-size: 16px;
    font-weight: 800;
    text-align: left;
    text-transform: none;
}

.account_content form button:not(.paypal_button) {
    margin: 25px auto 0 auto;
    padding: 12px 10px;
}
.account_content form button:not(.paypal_button) .btn_text {
    text-align: center;
    padding: 0 15px;
}

.account_content .form_end{
    font-size: 16px;
    text-align: center;
    color: #000;
    display: block;
    width: 401px;
    max-width: 90%;
    margin: auto;
}
.pmpro_login_wrap,
.pmpro_lost_password_wrap {
    text-align: center;
    margin-bottom: 0;
}
.pmpro_login_wrap hr,
.pmpro_lost_password_wrap hr {
    display: none;
}
.pmpro_login_wrap form,
.pmpro_lost_password_wrap form {
    margin-bottom: 15px;
}
.pmpro_login_wrap .pmpro_actions_nav a,
.pmpro_lost_password_wrap .pmpro_actions_nav a {
    font-size: 12px;
}
.pmpro_login_wrap .pmpro_actions_nav,
.pmpro_lost_password_wrap .pmpro_actions_nav {
    margin-bottom: 0;
}
div.pmpro_checkout_gateway-paypalexpress #pmpro_submit_span input[type=submit] {
  display: none;
}
#resetpassform {
    text-align: center;
}
#resetpassform label {
    display: none;
}
.pmpro_reset_password_wrap form.pmpro_form#resetpassform .lite {
    margin-top: 0;
    font-size: 12px;
}
#resetpassform input[type=password] {
    border: 3px solid #E3097D;
    font-size: 16px;
    text-align: center;
    font-weight: 800;
    margin-bottom: 9px;
    padding: 10px 12px;
    width: 334px;
    max-width: 100%;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
    background: transparent;
    margin-left: auto;
    margin-right: auto;
    color: #E3097D;
}
form.pmpro_form .pmpro_lost_password-fields div {
    margin-bottom: 0;
}

#pmpro_form > .pmpro_message.pmpro_error {
    display: none;
}

.register_block .paypal_button {
    display: none;
}
.register_block .pmpro_submit .pmpro_btn-submit-checkout {
    margin: 0 auto 15px auto;
    /*background: url(img/toggle.png) 2rem auto / 50% no-repeat;*/
}
.pmpro_checkout-field-password #togglePassword {
    color: #E3097D;
    right: 30px;
    top: 16px;
    line-height: 15px;
    display: block;
    height: 15px;
    cursor: pointer;
}

.pmpro_checkout_fail form * {
    display: none;
}
.pmpro_checkout_fail form .pmpro_submit,
.pmpro_checkout_fail form #pmpro_message_bottom,
.pmpro_checkout_fail form #pmpro_message_bottom br {
    display: inherit;
}
.pmpro_checkout_fail form #pmpro_message_bottom a {
    display: inline;
}
.pmpro_checkout_fail form #pmpro_message_bottom {
    font-size: 16px;
    font-weight: 700;
    text-align: center;
}

@media only screen and (max-width:1399.98px) {
    .account_content .account_block {
        top: -280px;
    }
    .pmpro_checkout-field-password #togglePassword {
        right: 40px;
    }
}
@media only screen and (max-width:1199.98px) {
    .account_content .account_block {
        width: 95%;
        margin: 0 auto;
        top: -300px;
    }
    .pmpro_checkout-field-password #togglePassword {
        right: 35px;
    }
}
@media only screen and (max-width:991.98px) {
    .account_content .account_block.login_block {
        padding: 0
    }
    .pmpro_login_wrap #loginform input[type=submit],
    .account_content #user_login,
    form.pmpro_form .pmpro_btn {
        width: 90%;
        margin: 0 auto 9px auto;
    }
    .account_content .account_block {
        position: relative;
        top: 0;
        -webkit-border-radius: 0;
        -moz-border-radius: 0;
        border-radius: 0;
        width: 100%;
        padding: 0;
    }
    .account_intro {
        padding: 30px 0;
        background: -webkit-linear-gradient(305deg, rgba(227,9,125,1) 0%, rgba(238,126,82,1) 100%);
        background: -moz-linear-gradient(305deg, rgba(227,9,125,1) 0%, rgba(238,126,82,1) 100%);
        background: -o-linear-gradient(305deg, rgba(227,9,125,1) 0%, rgba(238,126,82,1) 100%);
        background: linear-gradient(145deg, rgba(227,9,125,1) 0%, rgba(238,126,82,1) 100%);
    }
    .account_intro h1 {
        font-size: 27px;
        line-height: 1;
        margin-bottom: 15px
    }
    .account_intro p:last-child {
        margin-bottom: 0
    }
    .account_content {
        position: relative;
        height: auto;
        background-image: url(none) !important;
        background-color: #FEF3EF;
        padding: 35px 0 150px 0;
    }
    form.pmpro_form input[type=text].input, 
    form.pmpro_form input[type=password].input, 
    form.pmpro_form input[type=email].input, 
    .pmpro_login_wrap form#loginform input[type=text].input, 
    .pmpro_login_wrap form#loginform input[type=password].input {
        width: 100%;
    }
    .account_content form button {
        display: block;
        position: relative;
        text-align: center;
        padding: 35px 15px 25px 15px;
        width: 350px;
        margin: 0 auto 20px auto;
        -webkit-border-radius: 60px;
        -moz-border-radius: 60px;
        border-radius: 60px;
    }
    form.pmpro_form {
        max-width: 100%;
        width: 100%;
    }
    .account_content form button .btn_text {
        padding-right: 0;
        text-align: center;
        font-size: 18px;
    }
    .account_content form button .btn_icon {
        position: absolute;
        margin-right: 0;
        top: -25px;
        margin: 0 auto;
        right: 0;
        left: 0;
        width: 50px;
        height: 50px;
    }
    .account_content form [type="checkbox"] + label {
        margin-bottom: 50px
    }
    .account_content form button .btn_icon img {
        width: 25px;
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 25px;
        -moz-box-flex: 0;
        -ms-flex: 0 0 25px;
        flex: 0 0 25px;
    }
    .pmpro_checkout-field-password #togglePassword {
        right: 45px;
    }
}
@media only screen and (max-width:575.98px) {
    .account_content form button {
        width: 290px;
    }
    form.pmpro_form #pmpro_tos_fields {
        width: 100%
    }
    .account_content .pmpro_lost_password_wrap  .pmpro_submit .pmpro_btn-submit {
        font-size: 13px;
        padding: 10px;
    }
    .pmpro_checkout-field-password #togglePassword {
        right: 30px;
    }
}
