body {
    background-color: #f8f9fa;
}
.login-container {
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
    border-radius: 1rem;
    overflow: hidden;
    background-color: #fff;
}
.divider:after,
.divider:before {
    content: "";
    flex: 1;
    height: 1px;
    background: #eee;
}
.animation-container {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
}
.remember-me-text {
    font-size: 0.9rem;
}
.form-outline {
    margin-bottom: 1.5rem;
}
.input-prefix-icon {
    position: absolute;
    top: 0.75rem;
    left: 0.75rem;
    color: #757575;
}