@import url('https://fonts.googleapis.com/css2?family=Roboto&display=swap');
@import url('https://cdnjs.cloudflare.com/ajax/libs/animate.css/4.1.1/animate.min.css');

*, *:before, *:after {
    box-sizing: border-box !important;
}

#login {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: auto;
    padding: 0;
    margin: 0;
    background: #CFD8DC;
}

#loginform {
    position: absolute;
    width: 600px;
    height: 680px;
    top: 50%;
    left: 50%;
    margin: 0;
    margin-left: -300px;
    margin-top: -340px;
    padding: 30px 35px;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.095), 0 6px 6px rgba(0, 0, 0, 0.115);
    border: none;
    border-radius: 8px;
    overflow-x: hidden;
    overflow-y: auto;
}

#olbsfsd_login__login_theme__sitelogo {
    font-size: 0;
    text-align: center;
    margin-bottom: 30px;
}

#olbsfsd_login__login_theme__sitelogo img {
    width: 300px !important;
    height: auto !important;
    margin: 0;
    padding: 0;
}

label {
    font-family: "Roboto", serif;
    font-optical-sizing: auto;
    font-style: normal;
    font-variation-settings: "wdth" 100;
    font-weight: 600;
    font-size: 12px !important;
    text-transform: uppercase;
    display: block;
    margin-bottom: 4px !important;
    color: #282828;
}

.input {
    font-family: "Roboto", serif;
    font-optical-sizing: auto;
    font-style: normal;
    font-variation-settings: "wdth" 100;
    font-weight: 400;
    font-size: 16px !important;
    padding: 0 12px !important;
    line-height: 40px !important;
    height: 40px !important;
    border-radius: 4px !important;
    border: solid rgba(0, 0, 0, 0.35) 1px !important;
}

#user_pass {
    padding-right: 50px !important;
}

.wp-hide-pw {
    box-shadow: none !important;
    outline: none !important;
    border: none !important;
    border-radius: 0 4px 4px 0 !important;
    background: rgba(0, 0, 0, 0.04) !important;
    color: #212121 !important;
}

.wp-hide-pw:hover,
.wp-hide-pw:active,
.wp-hide-pw:focus {
    background: rgba(0, 0, 0, 0.06) !important;
}

.input:focus,
.input:hover {
    border: solid rgba(0, 0, 0, 0.75) 1px !important;
    box-shadow: none !important;
    outline: solid rgba(0, 0, 0, 0.075) 3px !important;
}

.forgetmenot {
    width: 100%;
    margin-bottom: 16px !important;
    float: none !important;
}

.submit {
    float: none !important;
}

#wp-submit {
    font-family: "Roboto", serif;
    font-optical-sizing: auto;
    font-style: normal;
    font-variation-settings: "wdth" 100;
    font-weight: 500;
    width: 100%;
    background: #000;
    font-size: 14px;
    margin: 12px 0 28px;
    border-radius: 4px;
    padding: 0 10px;
    text-transform: uppercase;
    color: rgba(255, 255, 255, 0.95);
    height: 46px;
    line-height: 46px;
    float: none !important;
}

#wp-submit:hover,
#wp-submit:active {
    background: #212121;
    color: #fff;
    outline: solid rgba(0, 0, 0, 0.2) 3px !important;
}

.olbsfsd__disclaimer {
    font-family: "Roboto", serif;
    font-optical-sizing: auto;
    font-style: normal;
    font-variation-settings: "wdth" 100;
    font-weight: 400;
    font-size: 12px;
    text-align: justify;
    opacity: 0.85;
    line-height: 14px;
    color: #282828;
    margin-bottom: 30px;
}

.olbsfsd__disclaimer a {
    color: #282828;
}

.olbsfsd__nav {
    text-align: center;
    list-style: none;
    margin: 0;
    padding: 0;
}

.olbsfsd__nav li {
    display: inline-block;
    margin: 0 10px;
}

.olbsfsd__nav a {
    display: inline-block;
    font-family: "Roboto", serif;
    font-optical-sizing: auto;
    font-style: normal;
    font-variation-settings: "wdth" 100;
    font-weight: 500;
    font-size: 14px;
    color: #282828;
    line-height: 30px;
    text-decoration: none;
}

.olbsfsd__nav a:hover,
.olbsfsd__nav a:active {
    text-decoration: underline;
}

.olbsfsd__inner {
    position: relative;
    width: 100%;
    height: 100%;
}

#login-message {
    /* Hide default WP login messages */
    display: none;
}

.olbsfsd__msg-container {
    position: absolute;
    bottom: 16px;
    left: 16px;
    right: 16px;
    text-align: center;
}

.olbsfsd__msg {
    display: inline-block;
    margin: 0 !important;
    width: fit-content;
    border: none !important;
    border-radius: 8px;
    text-align: center;
    font-family: "Roboto", serif;
    font-optical-sizing: auto;
    font-style: normal;
    font-variation-settings: "wdth" 100;
    font-weight: 500;
    font-size: 15px;
    padding: 16px !important;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.095), 0 6px 6px rgba(0, 0, 0, 0.115) !important;
    -moz-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
    cursor: pointer;
    max-width: 600px;
    min-width: 280px;
    line-height: 18px;
}

.olbsfsd__msg:hover,
.olbsfsd__msg:active {
    outline: solid rgba(0, 0, 0, 0.1) 5px;
}

.olbsfsd__msg.notice-error {
    background: #d32f2f;
    color: #ffebee;
}

.olbsfsd__msg.notice-info {
    background: #1976d2;
    color: #e3f2fd;
}

.olbsfsd__msg-click2close {
    font-size: 13px;
    margin-top: 10px;
    opacity: 0.85;
}

@media all and (max-width: 640px), (max-height: 740px) {
    #loginform {
        top: 10px;
        bottom: 10px;
        left: 10px;
        right: 10px;
        margin-left: 0;
        margin-top: 0;
        width: auto;
        height: auto;
        padding: 25px;
    }
}
