body, html {
    height: 100%;
    margin: 0;
    padding: 0;
}

.bg-image {
    background: url('../images/auth-bg.png') no-repeat center center fixed;
    background-size: cover;
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: -2;
}

.overlay {
    background-color: rgba(0, 0, 0, 0.5);
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: -1;
}

.login-container {
    background-color: white;
    border-radius: 20px;
    padding: 40px;
    box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.4);
    max-width: 500px;
    width: 90%;
    margin: auto;
    font-size: 1.05rem;
}

.form-control, .btn {
    border-radius: 10px;
    font-size: 1rem;
    padding: 10px;
}

.btn {
    background-color: #E3A300;
    color: white;
    border: none;
    cursor: pointer;
}

.logo {
    display: block;
    margin: 0 auto 5px;
    height: 150px;
}

.captcha-container {
    margin-bottom: 20px;
}

.forgot-password {
    text-align: right;
    font-size: 0.9em;
}

.forgot-password-text {
    color: #FF772A !important;
}
