﻿body {
    background-color: #f8f9fa;
}

.card {
    max-width: 500px;
}

.logo-icon {
    font-size: 70px;
    color: #E1B97C;
}

.toggle-password {
    position: absolute;
    top: 73%;
    left: 10px;
    transform: translateY(-50%);
    cursor: pointer;
    color: #7a7a7a;
}

/* updated button style */
.btn-custom {
    display: inline-block;
    border: none;
    border-radius: 6px;
    background-color: #E1B97C;
    color: #fff;
    font-weight: 600;
    text-align: center;
    padding: 10px 0;
    cursor: pointer;
    transition: background-color 0.2s ease-in-out;
}

    .btn-custom:hover {
        background-color: #d6a85d;
    }

.form-control:focus {
    border-color: #d6a85d;
    box-shadow: 0 0 0 0.2rem rgba(214, 168, 93, 0.25);
}

.alert-danger {
    background-color: #f8d7da;
    color: #842029;
    border: none;
    border-radius: 8px;
    padding: 10px;
}
