/* Google Font*/
@import url('https://fonts.googleapis.com/css?family=Roboto:400,500,700&display=swap');

/* General */
html {
    font-family: 'Roboto', sans-serif;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    -ms-overflow-style: scrollbar;
    -webkit-tap-highlight-color: transparent
}

html {
    height: 100%;
}

@-ms-viewport {
    width: device-width
}

.background-login {
    background-image: url('/img/bg-login.png');
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    font-family: 'Roboto', sans-serif;
    font-size: 15px;
    letter-spacing: 0.5px;
}

.img-circle {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    object-fit: cover;
    background-color: hsla(0, 0%, 9%, 0.7);
    padding: 6px;
    border: 2px solid #007bff;
    box-sizing: border-box;
    margin-top: -5rem;
    /* pindahkan dari .background-login */
}

.card-otp {
    width: 25%;
    min-height: 30vh;
    background-color: hsla(0, 0%, 9%, 0.9);
    margin-top: 8rem;
}

.card-login {
    width: 25%;
    min-height: 60vh;
    background-color: hsla(0, 0%, 9%, 0.7);
    margin-top: 8rem;
}

.btn-login {
    width: 100px;
    background-color: steelblue;
    float: right;
}

.amita-regular {
    font-family: "Amita", serif;
    font-weight: 400;
    font-style: normal;
}

.amita-bold {
    font-family: "Amita", serif;
    font-weight: 700;
    font-style: normal;
    font-size: 1.5rem;
    margin-top: -1.5rem;
}

.montez-regular {
    font-family: "Montez", cursive;
    font-weight: 700;
    font-style: normal;
    font-size: 1.5rem;
    margin-top: -1.5rem;
}

.tagesschrift-regular {
    font-family: "Tagesschrift", system-ui;
    font-weight: 700;
    font-style: normal;
    font-size: 1.5rem;
    margin-top: -1.2rem;
}

.card-content h5 {
    font-size: 1rem;
    text-align: center;
    margin-top: -1.5rem;
    margin-bottom: 1.5rem;
}

.card-content hr {
    margin-top: -1rem;
    margin-bottom: 2rem;
}

.footer-app {
    text-align: center;
    font-size: 1rem;
    margin-top: 1rem;
}

@media (max-width: 768px) {
    .card-login {
        margin-top: 7rem;
        width: 83%;
        min-height: 50vh;
    }

    .background-login span {
        font-size: 0.7rem;
    }
}