@import url('https://fonts.googleapis.com/css?family=Poppins:400,500,600,700,800&display=swap');
body{
    font-family:'Poppins', sans-serif;
}
body.login {
    background-size: cover;
    position: relative;
    min-height: 650px;
    background-attachment: fixed
}
body.login:after{
    width: 50%;
    top: 0;
    left:0;
    height: 100%;
    background: rgba(255,255,255,.6);
    content: '';
    position: absolute;
}

.login label{
    margin-top: 0;
    display: block;
}

#login{
    position: relative;
    left: 25%;
    padding: 0;
    z-index: 12;
    max-height: 100%;
    width: 100%;
    max-width: 380px;
    padding-right: 15px;
    align-items: center;
    padding-left: 15px;
    margin: 0;
    /* justify-content: center; */
    transform: translateX(-50%);
    padding-bottom: 100px;
    padding-top: 100px;
}
#login form p + p:not(.forgetmenot), .user-pass-wrap{
    margin-top: 35px;
}
.login form .forgetmenot{
    float: none;
}
.login form .input, .login input[type=text]{
    background: transparent!important;
    display: block;
    color: #404040;
    font-size: 16px;
    width:100%;
    border:0;
    height: 50px;
    padding: 0 15px;
    border-bottom:1px solid #27478a!important;
    box-shadow: none;
    border-radius:0!important;
}

.login .wp-core-ui .button, .wp-core-ui .button-secondary {
    color: #27478a;
    border-color: #27478a;
}

.login form{
    background: none;
    padding: 0;
    box-shadow: none;
}
.login form br{
    display: none;
}
#login form p.submit{
    clear: both;
    padding-top: 0;
}
.wp-core-ui #login  .button-primary,
.two-factor-email-resend input[name="two-factor-email-code-resend"],
.two-factor-email-resend input[name="two-factor-octopush-code-resend"]
{
    width: 100% !important;
    display: block;
    float: none !important;
    background-color: #27478a !important;
    font-size: 18px !important;
    font-family: 'Poppins' !important;
    font-weight: 600 !important;
    color: #ffffff !important;
    height: 56px !important;
    border-radius: 0 !important;
    border: 0;
    box-shadow: none !important;
    text-shadow: none;
}
.wp-core-ui #login  .button-primary:hover,
.two-factor-email-resend input[name="two-factor-email-code-resend"]:hover,
.two-factor-email-resend input[name="two-factor-octopush-code-resend"]:hover{
    background-color: #02E2D8!important;
}
.login form .forgetmenot label{
    font-size: 13px;
    /*font-family: 'Open Sans';*/
    color: #606060;
}
.login form input[type=checkbox]{
    background: none;
    border: 1px solid #a8a5a3;
    height: 13px;
    width: 13px;
    min-width: 13px;
}
.login #nav, .login #backtoblog {
    margin: 17px 0 0;
    padding: 0;
    font-size: 11px;
    /*font-family: "Open Sans";*/
    color: #606060;
}
.login #nav a, .login #backtoblog a{
    font-size: 11px;
    /*font-family: "Open Sans";*/
    color: #606060;
}
.login #backtoblog{
    float: left;
}.login #nav {
     font-size: 0;
     width: 100%;
    color:#27478a;
 }
.login #nav a, .login #nav a:hover{
    color:#27478a!important;
}
.login #backtoblog a:hover, .login #nav a:hover, .login h1 a:hover{
    color: #27478a;
}
/* style two factor plugin */
.login .backup-methods-wrap a, #login form p:not([class]){
    color: #606060;
}
.login .backup-methods-wrap a:hover{
    color: #fc6ec7;
}
/*End style two factor plugin */
.footer-wrapper{
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 3;
}
.footer-cont{
    right: 0;
    bottom: 0;
    left: 0;
    text-align: center;
    width: 100vw;

    /* height: 40px; */
}
.copyRight{
    text-align: center;
    padding: 12px;
    background-color: #e2e4d4;
    color: #3d332a;
}
.loginpress-show-love{
    color: #fff;
}
.loginpress-show-love a{
    color: #fff;
}
.loginpress-show-love a:hover{
    color: #fc6ec7;
}
html[dir="rtl"] input[type=checkbox]:checked:before{
    position: relative;
    left: 6px;

}
html[dir="rtl"] .login #nav a:last-child{
    float: left;
}
html[dir="rtl"] .login #nav a:first-child{
    float: right;
}
html[dir="rtl"] .login #backtoblog{
    float: right;
}
/* html[dir="rtl"] body.login:after {
    right: 0;
    left: auto;
}
html[dir="rtl"] #login{
  left: auto;
  right: 25%;
  transform: translateX(50%);
} */
html[dir="rtl"] body {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
}
@media screen and (max-width: 767px) {
    #login,html[dir="rtl"] #login{
        position: relative;
        -webkit-transform: translate(0);
        -ms-transform: translate(0);
        -o-transform: translate(0);
        transform: translate(0);
        margin: 0 auto;
        padding-top: 3%;
        left: 0;
        top: 0;
        right: 0;
    }
    body.login:after{
        width: 100%;
    }
    #login:after{
        content: '';
        display: table;
        clear: both;
    }
    .login .loginpress-show-love{
        position: relative;
        text-align: center;
        float: none;
        background: rgba(255,255,255, .5);
        margin-top: 16px;
        margin-bottom: 16px;
        padding-bottom: 0;
        padding: 3px;
        color: #fc6ec7;
        clear: both;
        display: none;
    }
    .login .loginpress-show-love a{
        color: #fc6ec7;
        text-decoration: underline;
    }
    #login form p + p:not(.forgetmenot){
        padding-top: 0;
    }
}
@media screen and (min-height: 701px) {
    #login{
        margin-left: 0;
    }
    #login:after{
        content: '';
        display: table;
        clear: both;
    }
    body.login{
        display: flex;
        justify-content: center;
        flex-direction: column;
        height: auto;
        min-height: 100vh;
        height: 20px;
    }
    html{
        height: auto;
    }

}
@media screen and (max-height: 700px) {
    html body.login{
        height: 100%;
        position: static;
        min-height: unset;
    }
    html{
        min-height: 100%;
        position: relative;
        height: auto;
        padding-bottom: 70px;
    }
    #login{
        position: relative;
        -webkit-transform: translate(0);
        -ms-transform: translate(0);
        -o-transform: translate(0);
        transform: translate(0);
        margin: 0 auto;
        padding-top: 3%;
        left: 0;
        top: 0;
    }
    body.login:after{
        width: 100%;
    }
    #login:after{
        content: '';
        display: table;
        clear: both;
    }
    .login .loginpress-show-love{
        position: relative;
        text-align: center;
        float: none;
        background: rgba(255,255,255, .5);
        margin-top: 16px;
        margin-bottom: 16px;
        padding-bottom: 0;
        padding: 3px;
        color: #fc6ec7;
        clear: both;
        display: none;
    }
    .login .loginpress-show-love a{
        color: #fc6ec7;
        text-decoration: underline;
    }
    #login form p + p:not(.forgetmenot){
        padding-top: 0;
    }

}