.login_form_container {
    display: flex;
    overflow: hidden;
    animation: fadeUp 0.5s forwards;
    background: white;
}