@charset "UTF-8";
body,
html {
    height: 100%;
    width: 100%;
    min-width:960px;
    background: url(/img/sys/login/login-bg-medical.jpg) no-repeat center center;
    background-size: cover;
    padding: 0px;
    margin: 0px;
    position: relative;
}
*,ul,li {
    margin: 0;
    padding: 0;
}
.row,.col-xs-2,.col-xs-9,.col-xs-1,.col-xs-4,dl{
	margin: 0;
    padding: 0;
}
a,a:link,a:visited,a:hover{
	text-decoration: none;
}
ul,li{list-style:none;}
.navbar-default {
    background-color: #fff;
    margin: 0;
    border: none;
    height: 60px;
}
.navbar{
	border-radius: 0;
}
.navbar-header{
	padding-left:50px;
}
.container-fluid{
	position:relative;
}
.navbar-rightHeader{
	position:absolute;
	top:0;
	right:0;
	display:inline-block;
}
.navbar-brand {
    padding: 7px 15px 5px 15px;
}

.navbar-default .navbar-text {
    color: #000;
}

.login-img {
    height: 260px;
    background: url("/img/sys/login/img.png") center no-repeat;
    background-size: contain;
}
.mainfunction,.login-wrap{
	display: inline-block;
	
}
@media screen and (max-width:1440px){
 .login-wrap{
  position: absolute;
  top: 0;
  bottom: 0;
  right: 13%;
  margin: auto;
  width: 360px;
  height: 450px;
 }
}
@media screen and (min-width:1440px){
 .login-wrap{
  position: absolute;
  top: 0;
  bottom: 0;
  right: 13%;
  margin: auto;
  width: 400px;
  height: 500px;
 }
}
.login-wrap{
    box-shadow: 0 10px 40px rgba(43,133,237,0.18);
    background-color: #fff;
    padding: 50px 36px 30px 36px;
    border-radius: 22px;
    text-align: center;
}
.login-safe-tip{
    margin-top: 18px;
    font-size: 13px;
    color: #9aa5b1;
    letter-spacing: 1px;
}


.btn-default {
    color: #fff;
    background-color: #0858a2;
}

.btn-default:hover {
    outline: 1px solid #0858a2;
}

a,a:focus,a:hover {
    text-decoration: none;
    /*color: white;*/
}
.CandidateEntrance{
	line-height: 30px;
}
.login-title {
    position: absolute;
    right: -15px;
    height: 35px;
    line-height: 35px;
    font-size: 16px;
    font-weight: bold;
    color: #fff;
    width: 140px;
    top: -30px;
    background-color: #db6100;
    float: right;
}
/* #lookCode{
	position: absolute;
	cursor: pointer;
    width: 30px;
    height: 30px;
    right: 350px;
} */
.navbar-text{
	cursor: pointer;
	padding-left:2em;
	max-width:150px;
	display:inline-block;
}
/* .lookCode-bg{
	width: 100%; 
	height: 100%; 
}
.codeLookSpan{
	cursor:pointer;
	position: absolute; 
	right: 300px; 
	top: 18px;
} */
/* #googleGo {
	position: absolute;
	cursor: pointer;
    width: 30px;
    height: 30px;
    right: 220px;
} */
/* .googleGo-bg{
	display: block; 
	width: 100%; 
	height: 100%; 
	right :220px;
}
.goGoogleSpan{
	cursor:pointer;
	position: absolute; 
	right: 170px; 
	margin-top: 18px;
} */
.googlePic {
	display: inline-block;
	margin-bottom:0px;
}
.login-gl{
	margin: 20px 0;
}
.login-inf{
	width: 100%;
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 20px;
}
.login-detail{
 	margin: 0;
    list-style: none;
    height: 3.5em;
    line-height: 3.5em;
    border: 1px solid #D3D3D3;
    border-radius: 8px;
}
.use,.uPwd{
    width: 70%;
    border: none;
    padding: 0;
    outline: none;
    background: none;
    letter-spacing: 0.1em;
    display: inline-block;
    outline: none;
    line-height: 20px;
    font-size: 16px;
}
.code-input{
	text-align:left
}
.code{
	width: 60%;
	border: none;
    padding-left: 10px;
    outline: none;
    background: none;
    border: 1px solid #D3D3D3;
    border-radius: 8px;
    letter-spacing: 0.1em;
    display: inline-block;
    outline: none;
    height: 3.5em;
}
.verifiCode{
	float:right;
	width: 40%;
}
#verifiCodeImg{
	margin:0 0 0 5px;
	cursor:pointer;
	width: 100%;
	height: 44px;
	border-radius: 3px;

}

.use-img,.uPwd-img{
	margin-left: -20px;
	margin-right: 10px;
}
.loginDiv{
	width: 92%;
	margin: 0 auto;
	color: white;
}
.btn:hover,.btn:focus{
	color: white;
}
.btn{
	display: inline-block;
    padding: 14px 12px;
    margin-top: 0;
    font-size: 16px;
    text-align: center;
    border: none;
    border-radius: 24px;
    background-color: #007DF3;
	box-shadow: 0px 5px 8px 2px rgba(43,133,237,0.3);
}
/*input文本框自动填充背景色解决方式*/
input:-webkit-autofill { 
 box-shadow: 0 0 0px 1000px white inset !important;
}


/* 登录卡片切换图标（绝对定位，悬浮于卡片右上角外侧） */
#show2CodeLoginSpan,#showIDLoginSpan{
    position: absolute;
    top: -30px;
    right: -20px;
    z-index: 5;
}
.styles__loginTypeIcon___pCyow {
    width: 80px;
    height: 80px;
    object-fit: contain;
    cursor: pointer;
}
/* 标题下方提示文字 */
.login-hint{
    font-size: 15px;
    color: #6b7fa3;
    letter-spacing: 0;
    text-align: left;
    margin: 12px 0 0 0;
}
/* 卡片内容纵向弹性布局，高度平均分配 */
.padding{
    display: flex;
    flex-direction: column;
    height: 100%;
    position: relative;
}
#show2CodeLoginDiv,#showIDLoginDiv{
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
}
.styles__loginTitle___1Wndg {
    font-size: 32px;
    color: #1e3a8a;
    font-family: "SimHei", "Heiti SC", "Microsoft YaHei", sans-serif;
    font-weight: bold;
    letter-spacing: 0;
    margin-bottom: 0;
    text-align: left;
}


.styles__codeFrame___1ZQpE {
    text-align: center;
    margin-top: 0;
    position: relative;
}
.styles__codeExpires___O7dhH {
    position: absolute;
    z-index: 10;
    width: 205px;
    height: 205px;
    background: hsla(0,0%,100%,.9);
    color: #000;
    left: 39px;
    top: -2px;
    font-weight: 700;
    line-height: 205px;
}
.styles__refreshText___1L9Tc {
    color: #1a92ff;
    cursor: pointer;
    margin-top: 10px;
}
  .styles__openText___tdgH2 {
    font-size: 16px;
    color: #333;
    letter-spacing: 0;
    margin-top: 20px;
}