html,
body {
	height: 100%;
	background-image: url(../images/passwordBG.jpg);
	background-position: top;
	background-repeat: no-repeat;
	min-width: 1430px;
	filter: "progid:DXImageTransform.Microsoft.AlphaImageLoader(sizingMethod='scale')";
	-moz-background-size: 100% 100%;
	background-size: 100% 10%;
}

.box {
	margin: 0 auto;
	position: relative;
	width: 100%;
	height: 100%;
	background-size: 100% 100%;
	background-repeat: no-repeat;
}

.login-box {
	width: 100%;
	max-width: 800px;
	;
	min-width: 700px;
	height: fit-content;
	position: absolute;
	top: 200px;
}

@media screen and (min-width:500px) {
	.login-box {
		left: calc(50% - 620px);
	}
}

.form {
	width: 100%;
	max-width: 700px;
	height: 275px;
	margin: 25px auto 0px auto;
	padding-top: 25px;
}
.col-xs-3{
	width:20%;
}

.login-content {
	height: 540px;
	width: 100%;
	max-width: 700px;
	background-color: rgba(255, 250, 2550, .6);
	float: left;
}

.input-group {
	margin: 0px 0px 30px 0px !important;
}

.form-control,
.input-group {
	height: 40px;
	width: 100%;
}

.form-group {
	margin-bottom: 0px !important;
	clear: both;
	overflow: hidden;
}

.login-title {
	padding: 10px 10px 5px;
}

.login-title h1 {
	margin-top: 10px !important;
}

.login-title small {
	color: #18b;
	font-weight: bold;
}

.link p {
	line-height: 20px;
	margin-top: 30px;
}

.btn-sm {
	padding: 8px 24px !important;
	font-size: 16px !important;
}

.help-block {
	margin-top: -20px !important;
}

.bv-form .bv-icon-input-group {
	margin-right: 14px;
	margin-top: 3px;
}

.to-login {
	margin-top: 40px;
}

.send-code {
	color: #18b !important;
}

.form-group label {
	line-height: 40px;
	color: #777;
}

.form-group .form-label {
	text-align: right;
	width: calc(100% - 5px);
}

.changeLangDiv {
	line-height: 16px;
	position: absolute;
	left: calc(50% + 500px);
	top: 28px;
	font-size: 16px;
	font-weight: 600;
	color: #fff;
}

.changeLangDiv [data-action=changeLang] {
	cursor: pointer;
}

.send-disable {
	color: #BBB !important;
}