body {
    background-color: #f5f5f5;
    font-family: Arial, sans-serif;
}

.auth-container {
    max-width: 500px;
    margin: 60px auto;
}

.auth-card {
    background: #fff;
    border: 1px solid #eee;
    padding: 30px;
    border-radius: 6px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
}

.auth-card h4 {
    margin-bottom: 20px;
    font-weight: 600;
    text-align: center;
}

.btn-orange {
    background-color: #f7941d;
    color: #fff;
    border: none;
}

.btn-orange:hover {
    background-color: #e68310;
}

.switch-link {
    text-align: center;
    margin-top: 15px;
    font-size: 14px;
}

.switch-link a {
    color: #f7941d;
    font-weight: 600;
    text-decoration: none;
}

.switch-link a:hover {
    text-decoration: underline;
}

.social-login {
    margin-top: 15px;
}

.social-login button {
    width: 100%;
    margin-bottom: 10px;
}

.btn-facebook {
    background-color: #3b5998;
    color: #fff;
}

.btn-facebook:hover {
    background-color: #334d84;
}

.btn-google {
    background-color: #db4437;
    color: #fff;
}

.btn-google:hover {
    background-color: #c33d30;
}