.login-bg {
    height: 100vh;
    background-color: white;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.container-fluid {
    padding-left: 0 !important;
    padding-right: 0 !important;
}

.red-submit {
    color: #ffffff;
    background-color: #e30613;
    font-weight: bold;
}
