* {
    padding: 0;
    margin: 0;
  }
  
  html,
  body {
    background-color: #2A3E5D !important;
    background-size: cover;
    height: 100%;
  }
  
  input,
  button,
  select,
  textarea {
    outline: none !important;
  }
  
  input::-webkit-input-placeholder,
  textarea::-webkit-input-placeholder {
    /* Mozilla Firefox 4 to 18 */
    color: #989898 !important;
    opacity: 1;
  }
  
  input:-moz-placeholder,
  textarea:-moz-placeholder {
    /* Mozilla Firefox 19+ */
    color: #989898 !important;
    opacity: 1;
  }
  
  input::-moz-placeholder,
  textarea::-moz-placeholder {
    color: #989898 !important;
    opacity: 1;
  }
  
  input:-ms-input-placeholder,
  textarea:-ms-input-placeholder {
    color: #989898 !important;
    opacity: 1;
  }
  
  
  .cls-main {
    width: 100%;
    height: 100%;
    overflow: hidden;
  }
  
  .cls-main .cls-main-con {
    width: 3rem;
    height: 1.53rem;
    margin: 0 auto;
    border-radius: 15px;
  }
  
  .cls-main .cls-main-con .cls-logo {
    width: 2.26rem;
    height: 0.15rem;
    margin: 0 auto;
  }
  
  .cls-main .cls-main-con .cls-logo img {
    // width: 0.36rem;
    height: 0.14rem;
  }
  
  .cls-main .cls-main-con .cls-mc-left {
      height: 100%;
      padding: 0
  }
  .cls-main .cls-main-con .cls-mc-left img{
      width: 100%;
      height: 100%;
      border-radius: 15px 0 0 15px;
  }
  .cls-main .cls-main-con .cls-mc-right {
      height: 100%;
    background: #fff;
    border-radius: 0 15px 15px 0;
  }
  .cls-main .cls-main-con .cls-mc-right .logo{
      width: 50%;
      margin: 0.08rem auto 0 ;
  }
  .cls-main .cls-main-con .cls-mc-right img{
      width: 90%;
      height: 100%;

  }
  
  .cls-main .cls-main-con .cls-mc-right .cls-login {
    
  }
  
  .cls-main .cls-main-con .cls-mc-right .cls-login .input-group img {
    height: 0.08rem;
    width: 0.08rem;
  }
  
  .cls-main
    .cls-main-con
    .cls-mc-right
    .cls-login
    .input-group
    .input-group-addon {
    border-radius:6px 0 0 6px;
    border: none;
    box-shadow: 0 2px 2px #BEBEBE;
  }
  
  .cls-main
    .cls-main-con
    .cls-mc-right
    .cls-login
    .input-group
    .input-group-addon
    img {
    margin-left: 3px;
    margin-top: 3px;
  }
  
  .cls-main .cls-main-con .cls-mc-right .cls-login .input-group .form-control {
    color: #ffffff;
    border-radius: 0 6px 6px 0;
    border: none;
  }
  .cls-inp-group {
    height: 0.1rem !important;
  }
  .cls-inp-group .cls-inp-groupspan {
    height: 0.05rem !important;
    line-height: 0.05rem !important;
    padding: 0.015rem 0.03rem !important;
  }
  .cls-input {
    height: 0.12rem !important;
    background: #eee !important;
  }
  .forgetpwd{
      color:#0aa6e9;
  }
  a:hover{
      text-decoration: none;
  }
  .cls-main .cls-main-con .cls-mc-right .cls-login .cls-username {
    margin: 0.08rem auto 0;
    width: 70%;
  }
  
  .cls-main .cls-main-con .cls-mc-right .cls-login .cls-pwd {
    width: 70%;
    margin: 0.08rem auto 0;
  }
  
  .cls-main .cls-main-con .cls-mc-right .cls-login .cls-remUname {
    font-size: 0.04rem !important;
    height: 0.08rem !important;
    line-height: 0.08rem !important;
    padding: 0px !important;
    margin: 0.05rem 18% 0;
    color: #0aa6e9;
  }
  .cls-main .cls-main-con .cls-mc-right .cls-login .cls-remUname input {
    height: 0.045rem;
    width: 0.045rem;
    vertical-align: text-bottom;
    /* font-size: .04rem !important; */
  }
  .cls-main .cls-main-con .cls-mc-right .cls-login .cls-btnlogin {
    margin: 0.05rem 15% 0 15%;
  }
  
  .cls-main .cls-main-con .cls-mc-right .cls-login .cls-btnlogin button {
    width: 100%;
    border: none;
    border-radius: 6px;
    background: #3775FA;
    box-shadow: 0 2px 2px #BEBEBE;
    line-height: 0.08rem !important;
    padding: 0 !important;
    font-size: 0.04rem !important;
    height: 0.08rem !important;
  }
  
  footer {
    width: 2.26rem;
    height: 0.0548rem;
    /* margin: -4% auto; */
    margin: 0 auto;
    text-align: center;
  }
  .foot{
      margin-top:0.1rem; 
    text-align: center;
    font-size: 0.03rem;
  }
  
.cls-main .cls-main-con .cls-mc-right .foot img {
      width: 7%;
  }
  .cls-main .cls-main-con .cls-mc-right .cls-remUname label{
    font-weight: 40;
  }
  .foot p{
      margin:0 0 0.02rem;
  }

  .carousel,.carousel .carousel-inner, .carousel .carousel-inner .item{
    height: 100%;
  }
  .shadow{
    width: 2.9rem;
    margin: 0 auto;
    box-shadow: 0px 20px 60px 5px black;
}