.validate__identity-message {
    font-size: 12px;
}

.login__totp-key {
    margin-left: -2.5rem;
    font-family: lato;
}

.login__totp-scanBarCode {
    font-size: 14px;
    font-family: lato;
}

.download__authenticator-message {
    font-size: 12px;
}

.totp__instruction-list {
    font-size  : 12px;
    font-weight: bold;
    margin-left: -1.5rem;
}

#kc-totp-secret-qr-code {
    width : 12rem;
    height: 12rem;
}

.login__barcode-container {
    margin-left: -3rem;
}

.unable-scan-link {
    margin-left  : 8rem;
    margin-top   : -43px;
    margin-bottom: 1rem;
    font-family  : latoBold;
    font-size    : 14px;
}

.login__totp-input {
    display         : block;
    width           : 100%;
    height          : 48px;
    padding         : .5rem;
    border-radius   : 4px;
    box-sizing      : border-box;
    align-self      : center;
    border          : 0px;
    background-color: #F4F5FA;
}

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