body {
    font-family: 'Josefin Sans', sans-serif;

}

.btn-home {
    position: absolute;
    top: 20px;
    left: 20px;
    border-radius: 20px;
    padding: 8px 20px;
    font-weight: 500;
    background-color: white;
    border: 1px solid #dee2e6;
    transition: all 0.3s ease;
}

.btn-home:hover {
    background-color: #6d360f;
    color: white;
    background-color: #6d360f;
}

.login-container {

    width: 100%;
    max-width: 450px;
    border-radius: 15px;
    border-top: 5px solid #6d360f;
}

.form-control:focus {
    border-color: #6d360f;
    box-shadow: 0 0 0 0.25rem rgba(229, 121, 5, 0.25);
}

.form-check-input:checked {
    background-color: #6d360f;
    border-color: #6d360f;
}

.btn-login {
    background-color: #6d360f;
    border-color: #6d360f;
    font-weight: 600;
    padding: 10px;
    transition: all 0.3s ease;
}

.btn-login:hover {
    background-color: #6d360f;
    border-color: #c46604;
}

.text-orange {
    color: #6d360f;
}

.text-orange:hover {
    color: 6d360f;
}

.btn-outline-primary:hover {
    background-color: #3b5998;
    border-color: #3b5998;
    color: white;
}

.btn-outline-danger:hover {
    background-color: #db4437;
    border-color: #db4437;
    color: white;
}