body {
    font-family: Sans-Serif;
    font-size: 16px;
    line-height: 24px;
}
body.login {
background-color: #f0cf1b;
}
a:focus {
    box-shadow: none;
}

#login form {
    background: transparent;
    box-shadow: none;
    padding: 20px 0 0;
}
#login form label {
    font-size: 18px;
    color: #212121;
    font-weight: 100;
}
#login form p:first-child,
#login form p:first-child + p, .user-pass-wrap {
    margin-bottom: 16px;
}
#login form p:first-child label,
#login form p:first-child + p label {
    pointer-events: none;
}
#login form p:first-child label br,
#login form p:first-child + p label br {
    display: none;
}
#login form p:first-child label span,
#login form p:first-child + p label span {
    position: absolute;
    top: 7px;
    left: 40px;
    display: block;
    -webkit-transition: all 0.3s cubic-bezier(0.77, 0, 0.175, 1);
    -moz-transition: all 0.3s cubic-bezier(0.77, 0, 0.175, 1);
    transition: all 0.3s cubic-bezier(0.77, 0, 0.175, 1);
}
#login form p:first-child:before,
#login form p:first-child + p:before {
    content: '';
    display: block;
    position: absolute;
    height: 1px;
    width: 0;
    background: #f47e00;
    left: 0;
    bottom: -1px;
    margin: 0;
    opacity: 0;
    -webkit-transition: all 0.3s cubic-bezier(0.77, 0, 0.175, 1);
    -moz-transition: all 0.3s cubic-bezier(0.77, 0, 0.175, 1);
    transition: all 0.3s cubic-bezier(0.77, 0, 0.175, 1);
    will-change: width, opacity;
}
#login form input[type="checkbox"] {
    background: #d4d4d4;
    border: none;
}
#login form input[type="text"],
#login form input[type="password"],
#login form input[type="email"] {
    border: 1px solid #9ba4b4;
    padding: 10px;
    margin: 0;
    font-size: 16px;
    pointer-events: all;
}

#login form input[type="text"]:focus,
#login form input[type="password"]:focus,
#login form input[type="checkbox"]:focus,
#login form input[type="email"]:focus {
    border: 1px solid #c99d00;
    box-shadow: none;
}

#wp-submit {
    width: 100%;
    min-height: 40px;
    margin-top: 16px;
    border: none;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
    background-color: #0c0b0a;
    font-size: 16px;
    line-height: 24px;
    color: #ffffff;
}

#wp-submit:hover {
    background-color: #c99d00;
}
.forgetmenot label {
    font-size: 13px !important;
    font-weight: 500 !important;
}
#rememberme:before {
    color: rgba(30, 46, 64, 0.7);
}
#login h1 a {
    background-image: url('iriejam-logo.png');
    background-repeat: no-repeat;
    background-size: contain;
    width: 250px;
    background-position: center;
    position: relative;
}

.login form {
    border: 0px !important;
}
.login #nav {
    padding: 0;
    font-size: 0;
}
.login #nav a:last-child {
    float: right;
}
#backtoblog {
    text-align: center;
    padding: 0 !important;
}
.login #nav a,
.login #backtoblog a {
    color: #0c0b0a;
    
}
.login #nav a:hover,
.login #backtoblog a:hover,
.login #nav a:active,
.login #backtoblog a:active,
.login #nav a:focus,
.login #backtoblog a:focus {
/*    color: #f47e00;*/
}
p#nav {
    display: none;
}
.tt-form-title {
    text-align: center;
    margin: 20px 0;
    color: #ffffff;
}
#resetpassform {
    background-color: transparent;
    padding: 0;
    box-shadow: none;
}
.indicator-hint {
    font-size: 17.77777778px;
    color: #ffffff;
    margin-top: 10px;
}
.login #pass-strength-result {
    margin: 10px 0 0 !important;
}
.show-password {
    border-bottom: 1px solid transparent;
    border-color: #ffffff;
    padding-bottom: 10px;
}
#login_error,
.message {
    background: rgba(255, 255, 255, 0.1) !important;
    color: #243646;
    margin: 5px 0;
}
#login_error a,
.message a {
    color: #f47e00;
}
#login_error a:hover,
.message a:hover {
    color: #fe4e4e;
    text-decoration: none;
}
.message {
    border-left-color: #2bbfd7 !important;
}
#login_error {
    border-left-color: #fe4e4e !important;
}
.notice, div.error, div.updated {
    height: auto;
}
#reg_passmail {
    color: #ffffff;
    font-size: 15px;
}
body:not(.interim-login) #login {
    width: 320px;
    background: #ffffff;
    box-shadow: rgb(44 77 142 / 20%) 0px 18px 50px -10px;
    position: absolute;
    padding: 20px;
    top: 5%;
    left: 0;
    right: 0;
    margin: 0 auto;
    border-radius: 20px;
}

}
@media (max-width: 420px) {
    body:not(.interim-login) #login {
        position: static;
    }
}
@media (min-height: 750px) {
    body:not(.interim-login) #login {
        top: 50%;
        left: 50%;
        right: auto;
        -webkit-transform: translate(-50%, -50%);
        -moz-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
    }
}
@media (max-width: 420px) {
    body:not(.interim-login) #login {
        width: auto;
    }
}
.wp-core-ui .button-primary {
    /* background: none; */
    text-shadow: none;
}