@media (min-width: 576px) {
   .login-form {
      width: 100% !important;
   }
}
.form-control-feedback {
   line-height: calc(1.5385em + 0.875rem + 9px);
}
.form-control {
   padding: 0px 0;
   height: 46px;
   padding-left: 2.75rem!important;
}
body {
  font-family: "微软雅黑", Arial, Helvetica, sans-serif;
}

.rightbg {
   background-image: url(/images/logobg.png);
}
.loginform .input {
   padding:0 2%;
   width: 100%;
   height: 2.5rem;
   margin-top: 1rem;
   border-radius: 0.6rem;
   border:1px solid #EBECEE;
   /* 去除表单点击后出现的边框 */
   outline: none;
}
/* 登录按钮 */
.single-sign .sign-bg {
   /*opacity: 0.8;*/
   background-image: url(/images/login-pt.png);
   -webkit-box-direction: normal;
   background-color: #b8e5f8;
   background-repeat: no-repeat;
   background-size: cover;
   -webkit-box-sizing: border-box;
   box-sizing: border-box;
   display: -webkit-box;
   display: -ms-flexbox;
   display: flex;
   -ms-flex-direction: column;
   flex-direction: column;
   height: 100vh;
   overflow: auto;
   width: 100%
}
/*single-sign*/
@media (min-width: 1440px) {
   .loginform
   {
      padding: 180px 0px!important;
   }
}
.loginform {
   margin: 0 auto;
   padding: 120px 0px;
}
.login_top {
   margin: 0 auto;
   color: #333;
}

.login_top p{
   color: #333;
   font-size: 1.6rem;
   text-align: left;
   margin-bottom:10px;
   font-weight: bold;
}
.login_top i {
   background-color: #1EBB81;
   width:26px;
   height:5px;
   border-radius: 20px;
   display: block;
   margin-bottom: 20px;
}
.sign-content {
   margin: 0 auto;
   border: 10px solid #EEEEEE;
   background-color: #fff;
   padding: 3rem;
   border-radius: 1.2rem!important;
}
.signin-form .form-control {
   background: transparent;
   border: transparent;
   border: 1px solid #b0b9c7;
   border-radius: 5px;
   outline: 0!important;
   box-shadow: none;
   padding: 0px 0;
   height: 46px;
   padding-left: 2.75rem!important;
   -webkit-transition: linear .5s;
   -moz-transition: linear .5s;
   -ms-transition: linear .5s;
   -o-transition: linear .5s;
   transition: linear .5s;
}
.signin-form .form-control:hover,.signin-form .form-control:focus{
   color:#202e42;
}
.signin.signup .signin-form  .form-control:hover,.signin.signup .signin-form  .form-control:focus{
   border: 1px solid #26d9b3;
   box-shadow: 0 0 20px rgba(0,0,0,.1);
}
.signin-form label{
   color: #627183;
   font-size:16px;
   font-family: "CircularStd-Book";
   font-weight: 500;
   text-transform: capitalize;
   margin-bottom: 15px;
}
.signin-form input[type="text"],.signin-form input[type="email"],.signin-form input[type="password"]{
   color: #202e42;
   font-size:16px;
   font-family: "CircularStd-Book";
   text-transform:initial;
   padding: 0 18px;
   margin-bottom:20px;
}
.btn-login {
   width:100%;
   font-size: 16px;
   height: 48px;
   background: #1EBB81 !important;
   border-radius: 6px;
}