body {
    background-color: #e8e8e8;
}

.login-container {
    min-height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
}

.login-card {
    background: #fff;
    border-radius: 8px;
    padding: 40px 30px;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
    width: 100%;
    max-width: 600px;
    text-align: center;
}

.login-card img {
    max-width: 200px;
    margin-bottom: 30px;
}

.form-control {
    background-color: #e0e0e0;
    border: none;
    height: 45px;
    margin-bottom: 20px;
}

.btn-orange {
    background-color: #f66a0a !important;
    color: #fff !important;
    font-weight: bold;
    width: 100%;
    height: 45px;
    border-radius: 5px;
    border: none;
}

.btn-orange:hover {
    background-color: #e65c00;
}

.text-small {
    font-size: 13px;
    margin-top: -10px;
    margin-bottom: 20px;
}

.text-small a {
    color: #f66a0a;
    text-decoration: none;
}
