.auth-container {
    background: linear-gradient(to bottom, rgba(0, 86, 179, 0.05) 0%, rgba(255,255,255,1) 100%);
    height: auto;
}
.auth-card {
    box-shadow: 0 10px 30px rgba(0, 84, 179, 0.1);
    border-radius: 12px;
    overflow: hidden;
}
.auth-image {
    background-image: url('https://images.unsplash.com/photo-1581056771107-24ca5f033842?ixlib=rb-4.0.3&ixid=M3wxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D&auto=format&fit=crop&w=880&q=80');
    background-size: cover;
    background-position: center;
}
.input-group {
    position: relative;
}
.input-icon {
    position: absolute;
    left: 15px;
    top: 50%;
    transform: translateY(-50%);
    color: #0056b3;
}

.success-icon {
    width: 80px;
    height: 80px;
    background-color: #e6f2ff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
}
