@media (max-width: 575.98px) {
    .container-login {
        height: 100vh;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .border-square {
        border: 1px solid #ccc;
        border-radius: 5px;
        padding: 5px;
        display: inline-block;
        transition: background-color 0.3s;
    }

    .btn-kembali {
        position: absolute;
        left: 7%;
        top: 2%;
    }

}

@media (min-width: 576px) {
    .container-login {
        height: 100vh;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .btn-kembali {
        position: absolute;
        left: 5%;
        top: 5%;
    }

    .border-square {
        border: 1px solid #ccc;
        border-radius: 5px;
        padding: 5px;
        display: inline-block;
        transition: background-color 0.3s;
    }

    .border-square:hover {
        background-color: #6c757d
    }

    .card-form {
        width: 15%;
    }
}

.btn-custom {
    background-color: #069550;
    color: white;
}

.btn-custom:hover {
    background-color: #057240;
    color: white;
}
