﻿.html, body, form, .Page {
    height: 0%;
}


.Responsive div.Feedback_Message_Wrapper {
    margin-top: 35px;
}

.login-screen {
    display: -webkit-box;
    display: -ms-flexbox;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    position: relative;
    height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    }

.login-form {
    background-color: rgba(255, 255, 255, 0.75);
    border-radius: 5px;
    padding: 50px;
    min-width: 435px;
    z-index: 2;
    text-align: center;
 
}

.Login_Footer {
    display: none;
}