html,body{
    min-height: 100vh;
    padding: 0;
    margin: 0;
    background: #fff;
    font-size: 100%;
}
.login-container{
    height: 100vh;
}
.van-row--justify-center{
	padding:30px 0;
}
.line-height35{
    line-height: 35px;
}
.validateImg {
    width: 100%;
}
.van-row--justify-center h2{
	font-size: 1.3rem;
    color: #0e2d5a;
}
.input-group{
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-align: stretch;
    align-items: stretch;
    width: 100%;
    border-bottom:1px solid #eee;
}
.form-input {
    display: block;
    flex: 1 1 0%;
    width: 100%;
    height: calc(2.25rem + 2px);
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    text-indent: 0.75rem;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border-radius: .25rem;
    box-shadow: inset 0 0 0 transparent;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}
.form-input:focus {
    outline: 0;
    outline: thin dotted \9;
}

.input-group-append {
    display: flex;
    margin-left: -5px;
}
.pt-1 a{
	color:#fff;
}
.input-group-text {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    padding: .375rem .75rem;
    margin-bottom: 0;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    text-align: center;
    white-space: nowrap;
    border-radius: 0 .25rem 0.25rem 0;
}
.loginsms-wrap,.captcha-wrap{
    margin-left: .25rem;
    width: 7.5rem;
    height: calc(2.25rem + 2px);
}
.sms-btn{
    height: calc(2.25rem + 2px);
}

.van-button--primary{
	background:none;
	color:#999;
	border:none;
}
.fa{
	color:#ccc;
}