html body {
    font-family: "Rubik" !important;
    line-height: 1.15;
    -webkit-text-size-adjust: 100%;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

/* ------------------------------------------------------
|  root
-------------------------------------------------------  */
.bg-green {
    background-color: #253B80;
}

.text-green {
    color: #253B80 !important;
}

/* ------------------------------------------------------
|  Login
-------------------------------------------------------  */

.login {
    background-color: #253B80;
    height: 100vh;
    display: grid;
    align-content: center;
}

.login .text-header {
    font-family: "Rubik";
    font-size: 64px;
    font-weight: 400;
    line-height: 80px;
    letter-spacing: 0px;
    text-align: center;
    color: #FFFFFF;
}

.login .text-sub-header {
    font-family: "Rubik";
    font-size: 16px;
    font-weight: 400;
    line-height: 20px;
    letter-spacing: 0px;
    text-align: center;
    color: #FFFFFF;
}

.login .form-control::-webkit-input-placeholder {
    font-family: "Lexend Deca";
    font-size: 14px;
    font-weight: 400;
    color: #179bd7;
}

.login .form-control::-ms-input-placeholder {
    font-family: "Lexend Deca";
    font-size: 14px;
    font-weight: 400;
    color: #179bd7;
}

.login .form-control::placeholder {
    font-family: "Lexend Deca";
    font-size: 14px;
    font-weight: 400;
    color: #179bd7;
}
