.simple-bg {
    background: #1E4682;
}

.subtle-movement {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0.4;
    background: radial-gradient(circle at 50% 50%, rgba(99, 179, 237, 0.4), rgba(59, 130, 246, 0));
    transition: transform 0.6s ease-out;
    pointer-events: none;
}

#forget {
    color: #1E4682;
}