.login-btn {
    background-color: #1cabc4;
    border: none;
    font-weight: 600;
}

.login-btn:hover {
    background-color: #a5550c;
}

.modal-content {
    border-radius: 0;
}

input::placeholder {
    color: rgba(255, 255, 255, 0.6);
}

input:focus {
    border-color: #f4a261;
    box-shadow: none;
}
