body,html {
    min-height: 100vh;
    width: 100vw;
    overflow-x: hidden;
    background-image: url("../img/bg-2fa.png");
    background-repeat: no-repeat;
    background-size: cover;
}

.lt-400 {
    font-family: "Lato", sans-serif;
    font-weight: 400;
    font-style: normal;
}

.lt-700 {
    font-family: "Lato", sans-serif;
    font-weight: 700;
    font-style: normal;
}

.btn-2fa {
    background-color: #ffee00;
    border-radius: 32px;
}
.btn-2fa:hover {
    background-color: #ffd500;
    color: black;
}