body{
        background-color: #f8fafc
}
#main {
    min-height: calc(100vh - 300px);
}
form {width:100%;}
.login {
    margin:55px auto;
  width: 32%;

    box-shadow: 0 12px 24px 0 rgba(28,31,33,.1);
        border-radius: 12px;
}
.mobile {
 margin:0px auto;
}
.login h2 {
  font-size: 30px;
  font-weight: 700;
  /*color: #fff;*/
  text-align: center;
  /*margin: 0px 0px 50px 0px;*/
  font-family: 'Droid Serif', serif;
}
.login-top {
  background: #fff;
  
  border-radius: 25px 25px 0px 0px;
  -webkit-border-radius:  25px 25px 0px 0px;
  -moz-border-radius: 25px 25px 0px 0px;
  -o-border-radius: 25px 25px 0px 0px;
  padding: 20px 80px;
}

.login h1 {
    display:block;
    margin-top:20px;
    font-size: 16px;
    line-height: 49px;
 
    height: 49px;

    margin-top:25px;
}
.login h1 span{
    margin-left:45px;
        font-size: 16px;
        float: left;
        font-weight: 700;
    width: 80px;
    text-align: center;
    height: 49px;
    line-height: 49px;
   color:#f20d0d;
}
    .login h1 span:after {
        content: " ";
        width: 16px;
        height: 4px;
        line-height: 4px;
        background: #f20d0d;
        border-radius: 2px;
        display: block;
        margin: 0 auto;
    }
    .login-top  p{
        margin:5px 0px;
        height:18px;
        line-height:18px;
        color:red;
    }
.login-top input[type="text"] {
	outline: none;
  font-size: 15px;
  font-weight: 500;
  color: #818181;
  padding: 13px 20px;
  /*background: #CACACA;*/
    background: rgba(28,31,33,.06);
  border: 1px solid #ccc;
  border-radius:8px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -o-border-radius: 8px;
  margin: 0px 0px 0px 0px;
  width: 100%;
  -webkit-appearance: none;
}
.login-top input[type="password"]{
	outline: none;
  font-size: 15px;
  font-weight: 500;
  color: #818181;
  padding: 13px 20px;
  background: #CACACA;
  border: 1px solid #ccc;
  border-radius:8px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -o-border-radius: 8px;
  margin: 0px 0px 0px 0px;
  width: 100%;
  -webkit-appearance: none;
   background: rgba(28,31,33,.06);
}

.yzmgroup { position:relative;}
#imgVerify {
    position: absolute;
    right: 13px;
    top: 8px;
    width: 84px;
    height: 32px;
    border:0px solid dashed;
}
.forgot  a{
    
   margin-top:15px;
   margin-right:10px;
   text-align:right;
  font-size: 13px;
  font-weight: 500;
  color: #F45B4B;
  display: block;
  border-right: 2px solid #F45B4B;
  padding: 0px 7px 0px 0px;
}
.forgot  a:hover{
  color: #818181;
}
.forgot input[type="button"] {
  background: #F45B4B;
  color: #FFF;
  font-size: 17px;
  font-weight: 400;
  padding: 8px 7px;
  width: 100%;
  display: inline-block;
  cursor: pointer;
  border-radius: 6px;
  -webkit-border-radius: 19px;
  -moz-border-radius: 6px;
  -o-border-radius: 6px;
  margin: 0px 7px 0px 3px;
  outline: none;
  border: none;
}
.forgot input[type="button"]:hover {
	background:#818181;
	transition: 0.5s all;
  -webkit-transition: 0.5s all;
  -moz-transition: 0.5s all;
  -o-transition: 0.5s all;
}
.forgot {
  text-align: center;
}
.login-bottom {
  background: #E15748;
  padding: 30px 65px;

  border-radius: 0px 0px 15px 15px;
  -webkit-border-radius:  0px 0px 15px 15px;
  -moz-border-radius: 0px 0px 15px 15px;
  -o-border-radius: 0px 0px 15px 15px;
  text-align: right;
  border-top: 2px solid #AD4337;
}
.login-bottom h3 {
  font-size: 14px;
  font-weight: 500;
  color: #fff;
}
.login-bottom h3 a {
  font-size: 25px;
  font-weight: 500;
  color: #fff;
}
.login-bottom h3 a:hover {
	color:#696969;
	transition: 0.5s all;
  -webkit-transition: 0.5s all;
  -moz-transition: 0.5s all;
  -o-transition: 0.5s all;
}
.copyright {
  padding: 150px 0px 0px 0px;
  text-align: center;
}
.copyright p {
  font-size: 15px;
  font-weight: 400;
  color: #fff;
}
.copyright p a{
  font-size: 15px;
  font-weight: 400;
  color: #E15748;
}
.copyright p a:hover{
	color: #fff;
	 transition: 0.5s all;
  -webkit-transition: 0.5s all;
  -moz-transition: 0.5s all;
  -o-transition: 0.5s all;
}
.hig {
    color:red;
    margin-left:10px;
}
.onError {
    color:red;
    display:block;

}

.msg {
color:red;
display:inline-block;
margin-right:25px;


}
/*--login end here--*/
/*--meadia quiries start here--*/
@media(max-width:1440px){
.login {
  width: 35%;
}
}
@media(max-width:1366px){
.login {
  width: 37%;
}
}
@media(max-width:1280px){
.login {
  width: 40%;
}
}
@media(max-width:1024px){
.login {
  width: 48%;
}
.copyright {
  padding: 100px 0px 0px 0px;
}
}
@media(max-width:768px){
.login {
  width: 80%;
}
.login-top h1 {
  font-size: 25px;
}
.login-bottom h3 a {
  font-size: 18px;
}
.copyright {
  padding: 250px 0px 0px 0px;
}
body {
  padding: 0px;
}
.login h2 {
  font-size: 28px;
}
    .login-bottom {
        padding: 30px 35px;
    }
    .footer-area{
        display:none;
    }

/*--meadia quiries end here--*/

.title{
    text-align:center;
        margin-bottom: 4px;
    font-size: 16px;
    color: rgb(28, 31, 33);
    text-align: center;
    line-height: 24px;
    font-family: Î¢ÈíÑÅºÚ;
}
.subtitle{
       text-align:center;
    font-size: 14px;
    color: rgb(84, 92, 99);
    line-height: 22px;
    margin-bottom: 20px;
    font-family: Î¢ÈíÑÅºÚ;

}
.mobilecode-group{

   position:relative;
}
.resend {
    position:absolute;
    color: #9199a1;
 right:20px;
top:14px;
}
.get-code {

     position:absolute;
     color: #1481b8!important;
    cursor: pointer;
 right:20px;
top:14px;
}
.password-group {
    position:relative;
}
#passshow {
    font-size:20px;
    position:absolute;
        cursor: pointer;
 right:20px;
top:14px;
}