
body, html {
    height: 100%;
    font-family: 'Roboto', sans-serif, serif;
}
body.login {
  background-color: #ffffff;
}
body.login form {
    border: none;
    box-shadow: none;
    margin: 0;
    padding: 0;
    width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 23px 88px 73px 190px;
}
body.login form .input{   
    border: none;
    border-radius: 0;  
    outline: none;
    border: none;
    background: transparent;
    color: #E42726;
    display: block;
    font-family: 'Roboto', sans-serif, serif;
    font-size: 16px;
    line-height: 1.2;
    padding: 0 15px;
    width: 100%;
    height: 45px;
    margin: 0;    
}
body.login form .input:focus {   
    box-shadow: none;
    border-bottom: 1px solid #e42726;
}
body.login form .input:-internal-autofill-selected {
    color: #e42726 !important;
}
.limiter {
    width: 100%;
    margin: 0 auto
}

.container-login100 {
    width: 100%;
    min-height: 100vh;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    padding: 15px;
    background: #ffffff
}

.wrap-login100 {
    width: 550px;
    background: #fff;
    border-radius: 10px;
    overflow: hidden;
    position: relative
}

.login100-form-title {
    width: 100%;
    position: relative;
    z-index: 1;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    align-items: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    padding: 70px 15px 54px 15px
}

.login100-form-title-1 {
    font-family: 'Roboto', sans-serif, serif;
    font-size: 22px;
    color: #808080;
    text-transform: uppercase;
    line-height: 1.2;
    text-align: center;
    margin: 10px auto;
    padding-left: 25%;
}

.login100-form-title::before {
    content: "";
    display: block;
    position: absolute;
    z-index: -1;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0
}

.login100-form {
    width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 23px 88px 73px 190px;
}

.wrap-input100 {
    width: 100%;
    position: relative;   
}

.label-input100 {
    font-family: 'Roboto', sans-serif, serif;
    font-size: 15px;
    color: #808080;
    line-height: 1.2;
    text-align: right;
    position: absolute;
    top: 14px;
    left: -105px;
    width: 90px
}

.input100 {
    font-family: 'Roboto', sans-serif, serif;
    font-size: 16px;
    color: #004293;
    line-height: 1.2;
    display: block;
    width: 100%;
    background: transparent;
    padding: 0 15px
}
.mattrz-input100{
    border: none;
    background: #E8F0FE;
}

.focus-input100 {
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    pointer-events: none
}

.focus-input100::before {
    content: "";
    display: block;
    position: absolute;
    bottom: -1px;
    left: 0;
    width: 0;
    height: 1px;
    -webkit-transition: all 0.6s;
    -o-transition: all 0.6s;
    -moz-transition: all 0.6s;
    transition: all 0.6s;
    background: #19549d
}

input.input100 {
    height: 45px
}

.input100:focus+.focus-input100::before {
    width: 100%
}

.has-val.input100+.focus-input100::before {
    width: 100%
}

.input-checkbox100 {
    display: none
}

.label-checkbox100 {
    font-family: 'Roboto', sans-serif, serif;
    font-size: 13px;
    color: #999999;
    line-height: 1.4;
    display: block;
    position: relative;
    padding-left: 26px;
    cursor: pointer
}

.label-checkbox100::before {
    content: "\f00c";
    font-family: FontAwesome;
    font-size: 13px;
    color: transparent;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    width: 18px;
    height: 18px;
    border-radius: 2px;
    background: #fff;
    border: 1px solid #e6e6e6;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%)
}

.input-checkbox100:checked+.label-checkbox100::before {
    color: #19549d
}

.container-login100-form-btn {
    width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    padding-top: 30px
}

.login100-form-btn {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0 20px;
    min-width: 160px;
    height: 50px;
    background-color: #19549d;
    border-radius: 4px;
    font-family: 'Roboto', sans-serif, serif;
    font-size: 16px;
    color: #fff;
    line-height: 1.2;
    -webkit-transition: all 0.4s;
    -o-transition: all 0.4s;
    -moz-transition: all 0.4s;
    transition: all 0.4s;
    margin-left: 100px;
    margin-right: auto
}

.login100-form-btn:hover {
    background-color: #004293;
    color: #e5ecf4;
    cursor: pointer;
    user-select: none
}

@media (max-width: 576px) {
    .login100-form {
        padding:43px 15px 57px 117px
    }
}

@media (max-width: 480px) {
    .login100-form {
        padding:43px 15px 57px 15px
    }

    .label-input100 {
        text-align: left;
        position: unset;
        top: unset;
        left: unset;
        width: 100%;
        padding: 0 5px
    }
}

.validate-input {
    position: relative
}

.alert-validate::before {
    content: attr(data-validate);
    position: absolute;
    max-width: 70%;
    background-color: #fff;
    border: 1px solid #c80000;
    border-radius: 2px;
    padding: 4px 25px 4px 10px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 2px;
    pointer-events: none;
    font-family: 'Roboto', sans-serif, serif;
    color: #c80000;
    font-size: 13px;
    line-height: 1.4;
    text-align: left;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: opacity 0.4s;
    -o-transition: opacity 0.4s;
    -moz-transition: opacity 0.4s;
    transition: opacity 0.4s
}

.alert-validate::after {
    content: "\f06a";
    font-family: FontAwesome;
    display: block;
    position: absolute;
    color: #c80000;
    font-size: 15px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 8px
}

.alert-validate:hover:before {
    visibility: visible;
    opacity: 1
}

@media (max-width: 992px) {
    .alert-validate::before {
        visibility:visible;
        opacity: 1
    }
}
.login-username, .login-password{
    display: flex;
}
.login-username label,
.login-password label {
    width: 120px;
}
.login-username .input,
.login-password .input {
    border: none;
    background: #E8F0FE;
    border-bottom: 1px solid #ccc;
    
}
.login-submit {
    text-align: center;
}
.login-submit  .button.button-primary {
    background-color: #E42726;
    border-radius: 4px;
    color: #ffffff;
    font-family: 'Roboto', sans-serif, serif;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 19px;
}
.user-pass-wrap {
    margin-bottom: 18px;
    position: relative;
    width: 100%;
    border-bottom: 1px solid #b2b2b2;
}
.user-pass-wrap label{
    cursor: default;
    font-family: 'Roboto', sans-serif, serif;
    font-size: 15px;
    color: #808080;
    line-height: 1.2;
    text-align: right;
    position: absolute;
    top: 14px;
    left: -105px;
    width: 90px;
}
.login .user-pass-wrap .wp-pwd {
    width: 100%;    
}
.login .button.wp-hide-pw {
    display: none !important;
}
body.login form{
    width: 392px;
}
#login form p {
    margin-bottom: 26px;
    position: relative;
    width: 100%;
    border-bottom: 1px solid #b2b2b2;
}
body.login form p label {  
    cursor: default;
    font-family: 'Roboto', sans-serif, serif;
    font-size: 15px;
    color: #808080;
    line-height: 1.2;
    text-align: right;
    position: absolute;
    top: 14px;
    left: -105px;
    width: 90px;
}
.button__login {
    width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    padding-top: 30px;
}
#sso_login {    
    align-items: center;
    background-color: #E42726;
    border-radius: 4px;
    color: #fff;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    font-family: 'Roboto', sans-serif, serif;
    font-size: 16px;
    height: 50px;
    justify-content: center;
    line-height: 1.2;
    margin-left: 100px;
    margin-right: auto;
    min-width: 160px;
    padding: 0 20px;
    -webkit-transition: all .4s;
    -moz-transition: all .4s;
    -o-transition: all .4s;
    transition: all .4s;
    border: none;
    cursor: pointer;
}
#sso_login:focus,
#sso_login:active {
    border: none;
}
.login #backtoblog, .login #nav{
    display: none;
}
.login #login_error {
    width: 295px;    
    text-align: left;
    margin-left: 90px;
    box-shadow: 0 1px 1px 0 #E42726;    
}
.login .message {
    display: none;
}
#wp-auth-check-wrap #wp-auth-check {
    width: 500px !important;
    max-height: auto !important;
}
.login h1 {
    width: 100%;
    position: relative;
    z-index: 1;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    align-items: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    padding: 70px 15px 0px 15px;
}
#login h1 a:link,
#login h1 a:focus,
#login h1 a:visited:focus,
.login h1 a:link:focus,
.login h1 a:visited:focus { 
    -moz-outline: none;
    outline: none;
    border: none;
    box-shadow: none;
}