body{ min-width: 600px; }

.login2background{ background-image: url('images/background/background0.JPG'); background-size: cover; width:100%;
    background-repeat:no-repeat; background-position:center; min-height:100vh;
}
.loginbox{
    background: white;  color: black; margin-top: 3%; margin-left: 3%; padding: 20px;
    box-shadow: 0 8px 50px -2px #000;  border-radius:5px;
}
.contact_bottom{ position: fixed; bottom: 1px; background-color:white; width:100%;padding: 5px 10px; }
@media (max-width:767px) {
    .login2background{
        background-image: url('images/background/background0.JPG'); background-size: cover; width:100%;
        background-repeat:no-repeat; background-position:center; height: 80vh;
    }
    .contact_bottom{ position: fixed; bottom: 1px; background-color:white;height:40px; }
}
.singtext{ font-family: "Open Sans",sans-serif; font-size: 27px; color: #82C226; float: right; padding-right: 25%; }
.submit-btn{  float: right;  margin-right: 28%;}
.forgotpassword{  padding-left: 70%; font-size:12px; }
@media (max-width:800px) {
    .submit-btn{
        margin-right: 23%;
    }
}
.create_account_text{  color:darkorange; cursor: pointer; }
.create_account_text:hover{  text-decoration:underline; color: #82C226 }
.cineSuntem{ background-color:#9de0f6;text-align: center; }
.cineSuntem:hover{ background-color:#ffde2e; cursor: pointer; }
body{color:green;}