/* 限定单页面的tile宽度 */
.tile {
  max-width: 960px;
}
.container {
  max-width: 920px;
}

/* tile高度满屏限制 */
.tile {
  min-height: calc(50vh);
  background-color: rgba(255,255,255,0.5);

}

.guest-content {
    width: 100%;
    height: calc(100vh - 80px);
    display: flex;
    justify-content: center;
    align-items: Center;
}

.guest-content .main-row {
    width: 100%;
    max-width: 1920px;
    padding-bottom: 90px;
}

.guest-footer .row {
    margin-left: 5px;
    margin-right: 5px;
    color: #333333;
}

.guest-footer a{
    color: #333333;
}

@media (min-width: 768px)
{
    .info {
      margin-top: 10px;
      margin-bottom: 20px;
    }
}




.info-icon {
  text-align: right;
  font-size: 60px;
  vertical-align: top;
  color: rgba(255, 255, 255, 1);
  padding-right: 20px;
  text-shadow: #999999 2px 2px 3px;
}


.info-icon.login-icon {
    padding-right:22px;
    padding-top: 8px;
}


.info-text {
  text-align: left;
}

.info-text h2 {
  text-shadow: #000000 2px 2px 3px;
  font-weight: normal;
}

.info-text p {
  text-shadow: #000000 2px 2px 3px;
}

.login-icon {
    font-size:52px;
}


.form {
  width: 100%;
  margin-top: 30px;
}

.form .control-label {
   text-align: right;
   padding-right: 20px;
   padding-top: 3px;
   text-shadow: #000000 2px 2px 3px;
}

.form .form-alert {
   text-shadow: #ffffff 1px 1px 2px;
}

.form .row {
    margin-left: 0;
    margin-right: 0;
}

@media (max-width: 767px)
{
    .form .control-label {
         text-align: left;
      }
}

.btn-sms {
    height:25px;
    padding: 2px 6px;
    width: 100%;
    min-width: 100px;
}

.btn-submit {
    width: 100%;
    margin-top: 20px;
    margin-bottom: 20px;
}


/* 错误页及功能页 */
.error-icon {
    font-size: 128px;
    margin-top: 80px;
    margin-bottom: 30px;
    color: rgba(242, 31, 43, 0.75);
    text-shadow: #999999 2px 2px 3px;
}

.error-text {
    line-height:20px;
}

.error-text h1{
    line-height:60px;
}

.error-button {
    width: 120px;
    margin-top:40px;
}

@media (max-width: 479px)
{
    .error-icon {
        font-size: 96px;
        margin-top: 50px;
        margin-bottom: 30px;  
    }
  
    .error-text h1{
        font-size: 22px;
    }
  
    .error-button {
        margin-bottom: 30px;
    }
}


/* 普通过渡及功能页 */
.single-icon {
    font-size: 128px;
    margin-top: 80px;
    margin-bottom: 30px;
    color: #ffffff;
    text-shadow: #999999 2px 2px 3px;
}

.single-text {
    line-height:20px;
}

.single-text h1{
    text-shadow: #000000 2px 2px 3px;
    line-height:60px;
}

.single-text h2 {
  text-shadow: #000000 2px 2px 3px;
  font-weight: normal;
}

.single-text p {
  text-shadow: #000000 2px 2px 3px;
}


.single-button {
    width: 120px;
    margin-top:40px;
    margin-bottom: 30px;
}

@media (max-width: 479px)
{
    .single-icon {
        font-size: 96px;
        margin-top: 50px;
        margin-bottom: 30px;  
    }
  
    .single-text h1{
        font-size: 22px;
    }

}

/* 登录页 */
#loginform-captcha {
  width: 100%;
}

.agreement-link {
  color: #ed6d00;
  font-weight: bold;
}

.agreement-link:hover {
  text-decoration: underline;
  color: #23b7e5;
}

.modal-mfa {
      min-width: 640px !important;
} 
    
    

@media (min-width: 768px)
{
    .modal-info {
      min-width: 700px !important;
    } 
}

.register-content {
    background-color: rgba(0,0,0,0.6);
    border-radius: 25px;
}


/* 注册页 */
#sms_code {
    font-weight: bold;
}


/* #用户信息页 */
#btn-user-info {
    width: 250px;
}


/* 样式测试 */

.login-bg {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}


.login-footer-bg {
    display: none;
    position: fixed;
    bottom: 0;
    width: 100%;
}

#user-captcha-image {
    border: 1px solid #cfdadd;
    border-radius: 3px;
}

@media (min-width: 768px)
{
    .main-background.show-bg {
        display: block;
       

    }
  
  
    .app-content.v-middle {
          display:table-cell;
          height:calc(100vh + 25px);
          width:calc(100vw);
          vertical-align: middle;
      }
  
}


