@media (max-width: 767px) {
.loginform{
width:75% !important;
}
body {
background-attachment: fixed;
}
}
.forgot_pass{
/*width:100%;*/
text-align:right;
font-size:12px;
}
.forgot_pass a{
text-decoration: none;
font-weight:700;
color:#7cbe55;
}
.loginform {
width: 30%;
padding: 20px 20px 40px;
margin-left: auto;
margin-right: auto;
margin-top: 20px;
background-color: white;
/* opacity: 0.5; */
}
.loginform input.form_input{
padding:10px 3%; 
width:93%; 
margin:0 0 15px 0;
border-bottom:1px solid #d5d5d5;
border-left:none;
border-right:none;
border-top:none;
background-color:#ffffff;
color:#000000;
-webkit-appearance: none;
}
.loginform input.form_input:focus{
background-color:#f5f5f5;
}
.loginform input.form_submit{ 
width:100%;
padding:12px 0; 
margin:10px 0 0 0; 
text-align:center;
cursor:pointer; 
font-size:18px;
font-weight:300;
color:white;
border: none;
cursor:pointer;
-webkit-appearance: none;
background-color:#313e49;
}
.signup_bottom{
width:100%;
text-align:center;
padding:0px 0 0 0;
}
.signup_bottom p{
opacity: 1;
padding:0px 0 10px 0;
font-size:16px;
}
.signup_bottom a{
background-color:#7cbe55;
color:#fff;
font-weight:300;
font-size:16px;
padding:5px 10px;
border-radius:15px;
text-decoration: none;
}
.loginform h1 {
    font-size: 35px;
    font-weight: bold;
}
body {
background-image: url(../images/login-bg.png);
background-repeat: no-repeat;
background-size: cover;
background-position: center;
/*height: 92vh;*/
background-attachment: fixed;
}