*{
margin:0;
padding:0;
}

body{
  font-family: 'Montserrat-light';
} .forgot_password{
height: 100vh;
width:100%;
display:flex;
align-items:center;
}
.oops, .coming-soon {
position:absolute;
top:0;
bottom:0;
left:0;
right:0;
height: 100vh;
width:100%;
display:flex;
align-items:center;
}
.coming-soon, .session_expire{
height: 75vh;
}
.oops_image {
display: block;
margin: 0 auto;
width: 100px;

}

.oops_image img {
float: left;
width: 100%;
position: relative;
top: 25px;

}

.lock_image img{
float: left;
width: 100%;
position: relative;
top: 0;

}
.cs_image{
display: block;
margin: 0 auto;
width: 400px;

}
label span {
    color:#ff0000 !important;
}

.cs_image img{
float: left;
width: 100%;
position: relative;
top: 25px;
clip: rect(0px,60px,200px,0px);

}
.oops h1{
float: left;
width: 100%;
margin: 0;
padding: 0;
font-size: 10em;
color: #ededed;
text-align: center;
font-family: 'Halogen Rough by Pixel Surplus';
}

.oops p {
float: left;
width: 100%;
margin: 0;
padding: 0;
font-size: 16px;
color: #a6a6a6;
text-align: center;
}
.coming-soon h1 {
float: left;
width: 100%;
margin: 0;
padding: 0;
font-size: 7em;
position: relative;
color: #525254;
text-align: center;
font-family: 'Bebas Neue';
}
.forgot_password h1{
font-size: 4em;
}
.coming-soon p{
float: left;
width: 100%;
margin: 0;
padding: 0;
font-size: 16px;
color: #525254;
font-family: 'Montserrat-light';
text-align: center;
}


.re_login_btn{
float: left;
width: 100%;
margin-top: 20px;
}
.re_login_btn a{
display: block;
margin: 0 auto;
padding: 12px;
color: #383838;
border: 1px solid #383838;
border-radius: 100px 100px 100px 100px;
-moz-border-radius: 100px 100px 100px 100px;
-webkit-border-radius: 100px 100px 100px 100px;
text-align: center;
width: 220px;
text-decoration: none;
-webkit-transition: 0.7s  ease;
transition: 0.7s  ease;
}

.re_login_btn a:hover,
.re_login_btn a:focus{
background: #383838;
color: #fff;
border: 1px solid #383838;
}




.lock_image{
display: block;
width: 100px;
margin: 0 auto;
}
.lock_image img{
float: left;
width: 100%;
}
.forgot_password h1{
  float: left;
  width: 100%;
  margin: 0;
  padding: 10px 0 0 0;
  font-size: 3em;
  position: relative;
  color: #3b3b3b;
  text-align: center;
  font-family: 'Bebas Neue';
}


.forgot_password p{
float: left;
width: 100%;
margin: 0;
padding: 0;
font-size: 16px;
color: #c0c0c0;
font-family: 'Montserrat-light';
text-align: center;
}
.forgot_form{
  display: block;
  width: 100%;
  margin: 0px auto;
  float:left;
}
.forgot_form label{
  float: left;
  width: 100%;
  margin: 0;
  padding:5px 0;
  color: #333;
  font-size: 14px;

}

.forgot_form input{
  float: left;
  width: 100%;
  padding: 8px;
  background: #fbfbfb;
  border: 2px solid #efefef;
  margin: 0;
  text-transform: capitalize;
  outline: 0;
}

.reset_btns{
  float: left;
  width: 100%;
  margin-bottom: 20px;
}

.reset, .clear{
  float: left;
  width: 50%;
}

.reset button, .clear button{
  margin:10px 0 0 0;
  padding: 10px 20px;
  background: #3cb878;
  color: #fff;
  float: left;
  border: none;
  text-align: center;
  font-size: 14px;
outline: 0;
width: 90%;
line-height: 19px;
}

.clear button{
  background: #f3214e;
  float: right;
}
.session_expire h1{
  float: left;
  width: 100%;
  margin: 0;
  padding: 0;
  font-size: 5em;
  position: relative;
  color: #525254;
  text-align: center;
 /*font-family: 'Bebas Neue';*/
}


.session_expire p{
float: left;
width: 100%;
margin: 0;
padding: 0;
font-size: 16px;
color: #525254;
font-family: 'Montserrat-light';
text-align: center;
}

.footer {
    float: left;
    width: 100%;
    border-top: 1px solid #ccc;
    margin: -40px 0px 0px;
    padding: 10px 0;
    color: #333;
    font-size: 14px;
}
.footer p {
    color: #333;
    font-size: 12px;
    float: left;
    width: 100%;
    text-align: center;
    margin:0px;
}
.passwordbrd {
    float:left;
    width:100%;
    padding:10px;
    border:1px solid #ececec;
}
@media (max-width:768px) {
  
    .forgot_password h1{
        font-size:2em;
    }
    .forgot_password p{
        font-size:11px;
    }
    .forgot_password p span a{
        font-size:14px;
    }
}
@media (max-width:359px) {
    .reset button, .clear button {
        float: left;
        width: 100%;
        margin:0px 0px 10px;
    }
    .reset, .clear {
        float: left;
        width: 100%;
        margin:0px;
    }
}