
.login_box{
    width: 400px;
    margin: auto;
    margin-top: 100px;
    margin-bottom: 100px;
    padding: 15px 40px;
    border-radius: 4px;
    border: 1px solid #fff;
    box-shadow: 0px 10px 21px rgba(0, 0, 0, 0.1);
    background-color: #fff;
    

}

.login_heading {
  text-align: center;
  margin-top: 32px;
  margin-bottom: 32px;
  color: #0D1231;
  font-size: 25px;
  width: 100%;
  font-weight: 500;
}
.login_head, .login_head:hover{
    font-size: 15px;
    margin-top: 10px;
    margin-bottom: 10px;
    color: #0697d7;
    font-weight: 500;
    text-decoration: none;
}
.cff{
  font-size: 14px;
  border-bottom: 2px solid #d0d0d0f2;
  color: #d0d0d0f2;
  border-top: 1px solid #0000;
  border-left: 1px solid #ffffffbd;
  border-right: 1px solid #ffffffbd;

}
.text-center{
    margin-bottom: 0px;
}
.login_btn, .login_btn:hover{
  margin-top: 20px;
  margin-bottom: 5px;
  background-color: #0697d7;
  color: white;
  width: 100%;
  font-weight: 500;
}
.login_con, .login_con:hover{
  text-decoration: none;
  font-size: 15px;
  color: #0697d7;
  font-weight: 500;

}



























@media only screen and (min-width: 320px) and (max-width:480px)
{
    
.login_box{
    width: 85%;
    margin: auto;
    margin-top: 40px;
}
.login_heading {
    margin-top: 10px;
    margin-bottom: 14px;
    color: #0D1231;
    font-size: 24px;
}
}
@media only screen and (min-width: 480px) and (max-width:576px)
{
    
.login_box{
    width: 70%;
    margin: auto;
    margin-top: 40px;
}
.login_heading {
    margin-top: 10px;
    margin-bottom: 14px;
    color: #0D1231;
    font-size: 24px;
}
}
@media only screen and (min-width: 576px) and (max-width:768px){  
.login_box{
    width: 360px;
    margin: auto;
    margin-top: 40px;
}
.login_heading {
    margin-top: 10px;
    margin-bottom: 14px;
    color: #0D1231;
    font-size: 25px;
}
}
@media only screen and (min-width: 768px) and (max-width:991px){  
.login_box{
    width: 400px;
    margin: auto;
    margin-top: 40px;
}
.login_heading {
    margin-top: 10px;
    margin-bottom: 14px;
    color: #0D1231;
    font-size: 26px;
}
}
