g-login-panel

@media screen and (max-width: 415px) {
  body.r-fs,
  body.r-mobile.r-fs,
  body.r-portrait.r-fs,
  body.r-landscape.r-fs,
  body.r-mobile.r-portrait.r-fs,
  body.r-mobile.r-landscape.r-fs {
    font-size: 0.6875em;
  }
}

@media screen and (max-width: 380px) {
  body.r-fs,
  body.r-mobile.r-fs,
  body.r-portrait.r-fs,
  body.r-landscape.r-fs,
  body.r-mobile.r-portrait.r-fs,
  body.r-mobile.r-landscape.r-fs {
    font-size: 0.625em;
  }
}

@media screen and (max-width: 325px) {
  body.r-fs,
  body.r-mobile.r-fs,
  body.r-portrait.r-fs,
  body.r-landscape.r-fs,
  body.r-mobile.r-portrait.r-fs,
  body.r-mobile.r-landscape.r-fs {
    font-size: 0.5625em;
  }
}
/*
  @media screen and (max-width: 500px) {
    body.r-fs,
    body.r-mobile.r-fs,
    body.r-portrait.r-fs,
    body.r-mobile.r-portrait.r-fs {
      font-size: .875em;
    }
  }*/

body.r-outer>.r-body {
  padding: 0;
}

.r-page-main {
  background: url("../../../../../content/images/bg3.jpg") center top / cover no-repeat;
  /*background-size: 100% 100%;*/
  background-size: cover;
}

.g-login-top {
  height: 60%;
  border-bottom: 0.4166666666666667em solid;
  border-color: rgba(0,0,0,.1);
}

.g-login-container {
  padding-left:  5%;
  padding-right: 5%;
  /*border-radius: 0.3333333333333333em;*/
  border-radius: 1em;
  box-shadow: 0 0 0 0.25em rgba(0,0,0,0.025);
  /*background: rgba(255, 255, 255, 0.2);*/
}

.g-login-panel {
  position: relative;
  top: 20%;
  /*left: 20%;*/
  width: 90%;
  max-width: 41.66666666666667em;
  margin: -2% auto 0 auto;
  z-index: 1;
}

.g-sys-name {
  letter-spacing: 0.05em;
  text-align: center;
}

.g-sys-name > .g-main {
  font-size: 2.2em;
  padding-right: 0.1em;
}

.g-sys-name > .g-sub {
  font-size: 1.2em;
}

.g-login-title {
  font-size: 3.5em;
  font-weight: bold;
  letter-spacing: 0.3em;
}

.g-captcha {
  width: 100%;
}

.tabs {
  width: 28%;
  float: left;
  text-align: center;
  color: black;
  /* font-weight: bold; */
  font-size: 20px;
  line-height: 40px;
  height: 40px;
  cursor: pointer;
  margin: 10px;
}

.title:after {
  content: "";
  display: block;
  clear: both;
}
.title{
  background-color: #eee;
  width: 100%;
  border-radius: 10px;
}

.active {
  color: #5276ce;
  font-weight: bold;
  font-size: 20px;
  width: 28%;
  background-color: #fff;
  border-radius: 10px;

  /* border-bottom: 3px solid #5276ce; */
}

/*.content {*/
/*  padding: 20px 0;*/
/*}*/

.hide {
  display: none;
}

.formRow {
  width: 100%;
  margin: 25px 0;
}

.formRow input.text {
  width: 85%;
  padding: 0 5% 0 10%;
  height: 50px;
  border: 0;
  border-radius: 5px;
  font-size: 18px;
  border: 2px solid #eee;
}

.formRow input.user {
  background: #FFFFFF url(../../../../../content/images/user.png) left center no-repeat;
}
.formRow input.codebt {
  background: #FFFFFF url(../../../../../content/images/code.png) left center no-repeat;
}
.formRow input.pwd {
  background: #FFFFFF url(../../../../../content/images/pwd.png) left center no-repeat;
}
.codebt{
  width: 236px !important;
}
.formRow input.btn {
  width: 100%;
  height: 50px;
  border: 0;
  border-radius: 34px;
  background: #4874cb;
  font-size: 14px;
  color: #FFF;
  cursor: pointer;
}

.formRow:after {
  content: "";
  display: block;
  clear: both;
}

.tip {
  float: left;
  width: 50%;
}

.tip .ico {
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background: #F3B903;
  color: #fff;
  text-align: center;
  line-height: 20px;
  display: inline-block;
  cursor: pointer;
}

.tip .text {
  margin-left: 10px;
  color: #FFFFFF;
}

.remember {
  width: 100px;
  float: right;
  color: #FFFFFF;
}

.top{
  text-align: center;
  color: #5276ce;
  font-size: 50px;
  padding-top: 60px;
  margin-top: 40px;
}

.code{
  width: 45%;
  /*float: left;*/
  margin: 0 11px;
  text-align: center;
  margin-top: 40px;
}
.code img{
  width: 150px;
  height: 150px;

}
.code p{
  margin-top: 10px;
  color: #5276ce;
  font-size: 14px;
}
@media (max-height: 768px) {
  logo {
    margin-top: 20px;
  }
  .container {
    transform: scale(0.9);
  }
}
.yzbtn{
  display: flex;
  justify-content: space-between;
}
button{
  border: none;
  background: none;
}
.tip a{
  color: #5276ce;
  font-size: 14px;
  text-decoration: none;
}