body.login {
    font-family: 'Poppins',serif;
    font-size: 13px;
    font-weight: 400;
    color: #211c3b;
}
body.login form .input,
body.login input[type=password],
body.login input[type=text] {
    border-radius: 5px;
    border: solid 1px #dedede;
    font-family: 'Roboto', serif;
    font-size: 13px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.85;
    letter-spacing: normal;
    color: #211c3b;
    padding: 9px 20px;
    background: #ffffff;
    text-decoration: none;
    margin: 0 0 21px 0;
    box-shadow: none;
}

body.login #pass-strength-result {
    margin: 10px 5px 16px 0;
}
body.login input[type=password]::-webkit-input-placeholder,
body.login input[type=text]::-webkit-input-placeholder,
body.login form .input::-webkit-input-placeholder { /* Edge */
    color: #acacac;
}

body.login input[type=password]:-ms-input-placeholder,
body.login input[type=text]:-ms-input-placeholder,
body.login form .input:-ms-input-placeholder { /* Internet Explorer 10-11 */
    color: #acacac;
}

body.login input[type=password]::placeholder,
body.login input[type=text]::placeholder,
body.login form .input::placeholder {
    color: #acacac;
}

.login .pw-weak label,
.login .forgetmenot label {
    color: #acacac;
}

.pw-weak input[type=checkbox],
.forgetmenot input[type=checkbox],
.forgetmenot input[type=radio] {
    border-radius: 10px;
    width: 12px;
    height: 12px;
    min-width: 12px;
    border: solid 1px #dedede;
    box-shadow: none;
}

.pw-weak input[type=checkbox]:checked::before,
.forgetmenot input[type=checkbox]:checked::before {
    margin: 0px 0 0 0px;
    height: 10px;
    width: 10px;
}

body.login .button.wp-hide-pw .dashicons {
    display: none;
}

body.login #nav {
    font-family: 'Roboto', serif;
    font-size: 11px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: 2.18;
    letter-spacing: normal;
    color: #acacac;
    text-align: center;
    margin: 9px 0 0;
}

body.login #nav a {
    color: #acacac;
    text-decoration: underline;
}

body.js.login input.password-input {
    padding-right: 20px;
    box-shadow: none;
}

@media (max-width: 768px) {
    body.js.login .user-pass-wrap input.password-input {
        margin-bottom: 16px;
    }
}

body.wp-core-ui .button.button-large {
    padding: 11px 20px 12px;
    border-radius: 20px;
    border-style: solid;
    border-width: 0;
    /*border-image-source: linear-gradient(77deg, #e571a8 -30%, #d82772 9%, #e75930 65%, #f6ba4f 98%, #feed4d 115%);*/
    border-image-slice: 1;
    background-image: linear-gradient(77deg, #e571a8 -30%, #d82772 9%, #e75930 65%, #f6ba4f 98%, #feed4d 115%), linear-gradient(77deg, #e571a8 -30%, #d82772 9%, #e75930 65%, #f6ba4f 98%, #feed4d 115%);
    background-origin: border-box;
    background-clip: content-box, border-box;
    font-family: 'Roboto', serif;
    font-size: 14px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: center;
    color: #ffffff;
    width: 100%;
    transition: all 300ms;
    height: 40px;
}

.wp-core-ui .wrap_inscri a.button {
    border-radius: 20px;
    border-style: solid;
    border-width: 2px;
    border-color: #e75930;
    border-image-slice: 1;
    background: #ffffff;
    font-family: 'Roboto', serif;
    font-size: 14px;
    font-weight: 500;
    width: 100%;
    padding: 3px 20px;
    transition: all 300ms;
    text-align: center;
    color: #211c3b;
    height: 40px;
}

@media (max-width: 768px) {
    body.login form#loginform .wrap_inscri {
        margin: 25px 0 0px;
    }

    body.wp-core-ui .button.button-large {
        margin-bottom: 0;
    }

    body.wp-core-ui .wrap_inscri .button,
    body.wp-core-ui .wrap_inscri .button.button-large {
        margin-bottom: 0;
        line-height: 2.15384615;
    }
}

.login input[type=checkbox]:focus,
.login input[type=color]:focus,
.login input[type=date]:focus,
.login input[type=datetime-local]:focus,
.login input[type=datetime]:focus,
.login input[type=email]:focus,
.login input[type=month]:focus,
.login input[type=number]:focus,
.login input[type=password]:focus,
.login input[type=radio]:focus,
.login .login input[type=search]:focus,
.login input[type=tel]:focus,
.login input[type=text]:focus,
.login input[type=time]:focus,
.login input[type=url]:focus,
.login input[type=week]:focus,
.login select:focus,
.login textarea:focus {
    border-color: #dedede;
    box-shadow:none;
    outline: none; 
}

.login.wp-core-ui .button-primary.focus,
.login.wp-core-ui .button-primary:focus {
    box-shadow: none;
}

.login.wp-core-ui .button-primary.focus,
.login.wp-core-ui .button-primary.hover,
.login.wp-core-ui .button-primary:focus,
.login.wp-core-ui .button-primary:hover {
    background: #ffffff;
    border-color: #0071a1;
    color: inital;
}

body.wp-core-ui .button.button-large:focus,
.wp-core-ui .wrap_inscri .button:focus,
body.wp-core-ui .button.button-large:hover,
.wp-core-ui .wrap_inscri .button:hover {
    height: 40px;
    padding: 2px 20px;
    border: none;
    background-image: linear-gradient(77deg, #e571a8 -30%, #d82772 9%, #e75930 65%, #f6ba4f 98%, #feed4d 115%), linear-gradient(77deg, #e571a8 -30%, #d82772 9%, #e75930 65%, #f6ba4f 98%, #feed4d 115%);
    color: #ffffff;
}
.wp-core-ui .wrap_inscri .button:focus,
.wp-core-ui .wrap_inscri .button:hover {
    padding: 4px 20px;
}

body.login {
    background-image: url("../img/photos/bg_login.jpg");
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: center;
    position: relative;
}

body.login:before {
    content: "";
    width: 100%;
    height: 100%;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: #211c3b;
    opacity: .77;
    display: block;
    position: fixed;
}

body.login #login form p.forgetmenot {
    float: none;
    margin-bottom: 20px;
}

@media (max-width: 768px) {
    body.login #login form p.forgetmenot {
        margin-bottom: 20px;
    }
}

body.login form {
    border: none;
    padding: 0 3px;
    box-shadow: none
}

body.login .button-primary {
    float: none;
}

body.login h3 {
    font-family: 'Poppins', serif;
    font-size: 20px;
    font-weight: bold;
    line-height: normal;
    letter-spacing: normal;
    text-align: center;
    color: #211c3b;
    margin: 0 -3px 36px;
}

@media (max-width: 768px) {
    body.login h3 {
        font-size: 18px;
        margin: 0 -3px 17px;
    }
}

body.login .wrap_inscri {
    padding: 33px 3px 0;
    margin-top: 31px;
    border-top: 1px solid rgba(0, 0, 0, 0.2);
}

body.login .wrap_inscri h3 {
    font-family: 'Poppins', serif;
    font-size: 14px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: center;
    color: #211c3b;
}

.login #login {
    border-radius: 10px;
    box-shadow: 0 0 50px 0 rgba(0, 0, 0, 0.5);
    background: #ffffff;
    position: relative;
    z-index: 10;
    padding: 54px 3.2% 57px;
    margin: 8% auto;
    width: 84%;
    max-width: 440px;
    box-sizing: border-box;
}

@media (max-width: 768px) {
    .login #login {
        padding: 40px 5%;
        width: 90%;
    }
}

.div_table {
    display: table;
    width: 100%;
    height: 100%;
}

.div_table_cell {
    display: table-cell;
    vertical-align: middle;
}

#login h1 a, .login h1 a {
    background-image: url(../img/photos/sport-en-commen-logo.png);
    height: 37px;
    width: 136px;
    background-size: 136px 37px;
    background-repeat: no-repeat;
    padding-bottom: 14px;
    margin: 0 auto;
}

#backtoblog {
    display: none;
}

/*Mot de passe oublié*/
body.login #lostpasswordform h3 {
    margin: 0 -3px 11px;
}

.login label[for=user_login] {
    font-family: 'Roboto', serif;
    font-size: 13px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.54;
    letter-spacing: normal;
    text-align: center;
    color: #211c3b;
    margin-bottom: 24px;
}

#myModal {
    padding-top: 0;
    z-index: 11;
}

#myModal .modal-content {
    height: auto;
    width: auto;
    max-width: 498px;
    border: none;
    box-shadow: 0 0 50px 0 rgba(0, 0, 0, 0.5);
}
@media (max-width: 558px) {
    #myModal .modal-content {
        margin: 0 10px;
    }
}

.login .wrap_lost_pass {
    max-width: 325px;
    margin: 30px auto 33px;
}

body.login .wrap_lost_pass h3 {
    font-family: 'Poppins', serif;
    font-size: 22px;
    font-weight: 800;
    line-height: normal;
    letter-spacing: normal;
    text-align: center;
    color: #211c3b;
    margin: 0 0 25px;
}

body.login .wrap_lost_pass p {
    font-family: 'roboto', serif;
    font-size: 13px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.69;
    letter-spacing: normal;
    text-align: center;
    color: #211c3b;
}

body.login .wrap_lost_pass .wrap_inscri.full {
    max-width: 207px;
    text-align: center;
    margin: 33px auto 0;
}

body.login .wrap_lost_pass .wrap_inscri.full {
    padding: 0;
    border: none;
}

body.login .wrap_lost_pass .wrap_inscri.full .button {
    border-width: 0;
    background-image: linear-gradient(77deg, #e571a8 -30%, #d82772 9%, #e75930 65%, #f6ba4f 98%, #feed4d 115%), linear-gradient(77deg, #e571a8 -30%, #d82772 9%, #e75930 65%, #f6ba4f 98%, #feed4d 115%);
    color: #ffffff;
    padding: 6px 20px;
}

/* The Modal (background) */
.modal {
  display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 1; /* Sit on top */
  padding-top: 100px; /* Location of the box */
  left: 0;
  top: 0;
  width: 100%; /* Full width */
  height: 100%; /* Full height */
  overflow: auto; /* Enable scroll if needed */
}

.bgMyModal {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background-color: rgb(0,0,0); /* Fallback color */
    background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
    z-index: 12px;
}

/* Modal Content */
.modal-content {
  background-color: #fefefe;
  margin: auto;
  padding: 20px;
  border: 1px solid #888;
  width: 500px;
  height: 275px;
  border-radius: 10px;
  position: relative;
  z-index: 13;
}

/* The Close Button */
.close {
  color: #aaaaaa;
  float: right;
  font-size: 28px;
  font-weight: bold;
}

.close:hover,
.close:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
}