﻿.Responsive div.Feedback_Message_Wrapper {
    margin-top: 35px;
}

body {
 background-repeat: no-repeat;
 background-size: cover;
 color: white;
}
.Login{
    height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
}
.Login_Footer {
    display: none !important;
}

/* .Login_Box {
 left: 50%;
right: 50%;
 } */
 
/* .Login__Form {
 margin-top: -185px;
 } */
 /* .Login__Logo span {
    color: #fff !important;
} */
 .Login_Box{
     position: static;
     margin-top: 0px;
     margin-left: 0px;
     padding-top: 0px;
     background-color: rgba(255, 255, 255, .75);
     width: 400px;
     padding: 15px 20px;
     
 }
 /*.Logo-cont {
    margin-top: -95px;
}*/