.login-header {
	text-align: center;
	background: #33abbe !important;
	color: #fff;
	font-weight: 500;
	font-size: 1.5rem;
}

.Login-Button {
	background: #237481 !important ;
	border-radius: 5px 5px 0 0;
	-webkit-border-radius: 5px 5px 0 0;
	color: #fff !important;
	font-weight: 600 !important;
	width: 50% !important;
	margin-left: 25% !important;
}
	.Login-Button:hover {
		background: #075662 !important;
	}
#dntCaptchaImg {
	float: left !important;
}

#DNTCaptchaInputText {
	width: 150px !important;
	float: right !important;
	margin-top: -27px !important;
	padding: 15px;
	font-size: 15px;
}

#dntCaptchaRefreshButton {
	margin-top: 10px !important;
	margin-left: 20px !important;
	font-size: 14px;
}

.field-validation-error {
	display: inline-block !important;
}
.col-sm-6 {
	width: 50% !important;
	white-space: initial;
	float:left;
}


@media (max-width: 640px) {
	.col-sm-6 {
		width: 50% !important;
		white-space: initial;
		float: left;
	}

	.col-sm-3 {
		width: 25% !important;
		position: relative;
	}

	.col-sm-9 {
		width: 75% !important;
		position: relative;
	}

	#dntCaptchaRefreshButton {
		margin-top: 16px !important;
		margin-left: 40px !important;
	}

	#dntCaptchaImg {
		margin-top: 8px;
	}

	#DNTCaptchaInputText {
		width: 150px !important;
		float: right !important;
		margin-top: -24px !important;
		padding: 15px;
		font-size: 15px;
	}
}


@media (min-width: 641px) and (max-width: 800px) {
	.col-sm-6 {
		width: 50% !important;
		white-space: initial;
		float: left;
	}

	.col-sm-3 {
		width: 25% !important;
		position: relative;
	}

	.col-sm-9 {
		width: 75% !important;
		position: relative;
	}

	#dntCaptchaRefreshButton {
		margin-top: 16px !important;
		margin-left: 10px !important;
	}

	#dntCaptchaImg {
		margin-top: 8px;
	}

	#DNTCaptchaInputText {
		width: 150px !important;
		float: right !important;
		margin-top: -24px !important;
		padding: 15px;
		font-size: 15px;
	}
}

/*Captcha*/
.captchaImg {
	width: 105px !important;
	height: auto;
	margin-bottom: 1.4rem;
}
.btncp-refresh {
	margin: 10px !important;
	padding: 0;
	text-align: center;
	vertical-align: middle;
}
.input-group {
	display: inline-flex !important;
}
#Captcha{
	min-width:100px!important;
	max-width:158px!important;
}
.fa-refresh:before {
	content: "\f021";
	color: #222222!important;
}