.lyear-login-wrapper{
  width: 100%;
  height: 100%;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
.lyear-login-wrapper .login-container{
  max-width: 460px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 90px;
  padding-bottom: 40px;
  padding-left: 15px;
  padding-right: 15px;
}
.lyear-login-wrapper .login-logo{
  text-align: center;
  margin-bottom: 30px;
}
.lyear-login-wrapper .login-tit{
  color: #333;
}
.lyear-login-wrapper .login-label{
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.lyear-login-wrapper .login-label a{
  color: inherit;
}
.lyear-login-wrapper .login-label a:hover{
  color: var(--style-color);
}
.lyear-login-wrapper .label-checkbox label input{
  vertical-align: -2px;
  margin-right: 5px;
}
.lyear-login-wrapper .login-btn{
  width: 100%;
  height: 40px;
  margin-top: 10px;
  background-color: var(--style-color);
  color: #fff;
  border: none;
  cursor: pointer;
  transition: all 0.6s ease;
}
.lyear-login-wrapper .login-btn:hover{
  background-color: var(--style-color);
  opacity: .6;
}
.lyear-login-wrapper .login-tips{
  text-align: center;
  font-size: 14px;
  color: #333;
  margin-top: 15px;
}
.lyear-login-wrapper .login-tips a{
  color: var(--style-color);
}
.lyear-login-wrapper .login-tips a:hover{
  text-decoration: underline;
}

@media(min-width:1200px){
  .lyear-login-wrapper .login-logo{
    margin-bottom: 50px;
  }
  .lyear-login-wrapper .form-group{
    margin-bottom: 20px;
  }
  .lyear-login-wrapper .mb-15{
    margin-bottom: 15px;
  }
}