.user-login  form {
  max-width:600px;
  margin:0 auto;
  background-color:#ffffff;
  padding:50px;
  border-radius:4px;
  font-size:14.07px;
  color: #828282;
  letter-spacing: 0.2em;
  box-shadow:1px 1px 5px rgba(0,0,0,0.1);
}


.user-login form .form-control {
  background:#eeeeee;
  border:2px solid #bfbfbf;
  border-radius:3px;
  box-shadow:none;
  outline:none;
  color:inherit;
  text-indent:8px;
  height: 40px;
}




.user-login form .btn-primary {
  border:none;
  padding:11px;
  box-shadow:none;
  margin-top:26px;
  text-shadow:none;
  max-width:500px;
  max-height: 60px;
  width:100%;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0.8em;
  outline:none !important;
}

.user-login form .btn-primary:hover, .user-login form .btn-primary:active {
  background:#ce0402;
}



.user-login form .forgot {
  display:block;
  text-align:center;
  font-size:14.07px;
}

.user-login form .forgot a {
    text-decoration: underline;
}
.user-login form .forgot:hover, .user-login form .forgot:active {
  opacity:1;
}





/*
  ##Device = Desktops
  ##Screen = 1281px to higher resolution desktops
*/

@media (min-width: 1281px) {

}

/*
  ##Device = Laptops, Desktops
  ##Screen = B/w 1025px to 1280px
*/

@media (min-width: 1025px) and (max-width: 1280px) {

}


/*
  ##Device = Tablets, Ipads (portrait)
  ##Screen = B/w 768px to 1024px
*/

@media (min-width: 768px) and (max-width: 1024px) {

}

/*
  ##Device = Tablets, Ipads (landscape)
  ##Screen = B/w 768px to 1024px
*/

@media (min-width: 768px) and (max-width: 1024px) and (orientation: landscape) {



}

/*
  ##Device = Low Resolution Tablets, Mobiles (Landscape)
  ##Screen = B/w 481px to 767px
*/

@media (min-width: 481px) and (max-width: 767px) {

}

/*
  ##Device = Most of the Smartphones Mobiles (Portrait)
  ##Screen = B/w 320px to 479px
*/

@media (min-width: 320px) and (max-width: 480px) {

    /*.back {
      height: 80px;
      line-height: 80px;
    }

    .user-login-login form {
      font-size: 10pt;
    }

    .user-login-login form .btn-primary{
      font-size: 12pt;
    }*/



}