@media (max-width: 600px) {
    .login-box {

        border-radius: 0 !important; 
        box-shadow: 0 4px 20px rgba(0, 0, 0, 0) !important;
    }

}
body {
    background-color: #f8f9fa;
    font-family: Arial, sans-serif;
}
.login-container {
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 80vh;
}
.login-box {
    background: white;
    padding: 40px;
    border-radius: 10px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
    width: 100%;
    max-width: 400px;
}
.login-box h3 {
    font-size: 1.75rem;
    font-weight: bold;
    margin-bottom: 20px;
    text-align: center;
    color: #343a40;
}
.form-control:focus {
    box-shadow: none !important;
    border-color: #ab7b2f !important;
}
.btn-custom {
    width: 100%;
    padding: 10px;
}
.btn-custom:hover {
    background-color: #495057;
}
.forgot-password, .sign-up {
    display: block;
    text-align: center;
    margin-top: 10px;
}
.top-searches{
    display: none
}