/* LOGIN PAGE */
body.login {
    background-color: #fff;
}

#bubble {
    background-color: #f9faff;
    width: 580px;
    height: 580px;
    border-radius: 100%;
    z-index: 2;
    position: absolute;
    top: -200px;
    left: -140px;
}

#bubble2 {
    background-color: #f9faff;
    width: 280px;
    height: 280px;
    border-radius: 100%;
    z-index: 2;
    position: absolute;
    bottom: -40px;
    right: -40px;
}

@media (width <= 1850px) {
    #bubble {
        top: -300px;
        left: -240px;
    }

    #bubble2 {
        bottom: -100px;
        right: -100px;
    }
}

.language-switcher {
    z-index: 10;
    position: relative;
}

body.login #login {
    display: -webkit-box;
    display: flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    -ms-flex-align: center;
    align-items: center;
    width: 360px;
    margin: 0;
    position: absolute;
    z-index: 20;
    left: 50%;
    top: 50%;
    transform: translate(-50%, 0%);
    opacity: 0;
    -webkit-opacity: 0;
    -moz-opacity: 0;
    -o-opacity: 0;
    -ms-opacity: 0;
    box-sizing: border-box;
    animation: boxappear 0.8s ease-in-out forwards;
}

@keyframes boxappear {
    0% {
        opacity: 0;
        transform: translate(-50%, 0);
        background-position: left center;
    }

    60% {
        opacity: 1;
        transform: translate(-50%, -50%);
        background-position: left center;
    }

    100% {
        opacity: 1;
        transform: translate(-50%, -50%);
        background-position: right center;
    }
}

@keyframes boxappear {
    0% {
        opacity: 0;
        transform: translate(-50%, 0);
        background-position: left center;
    }

    60% {
        opacity: 1;
        transform: translate(-50%, -50%);
        background-position: left center;
    }

    100% {
        opacity: 1;
        transform: translate(-50%, -50%);
        background-position: right center;
    }
}

body.login #login h1 {
    display: none;
}

body.login #login form {
    float: left;
    border: none;
    margin: 0;
    box-sizing: border-box;
    background: none;
    box-shadow: none;
    opacity: 0;
    -webkit-opacity: 0;
    -moz-opacity: 0;
    -o-opacity: 0;
    -ms-opacity: 0;
    animation: appearcontent 0.5s ease-in-out forwards;
    animation-delay: 0.7s;
}

body.login #login form#lostpasswordform {
    margin: 40px auto 0;
}

#lost_password_input {
    display: flex;
    flex-direction: column;
}

#lost_password_input #lost_password_label {
    text-align: center;
    line-height: 20px;
    font-size: 15px;
}

.wp-login-log-in {
    display: flex !important;
    justify-content: center !important;
}

body.login #login form p {
    width: 92%;
    float: left;
    display: -webkit-box;
    display: flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    flex-direction: row;
    margin-bottom: 20px;
}

body.login #login form p label,
body.login #login form .user-pass-wrap label {
    font-size: 14px;
    line-height: 16px;
    color: #141c2d;
    margin: 0 auto 5px;
    font-family: Mukta, sans-serif;
    font-weight: 300;
    width: 100%;
    float: left;
}

body.login #login form p input[type="text"]#user_login.input {
    font-size: 14px;
    line-height: 16px;
    margin: 0 auto;
    padding: 5px 10px !important;
    border: none;
    background: none;
    height: auto;
    max-height: inherit;
    font-family: Mukta, sans-serif;
    font-weight: 600;
    outline: none;
    box-shadow: none;
    box-sizing: border-box;
    transition: all 0.4s ease-in-out;
    padding-left: 30px;
}

body.login #login form p input[type="text"]#user_login.input:focus {
    border-color: #141c2d;
    color: #141c2d;
}

body.login #login form .user-pass-wrap {
    margin: 15px auto 0;
    width: 100%;
}

body.login #login form .user-pass-wrap .wp-pwd,
.input_email {
    border: 1px solid #c2c5cb;
    border-radius: 4px;
    padding: 0px 10px;
    width: 92%;
    float: left;
    display: -webkit-box;
    display: flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 10px;
}

body.login #login form#lostpasswordform > p {
    display: flex;
    flex-direction: column;
}

body.login #login form#lostpasswordform p input#user_login {
    border: 1px solid #c2c5cb;
    border-radius: 4px;
}

body.login #login form .input_email svg,
body.login #login form .user-pass-wrap .wp-pwd svg {
    width: 20px !important;
}

.login-block #login .icones-login {
    position: relative;
}

.login-block {
    position: absolute;
    top: 0px;
    right: 0px;
    height: 100vh;
    width: 50vw;
    z-index: 5;
    overflow: hidden;
}

@media (width <= 700px) {
    .login-block {
        width: 100%;
        height: 100%;
    }
}

.gif-block {
    height: 100vh;
    width: 50vw;
    background-color: #141c2d;
    display: -webkit-box;
    display: flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
    z-index: 15;
    position: relative;
    overflow: hidden;
}

.gif-block video {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transform: translate(-50%, -50%);
    z-index: -1;
}

@media (width <= 700px) {
    .gif-block {
        display: none;
    }
}

#gif-gauche {
    max-width: 50vw;
    max-height: 100vw;
}

body.login
    #login
    form
    .user-pass-wrap
    .wp-pwd
    input#user_pass.input.password-input::input-placeholder,
body.login
    #login
    form
    p
    input[type="text"]#user_login.input::input-placeholder {
    color: #c2c5cb;
    font-weight: 400;
}

body.login
    #login
    form
    .user-pass-wrap
    .wp-pwd
    input#user_pass.input.password-input::placeholder,
body.login #login form p input[type="text"]#user_login.input::placeholder {
    color: #c2c5cb;
    font-weight: 400;
}

body.login
    #login
    form
    .user-pass-wrap
    .wp-pwd
    input#user_pass.input.password-input:input-placeholder,
body.login #login form p input[type="text"]#user_login.input:input-placeholder {
    color: #c2c5cb;
    font-weight: 400;
}

body.login
    #login
    form
    .user-pass-wrap
    .wp-pwd
    input#user_pass.input.password-input::input-placeholder,
body.login
    #login
    form
    p
    input[type="text"]#user_login.input::input-placeholder {
    color: #c2c5cb;
    font-weight: 400;
}

body.login
    #login
    form
    .user-pass-wrap
    .wp-pwd
    input#user_pass.input.password-input::placeholder,
body.login #login form p input[type="text"]#user_login.input::placeholder {
    color: #c2c5cb;
    font-weight: 400;
}

body.login
    #login
    form
    .user-pass-wrap
    .wp-pwd
    input#user_pass.input.password-input {
    font-size: 14px;
    line-height: 16px;
    margin: 0 auto;
    padding: 5px 10px !important;
    border: none;
    background: none;
    height: auto;
    max-height: inherit;
    font-family: Mukta, sans-serif;
    font-weight: 600;
    outline: none;
    box-shadow: none;
    box-sizing: border-box;
    transition: all 0.4s ease-in-out;
    padding-left: 30px;
}

body.login
    #login
    form
    .user-pass-wrap
    .wp-pwd
    input#user_pass.input.password-input:focus {
    border-color: #141c2d;
    color: #141c2d;
}

body.login
    #login
    form
    .user-pass-wrap
    .wp-pwd
    button.button.button-secondary.wp-hide-pw.hide-if-no-js {
    top: calc(50% - 10px);
    border: none;
    min-width: inherit;
    min-height: inherit;
    padding: 0;
    right: 0;
    position: absolute;
    z-index: 2;
    line-height: inherit;
    background: none;
    outline: none;
    box-shadow: none;
    font-size: inherit;
    margin: 0;
    color: #50a0f0;
}

body.login
    #login
    form
    .user-pass-wrap
    .wp-pwd
    button.button.button-secondary.wp-hide-pw.hide-if-no-js
    span.dashicons {
    font-size: 20px;
    width: 100%;
    height: 100%;
    top: 0;
}

#logo {
    position: relative;
    margin-bottom: 15px;
    object-fit: cover;
    max-width: 200px;
}

body.login #login form p.forgetmenot {
    margin: 6px auto 0;
    background-size: 18px auto;
    background-image: url("../admin/img/bgcheck1.png");
    background-repeat: no-repeat;
    background-position: left top;
}

body.login #login form p.forgetmenot input[type="checkbox"]#rememberme {
    display: none;
}

body.login #login form p.forgetmenot input[type="checkbox"]#rememberme + label {
    font-size: 13px;
    line-height: 14px;
    padding: 2px 0 7px 22px;
    background-size: 18px auto;
    font-weight: 500;
    background-image: none;
    background-repeat: no-repeat;
    background-position: left top;
    color: #141c2d;
    width: 100%;
    float: left;
    box-sizing: border-box;
}

.remember-and-forget {
    position: relative;
    float: left;
    display: -webkit-box;
    display: flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    flex-direction: row;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
}

body.login
    #login
    form
    p.forgetmenot
    input[type="checkbox"]#rememberme:checked
    + label {
    background-image: url("../admin/img/bgcheck2.png");
}

body.login #login form p.submit {
    margin: 20px auto 0;
    display: -webkit-box;
    display: flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 100%;
}

body.login
    #login
    form
    p.submit
    input[type="submit"]#wp-submit.button.button-primary.button-large {
    font-size: 13px;
    line-height: 14px;
    padding: 15px 20px;
    border-radius: 4px;
    min-height: inherit;
    font-family: Mukta, sans-serif;
    font-weight: 700;
    width: auto;
    outline: none;
    float: right;
    border: none;
    background: #50a0f0;
    color: #fff;
    box-sizing: border-box;
    transition: all 0.4s ease-in-out;
    box-shadow: none;
}

body.login
    #login
    form
    p.submit
    input[type="submit"]#wp-submit.button.button-primary.button-large:hover {
    background: #141c2d;
}

body.login #login p#nav {
    display: flex;
    align-items: end;
    justify-content: end;
    margin-top: 15px;
    padding: 0;
    width: 100%;
    float: left;
    text-align: right;
    box-sizing: border-box;
    opacity: 0;
    -webkit-opacity: 0;
    -moz-opacity: 0;
    -o-opacity: 0;
    -ms-opacity: 0;
    animation: appearcontent 0.5s ease-in-out forwards;
    animation-delay: 0.8s;
}

body.login #login p#backtoblog {
    margin: 8px auto 0;
    padding: 0 40px;
    width: 100%;
    float: left;
    text-align: center;
    box-sizing: border-box;
    opacity: 0;
    -webkit-opacity: 0;
    -moz-opacity: 0;
    -o-opacity: 0;
    -ms-opacity: 0;
    animation: appearcontent 0.5s ease-in-out forwards;
    animation-delay: 0.9s;
}

@keyframes appearcontent {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@keyframes appearcontent {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

body.login #login p#nav a {
    font-size: 13px;
    line-height: 14px;
    width: auto;
    display: inline-block;
    color: #50a0f0;
    font-family: Mukta, sans-serif;
    font-weight: 500;
    text-decoration: none;
    transition: all 0.4s ease-in-out;
    box-shadow: none;
}

body.login #login p#nav a:hover {
    color: #141c2d;
}

body.login #login p#backtoblog a {
    font-size: 13px;
    line-height: 14px;
    width: auto;
    display: inline-block;
    margin: 0 auto;
    color: #141c2d;
    font-family: Mukta, sans-serif;
    font-weight: 400;
    text-decoration: none;
    transition: all 0.4s ease-in-out;
    box-shadow: none;
}

body.login #login p#backtoblog a:hover {
    color: #50a0f0;
}

#rightlogin_text {
    padding: 40px 40px 0;
    width: 480px;
    position: absolute;
    right: 0;
    top: 0;
    height: auto;
    box-sizing: border-box;
}

#rightlogin_text span {
    width: 100%;
    float: left;
}

#rightlogin_text span.welcome {
    font-size: 24px;
    line-height: 24px;
    font-weight: 200;
    color: #f06450;
    text-transform: uppercase;
    font-family: Mukta, sans-serif;
    opacity: 0;
    -webkit-opacity: 0;
    -moz-opacity: 0;
    -o-opacity: 0;
    -ms-opacity: 0;
    transform: translateY(200px);
    animation: appeartitle 0.5s ease-in-out forwards;
    animation-delay: 1s;
}

#rightlogin_text span.sitename {
    font-size: 48px;
    line-height: 48px;
    margin: 4px auto 0;
    font-weight: 700;
    color: #fff;
    font-family: Newsreader, sans-serif;
    opacity: 0;
    -webkit-opacity: 0;
    -moz-opacity: 0;
    -o-opacity: 0;
    -ms-opacity: 0;
    transform: translateY(200px);
    animation: appeartitle 0.5s ease-in-out forwards;
    animation-delay: 1.4s;
}

#rightlogin_text span.subtitle {
    font-size: 16px;
    line-height: 20px;
    font-weight: 200;
    color: #ced1d8;
    font-family: Mukta, sans-serif;
    opacity: 0;
    -webkit-opacity: 0;
    -moz-opacity: 0;
    -o-opacity: 0;
    -ms-opacity: 0;
    transform: translateY(200px);
    animation: appeartitle 0.5s ease-in-out forwards;
    animation-delay: 1.6s;
}

@keyframes appeartitle {
    0% {
        opacity: 0;
        transform: translateY(200px);
    }

    100% {
        opacity: 1;
        transform: translateY(0);
    }
}

@keyframes appeartitle {
    0% {
        opacity: 0;
        transform: translateY(200px);
    }

    100% {
        opacity: 1;
        transform: translateY(0);
    }
}

.imgakn {
    width: 100px;
    right: 40px;
    bottom: 40px;
    z-index: 2;
    position: absolute;
    transform: scale(0);
    animation: appearlogo 0.4s ease-in-out forwards;
    animation-delay: 2s;
}

@keyframes appearlogo {
    0% {
        transform: scale(0);
    }

    75% {
        transform: scale(1.2);
    }

    100% {
        transform: scale(1);
    }
}

@keyframes appearlogo {
    0% {
        transform: scale(0);
    }

    75% {
        transform: scale(1.2);
    }

    100% {
        transform: scale(1);
    }
}

.imgakn img {
    width: 100%;
    float: left;
    height: auto;
}

body.login #login #login_error {
    margin-bottom: 20px !important;
}

body.login #login #login_error {
    font-size: 13px;
    line-height: 16px;
    padding: 10px;
    font-family: Mukta, sans-serif;
    font-weight: 300;
    left: 0;
    top: 0;
    text-align: center;
    border: none;
    color: #fff;
    background: #f06450;
    box-sizing: border-box;
    z-index: 2;
    margin: 0;
    box-shadow: none;
    opacity: 0;
    -webkit-opacity: 0;
    -moz-opacity: 0;
    -ms-opacity: 0;
    -o-opacity: 0;
    animation: appearcontent 0.5s ease-in-out forwards;
    animation-delay: 0.7s;
}

body.login #login #login_error strong {
    font-weight: 600;
}

body.login #login p.message {
    font-size: 13px;
    line-height: 16px;
    padding: 10px;
    width: calc(100% - 480px);
    border-radius: 8px 0 0;
    position: absolute;
    font-family: Mukta, sans-serif;
    font-weight: 300;
    left: 0;
    top: 0;
    text-align: center;
    border: none;
    color: #fff;
    background: #50a0f0;
    box-sizing: border-box;
    z-index: 2;
    margin: 0;
    box-shadow: none;
    opacity: 0;
    -webkit-opacity: 0;
    -moz-opacity: 0;
    -ms-opacity: 0;
    -o-opacity: 0;
    animation: appearcontent 0.5s ease-in-out forwards;
    animation-delay: 0.7s;
}

@media (width <= 820px) {
    body.login #login form .user-pass-wrap .wp-pwd,
    .input_email {
        width: 91%;
    }

    body.login
        #login
        form
        .user-pass-wrap
        .wp-pwd
        input#user_pass.input.password-input,
    body.login #login form p input[type="text"]#user_login.input {
        margin-left: 0px;
    }

    .remember-and-forget {
        -ms-flex-align: center !important;
        align-items: center !important;
    }

    .remember-and-forget {
        display: -webkit-box;
        display: flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        flex-direction: column;
    }

    .forgetmenot {
        margin: 0px !important;
        width: auto !important;
    }

    body.login #login {
        overflow: auto;
        padding: 90px 32px 0;
        width: calc(100% - 32px);
    }

    body.login #login::after {
        display: block;
        height: 140px;
        left: 0;
        position: absolute;
        top: 0;
        width: 100%;
        z-index: 2;
    }

    body.login #login::before {
        height: 140px;
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        z-index: 1;
    }

    body.login #login form {
        float: none;
        padding: 0;
    }

    body.login #login p#nav {
        margin-top: 12px;
    }

    body.login #login p.message {
        width: 100%;
    }

    #user_login_password_input {
        width: 95%;
    }
}

@media (width <= 320px) {
    body.login #login form .user-pass-wrap .wp-pwd,
    .input_email {
        width: 75%;
    }

    body.login #login form .user-pass-wrap,
    .input_email {
        margin-bottom: 0px;
    }

    body.login #login form,
    .user-pass-wrap {
        display: -webkit-box;
        display: flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        flex-direction: column;
        -ms-flex-align: center;
        align-items: center;
    }
}
