@import url('https://fonts.googleapis.com/css2?family=Abhaya+Libre:wght@400;500;600;700;800&family=Bricolage+Grotesque:opsz,wght@12..96,200..800&display=swap');

* {
    font-family: "Bricolage Grotesque", serif;
}

.login {
    justify-content: center;
    align-items: center;
}

.ok-col {
    padding-left: 25px;
    padding-right: 25px;
}

.login p.ok-title {
    color: #161111;
    font-family: "Abhaya Libre", serif;
    font-size: 40px;
    font-weight: 800;
    line-height: 36px;
    letter-spacing: 0.01em;
    text-decoration-skip-ink: none;
}

.login .ok-desc {
    font-family: "Bricolage Grotesque", serif;
    font-size: 14px;
    font-weight: 200;
    line-height: 19.2px;
    letter-spacing: 0.01em;
    text-decoration-skip-ink: none;
    color: #313957;
    margin-bottom: 1.5rem;
}

.login .ok-forget-password {
    color: #1E4AE9;
    /* font-family: Roboto; */
    font-size: 14px;
    font-weight: 400;
    line-height: 12px;
    letter-spacing: 0.01em;
    text-decoration-skip-ink: none;
}

.login .forgot_password {
    justify-content: end;
    margin-bottom: unset;
}

.btn-mat {
    background-color: #161111 !important;
    color: #FFF !important;
}

.btn-mat:hover {
    background: #231e1e !important;
}

.login .ok-dec {
    color: #1E4AE9;
    font-size: 14px;
    line-height: 19.2px;
}

.ok-dont-have-account,
.ok-already-have-account {
    font-family: "Bricolage Grotesque", serif;
    font-size: 15px;
    font-weight: 200;
    line-height: 24px;
    letter-spacing: 0.01em;
    text-decoration-skip-ink: none;
}

.ok-footer {
    position: absolute;
    bottom: 0;
    width: 100%;
    display: flex;
    justify-content: center;
    margin: 10px;
}

.ok-welcome-footer {
    display: block;
}

.ok-input,
form#login input[type="text"],
form#login input[type="password"] {
    border-radius: unset;
    border: .5px solid #0000001A !important;
}

label.accept_terms {
    font-size: 14px;
    font-weight: 200;
    line-height: 19.2px;
    letter-spacing: 0.01em;
    color: #313957 !important;
}