﻿/*顶部背景*/
.head {height:95px;background: #fff;background-repeat: no-repeat;background-position: 19.5% center;}
.head.self-study {height:95px;}
/*内容背景*/
.cont{height:460px;background-position: center 0;}
/*登录框*/
.cont-loginborder{width:400px; margin-left:51%}
/*云 背景*/
.white{height:55px;margin:390px 0px 0px 0px;}
/*底部背景*/
.foot{height:180px;background: url(../images/login-adorn.png) center 80px no-repeat;margin-top:-44px;}
/*背景色*/
html,body{background-color:#fff;}
.content {padding-top: 42px;}
.dxLogin{ display:none;}
.mmLogin{ display:none;}
/*隐藏警示框*/
/*选项卡*/
.login-check {width: 100%;height: 45px;border-bottom: 1px solid #9ccadd;margin-top: -5px;font-size: 16px;color: #222;background-color: #fff;border-radius: 8px 8px 0px 0px; overflow:hidden;}
.login-check .login-tit{float:left; width:33.33%; height: 45px;background-color:#e3e3e3; line-height:45px;}
.login-check .on{color:#01a8fd; background-color:#fff;}
/*登录框*/
.loginModel {height: 380px;width: 360px;padding-top: 5px;background-color: #F2FBFD;background-color: rgba(255,255,255,0.9);position: absolute;border-radius: 8px;}
/*警示框*/
.login-alert {width: 290px;font-size: 12px;color: #e4393c;border: 1px solid #ed7c80;background-color: #fff4f4;padding-top:7px;padding-bottom:5px;margin-bottom:10px;}
.alert-dismissible .close {top: -4px;}
/*警示框初始位置*/
.login-alert-star {width: 290px;min-height: 30px;margin: 10px 35px 0px 35px;}
/*用户名*/
.login-userName {width: 290px;height: 40px;margin: 10px 35px 0px 35px;}
/*用户名图标*/
.login-userName-icon {width: 40px;height: 40px;background: url(../images/login-icon.png) -48px 6px no-repeat;border: 0px;}
/*密码*/
.login-userPwd {width: 290px;height: 40px;margin: 15px 35px 0px 35px;}
/*密码图标*/
.login-userPwd-icon {width: 40px;height: 40px;background: url(../images/login-icon.png) -49px -89px no-repeat;border: 0px;}
input:-webkit-autofill,textarea:-webkit-autofill,select:-webkit-autofill {box-shadow: inset 0 0 0 1000px #d9e1df; }
input:focus {outline: none;}
/*用户名密码输入框*/
.login-from-input {height: 40px;border: none;font-size: 14px;color: #333;}
.input-group .form-control:last-child {border-top-right-radius: 5px;border-bottom-right-radius: 6px;background: none;-webkit-box-shadow: none;box-shadow:none; }
.input-group .form-control {background-color:transparent;}
/*登录按钮*/
.login-button {width: 290px;height: 42px;background-color: #25dab6;font-size: 18px;border: none;margin: 20px 35px 0px 35px;}
.login-button:hover {background-color: #25dab6;}
.login-button:focus {background-color: #25dab6;}
.login-button:focus:active {background:#1ccca9}
/*文本框边框*/
.login-input-border {border-bottom: 1px solid #b5c9d8;padding-bottom: 7px;}
/*忘记密码和注册账号*/
.login-help {width: 295px;height: 35px;margin: 15px 0px 0px 35px;}
/*悬停去除下划线*/
.login-help a:hover {text-decoration: none;}
/*忘记密码字体*/
.login-help-losePwd {font-size: 14px;color: #666;}
/*注册账号字体*/
.login-help-register {font-size: 14px;color: #5a9e95;border: none!important;background: none;cursor: pointer;}
/***************** foot *****************/
.foot2{ height:128px; margin-top:20px; overflow:hidden; background:#595959;}
.footer{ text-align:center; color:#fff; line-height:24px;}
.footer a{ color:#fff;}
.footer a:hover{ text-decoration:underline;}
.footer ul{ margin-top:22px;}
.footer ul li{ display:inline-block;}
.footer ul li a{ color:#fff; margin:0 10px;}


/*用户名*/
.reg-userName {width: 290px;height: 28px;margin: 10px 35px 0px 35px;}
/*用户名图标*/
.reg-userName-icon {width: 28px;height: 28px;background: url(../images/login-icon.png) -48px 3px no-repeat;border: 0px;}
/*密码*/
.reg-userPwd {width: 290px;height: 28px;margin: 15px 35px 0px 35px;}
/*密码图标*/
.reg-userPwd-icon {width: 28px;height: 28px;background: url(../images/login-icon.png) -49px -95px no-repeat;border: 0px;}
/*用户名密码输入框*/
.reg-from-input {height: 28px;border: none;font-size: 14px;color: #333;}
.input-group .form-control:last-child {border-top-right-radius: 5px;border-bottom-right-radius: 6px;background: none;-webkit-box-shadow: none;box-shadow:none; }
.input-group .form-control {background-color:transparent;}
