﻿html {
    height: 100% !important;
}

body {
    width: 100% !important;
    height: 100vh !important;
}

.navbar-inverse {
    background-color: #FFF !important;
    border-bottom: 1px solid #eee !important;
}
.login-page {
    display:flex;
    flex-direction:row;
    justify-content:flex-end;
    align-content:center;
    align-items:center;
}

.alert-danger {
    width: 32%;
}
.navbar {
    min-height: 70px !important;
}
.container {
    /*width: 530px !important;*/
    width: 100% !important;
    height: 100vh !important;
    overflow: hidden;
}
.login-row {
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-content: center;
    align-items: center;
    width: 50%;
}
.login-default {
    /*min-width: 750px !important;*/
    display: flex;
    justify-content: center;
    flex-direction: column;
    flex-wrap: nowrap;
    align-content: center;
    align-items: center;
    min-width:50%;
}

.login-default .login-header {
    margin-bottom: 35px;
    width: 100%;
}

.login-default .login-header .title {
    font-size: 54px;
    font-weight: 500;
    color: #fff;
}

.login-default .login-header .title-tips {
    margin-top: 29px;
    font-size: 26px;
    font-weight: 400;
    color: #fff;
}

.qrcodeinfo .efficacy { 
    color: #fff;
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    align-content: center;
}
.qrcodeinfo .efficacy .text {
    font-size: 15px;
    line-height: 25px;
    width: 250px;
    text-align: center;
    margin-bottom: 20px;
    color:Red;
}
.qrcodeinfo .efficacy .login-freshen-qrcode {
    width: 120px;
    font-size: 16px !important;
}
.form-group-item {
    display:flex;
    flex-direction:row;
    justify-content:flex-start;
    align-content:center;
    align-items:center;
}
.form-group-item-input {
    width: 80%;
    height: 38px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}
.ok-none-select {
    width: 15%;
}
.login-qrcode-text {
    margin-top: 5px;
    font-size: 10px;
    font-size: 15px;
    display: inline-block;
    width: 250px;
    text-align: center;
}
.wx-qrcode {
   
    display:none;
}
.wx-qrcode .qrcodeimg {
    display: block;
    height: 240px;
    width: 250px;
    margin: 0 auto;
}
.wx-qrcode img {
    width: 250px;
    height: 240px;
  
}
.wx-qrcode .qrcodeinfo {
    display: block;
    width: 250px;
    height: 140px;
    margin: 0 auto;
}
.wx-qrcode .qrcodeinfo .tit {
   font-weight:bold;
}
.panel-bottom {
    padding: 20px 0px;
    margin: 0 auto;
   
}
.panel-bottom .btn {
    display: inline-block;
    margin-left:80px;
}
.login-type-on {
    color: #009688;
}
.panel-body {
    min-height: 300px;
}
.panel-qrcode {
    width: 300px;
}
.panel-loginform {
    flex: 1;
    width: 100%;
    border:none;
}
.login-page h1 {
    font-size: 28px;
    text-align: center;
}
.login-btn {
    width: 100% !important;
    height: 38px !important;
    margin: 0 auto !important;
    display: block;
}
.btn-primary {
    color: #fff;
    background-color: #1890ff;
}
.login-remember input {
    height: 18px;
    width: 18px;
    position: relative;
    top: 3px;
    color: #009688;
}
.login-page {
    font-size:15px !important;
}
.login-page .page-header {
}
.login-page .panel-body {
    padding: 25px !important;
}
.login-page .panel-heading {
    padding: 15px 25px !important;
    background-color: #3A42BF !important;
    color: white !important;
    color: #fff;
    border: none;
    font-weight: bold;
}
.body-bottom {
    margin: 0 auto;
    margin-top: 20px;
    text-align: center
}
.body-bottom p {
    display:inline-block;
    text-align:center;
    width:100%;
}

/** 补充登录样式 **/
.login-container {
    height: 100vh;
    background: url(img/background.jpg) 50% fixed no-repeat;
    background-size: cover;
}

.login-form {
    position: relative;
    max-width: 100%;
    padding: 4.5vh;
    /*margin: calc((100vh - 475px) / 2) 5vw 5vw;*/
    overflow: hidden;
    background: url("img/login_images/login_form.png");
    background-size: 100% 100%;
}

.panel .panel-default .panel-loginform {
    border: none !important;
}