﻿html,body
{
    width:100%;
    height:100%;
    }

.login
{
	background-color: #444 !important;
	background-image: url(../images/lgbg.jpg);
	background-size: 100% 100%;
}
.login .container,.login .container .i-row{
    width: 100%;
    height: 100%;
    margin:0px !important;
}
.login .container .i-row{
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-wrap:nowrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}
.i-logo{
	/*width: 100px;*/
	height: auto;
	max-height: 50px;
	float: left;
    margin: 15px auto;
}
.i-logo-title
{
	float: left;
	text-align:center;
	padding-left: 30px;
	margin-top: 15px;
}
.btn-check{
	display: inline-block;
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    text-align: center;
}

.span-btn
{
	font-size: 20px;
	padding: 5px;
}

.login-title
{
    margin-top:5px;
    margin-bottom:20px;
    text-align: center;
}
.login-title span{
    display: block;
    width: 70px;
    height: 33px;
    margin:0px auto;
    line-height: 100px;
    overflow: hidden;
    background: url("../images/lgtxt.png") no-repeat left top;
    background-size: 100%;
    -webkit-background-size: 100%;
    -moz-background-size: 100%;
    -o-background-size: 100%;
}
.fsize
{
    font-size:15px;

}

#firstname::-webkit-input-placeholder {
  color: #CDCDCD;
}
#firstname:-moz-placeholder {
  color: #CDCDCD;
}
#firstname:-ms-input-placeholder {
  color: #CDCDCD;
}

#lastname::-webkit-input-placeholder {
  color: #CDCDCD;
}
#lastname:-moz-placeholder {
  color: #CDCDCD;
}
#lastname:-ms-input-placeholder {
  color: #CDCDCD;
}

.btn-warning
{
    color: #fff;
    background-color: #66AFE9;
    border-color: #66AFE9;
}
.btn-warning.active,.btn-warning:active,.open>.dropdown-toggle.btn-warning
{
    color:#fff;
    background-color:#66AFE9;
    border-color:#66AFE9
}

.btn-warning.focus,.btn-warning:focus
{
    color:#fff;
    background-color:#66AFE9;
    border-color:#66AFE9
}
.btn-warning:hover
{
    color:#fff;
    background-color:#66AFE9;
    border-color:#66AFE9
}
/*修改*/
.login .content.login-content{
    width:440px;
    background: #fff;
    border-radius: 6px;
    padding:30px 40px;
}
.login-content .login-title span,.login-content .login-title .word-s{font-style: normal;display: block;}
.login-content .login-title span{color:#404fd4;}
.login-content .login-title .word-s{
    font-size: 16px;
    color:#ccc;
    padding-top:10px;
}
.login-content .form-group i.glyphicon{
    position:absolute;
    left:25px;
    top:11px;
    width: 20px;
    height: 20px;
    font-size:18px;
    color:#d9e4ed;
    background: url("../images/lg_icons.png") no-repeat;
    background-size: auto 100%;
    -webkit-background-size: auto 100%;
    -o-background-size: auto 100%;
    -moz-background-size: auto 100%;
}
.login-content .form-group i.glyphicon.glyphicon-user{
    background-position: left top;
}
.login-content .form-group i.glyphicon.glyphicon-lock{
    background-position: right top;
}
.login-content .form-group i.glyphicon:before{
    display: none;
}
.login-content .form-group .form-control{
    border-radius:0px;
    padding-left:40px;
    border:none;
    -webkit-box-shadow: none;
    box-shadow: none;
    border-bottom: 1px solid #eee;
}
.login-content .btn-warning{ background: #4452d5;}
.login-content .checkbox-custom{position: relative;
    display: block;
    margin-top: 10px;
    margin-bottom: 10px;padding-left: 20px;}
.login-content .checkbox-custom input{
    -ms-touch-action: manipulation;
    touch-action: manipulation;
}
.login-content .checkbox-custom input[type=checkbox]{
    position: absolute;
    margin-left: -20px;
    margin-top: 0;
    margin-bottom: 0;
    opacity: 0;
    z-index: 1;
    width: 20px;
    height: 20px;
}
.login-content .checkbox-custom label{
    min-height: 22px;
    margin-bottom: 0;
    font-weight: 400;
    cursor: pointer;
    display: inline-block;
    vertical-align: middle;
    position: relative;
    padding-left: 10px;
}
.login-content .checkbox-custom label::before {
    content: "";
    display: inline-block;
    position: absolute;
    width: 20px;
    height: 20px;
    left: 0;
    margin-left: -20px;
    border: 1px solid #4452d5;
    border-radius: .215rem;
    background-color: #fff;
    -webkit-transition: all .3s ease-in-out 0s;
    -o-transition: all .3s ease-in-out 0s;
    transition: all .3s ease-in-out 0s;
}
.login-content .checkbox-custom input[type=checkbox]:checked+label::before {
    border-color: #4452d5;
    border-width: 10px;
    -webkit-transition: all .3s ease-in-out 0s;
    -o-transition: all .3s ease-in-out 0s;
    transition: all .3s ease-in-out 0s;
}
.login-content .checkbox-default input[type=checkbox]:checked+label::before {
    background-color: #fff;
    border-color: #4452d5;
    border-width: 1px;
}
.login-content .checkbox-custom label::after {
    display: inline-block;
    position: absolute;
    width: 20px;
    height: 20px;
    line-height: 20px;
    left: 0;
    top: 0;
    margin-left: -20px;
    text-align: center;
    padding-top: 1px;
    font-size: 12px;
    color: #4452d5;
}
.login-content .checkbox-custom input[type=checkbox]:checked+label::after {
    font-family: 'Glyphicons Halflings';
    content: "\e013";
}
.login-content .checkbox-default input[type=checkbox]:checked+label::after {
    color: #4452d5;
}
#signup{
    padding-left:12px;
    border-radius: 46px;
    background-image: linear-gradient(to right, #1269ff 0%, #86def6 100%);
    font-weight: bold;
}
.checkbox-custom{
    margin-left: 10px;
}

