.login__otp-submit {
    margin-top: 2rem;
}

.otp__cancel-button {
    background-color: white;
    color           : #004285;
    border-radius   : 20px;
    border          : 0px;
    font-family     : lato;
    font-size       : 14px;
    font-weight     : bold;
    letter-spacing  : 0px;
    line-height     : 22px;
    text-align      : center;
    width           : 35%;
    height          : 40px;
}

.otp__submit-button {
    background-color: #004285;
    color           : white;
    border-radius   : 20px;
    border          : 0px;
    font-family     : lato;
    font-size       : 14px;
    font-weight     : bold;
    letter-spacing  : 0px;
    line-height     : 22px;
    text-align      : center;
    width           : 35%;
    height          : 40px;
    float           : right;
}

.otp__submit-button:disabled {
    background-color: rgb(208, 215, 219);
    color           : #8C9194;
}

.login__totp-input:focus {
    outline: none;
    border : 1px solid #29BBB0;
}

.back-to-login {
    font-size  : 12px;
    font-family: latoBold;
    margin-top : 1rem;
}