body {
    min-height: initial;
    background: initial;
    background-repeat: initial;
}
main {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #1C5CBE;
    background: linear-gradient(135deg,#1C5CBE 0%, #7451A8 50%, #CD4692 100%);
    background-repeat: no-repeat;
}
#container-form-login {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 90%;
    max-width: 500px;
}
#login-logo {
    height: 100px;
}
.form-login-remember-forgot {
    display: flex;
    justify-content: space-between;
}