.cs-card-rounded {
    border-radius: 16px;
}
.jumbotron {
    background-image: url("/img/background-login-page.jpg");
    background-size: cover;
}
.warna-primary {
    color: #16b2ac;
}
.inputan {
    border: solid 1px rgb(195, 195, 195);
    height: 50px;
    border-radius: 8px;
}
.bg-warna-primary {
    background-color: #16b2ac;
    color: white;
}
.bg-warna-primary:hover {
    background-color: #118c88;
    color: white;
}
.lupa-password {
    color: #16b2ac;
    text-decoration: none;
    margin-top: 5px;
    margin-bottom: 10px;
}
@media (min-width: 750px) {
    .judul-login {
        margin-bottom: 50px;
    }
    .login-page-card-title {
        font-size: 28px;
        font-weight: 300;
        color: rgb(57, 57, 57);
    }
    .p-login {
        padding-left: 20px;
        padding-right: 10px;
        text-align: justify;
    }
}
@media (max-width: 720px) {
    .text-login {
        text-align: center;
    }

    .login-page-card-title {
        font-size: 22px;
        font-weight: 300;
        color: rgb(57, 57, 57);
    }
}
