body {
    background: linear-gradient(to right, #1c92d2, #f2fcfe);
    min-height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
}

.login-box {
    background: #ffffff;
    padding: 40px 30px;
    border-radius: 12px;
    box-shadow: 0 0 30px rgba(0, 0, 0, 0.1);
    width: 100%;
    max-width: 400px;
}

.login-box .form-control {
    border-radius: 10px;
}

.login-box h3 {
    font-weight: bold;
    margin-bottom: 25px;
}

.icon-glow {
    font-size: 50px;
    color: #0d6efd;
}