@import url('https://fonts.googleapis.com/css?family=Poppins:300,400,500,600,700|Roboto:300,400,500,600,700');
html,body {
    margin: 0;
    padding: 0;
    font-size: 13px;
    font-weight: 300;
    font-family: Poppins;
}
body {
    font-family: "Roboto";
    font-weight: 300;
    -ms-text-size-adjust: 100%;
    -webkit-font-smoothing: antialiased;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    height: 100%;
    width: 100%;
}
body.login {
    background: #f2f3f8 url(../images/bg-login.jpg) no-repeat;
}
@media (min-width: 769px) and (max-width: 1024px) {
    html,
    body {
      font-size: 12px; } }
  
  @media (max-width: 768px) {
    html,
    body {
      font-size: 12px; } }
#login {
    width: 430px!important;
    padding: 0 2rem 0 2rem;
}
#login h1 {
    text-align: center;
    background-color: #fff;
    border-top-left-radius: 7px;
    border-top-right-radius: 7px;
    padding-top: 0;
}
#login h1 a:focus {border: none;}
#login h1 a, .login h1 a {
    background-image: none;
    width: 100%;
    height: auto;
    background-size: contain;
    background-repeat: no-repeat;
    margin-bottom: 0;
    text-indent: 0;
    text-align: center;
}
#login h1 img {margin: 0 auto 2rem auto;}
#login .kt-login__title {
    font-size: 1.5rem;
    font-weight: 500;
    color: #6c7293;
    margin-top: 1rem;
    margin-bottom: 3rem;
    display: inline-block;
    width: 100%
}
#login form {
    margin-top: 0;
    border-bottom-left-radius: 7px;
    border-bottom-right-radius: 7px;
    background: transparent;
}
#login #login_error, #login .message {margin-bottom: 0;}
#loginform {box-shadow: unset}

#login #loginform p.submit {
    text-align: center;
    margin-top: 40px;
    display: inline-block;
    width: 100%;
}
#loginform #wp-submit {
    color: #fff;
    background-color: #aec937;
    border-color: #aec937;
    height: 50px;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
    text-shadow: unset;
    box-shadow: unset;
    float: none;
    outline: 0;
}
#wp-submit:hover {
    color: #fff;
    background-color: #9ab231;
    border-color: #9ab231;
}
#login #nav, #login #backtoblog {display: none}
#loginform p label[for="user_login"],
#loginform label[for="user_pass"] {font-size: 0}
#loginform p label {font-family: "Roboto"; font-size: 1rem; color: #a7abc3;}
#loginform p.forgetmenot {margin-top: 30px; color: #a7abc3; font-size: 1rem;}
#loginform .input {
    font-family: "Roboto";
    height: 46px;
    padding: 0.65rem 1rem;
    margin: 0;
    background: rgba(235, 237, 242, 0.4);
    display: block;
    width: 100%;
    font-size: 13px;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-clip: padding-box;
    border: none;
    border-radius: 4px;
    box-shadow: unset;
    -webkit-transition: border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
    transition: border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
}
#loginform .input::placeholder {
    color: #646c9a;
    font-size: 1rem
}
.g-recaptcha {margin-top: 20px;}