﻿ 
body {
	background: rgba(0, 0, 0, 0) url("../Image/banner-bg.jpg") no-repeat fixed center center / cover;
	font-family: 'Open Sans', sans-serif;
}

h1 {
	font-family: 'Anton', sans-serif;
}

html, body, div, p, h2 {
	margin: 0px;
	padding: 0px;
	font-family: 'Roboto', sans-serif;
	-webkit-transition-duration: 0.4s; /* Safari */
	transition-duration: 0.4s;
	/*font-family: 'Open Sans', sans-serif;*/
}

.container {
	width: 100%;
	/*margin: auto;*/
	margin-top: -43px;
}



.welcomeheader {
	margin-top: 10px;
}

.separate {
	float: left;
	width: 25%;
	padding: 25px 0px;
}

.sep-line {
	border-right: 1px solid #ccc;
	padding-right: -1px !important;
}

.login-area {
	/*margin-top: 120px;
	position: relative;*/
	/* background: url(../Image/login-bg2.png) left top no-repeat; */
	/*height: 422px;
	background: #2e7080;
	border-radius: 10px;
	width: 375px;
	color: #ffff;*/
	margin-top: 60px;
	position: relative;
	/* background: url(../Image/login-bg2.png) left top no-repeat; */
	/*height: 475px;*/
	height: auto;
	background: #2e7080;
	border-radius: 18px;
	width: 375px;
	color: #ffff;
}

@media (max-width:768px) and (min-width:360px){
	.login-area.row {
		height: auto;
		width: 380px;
	}
}

div#validationsummary {
	margin-top: 107px;
	margin-left: -13px !important;
}

@media (min-width:425px){
	div#validationsummary {
		margin-top: 107px;
		margin-left: 6px !important;
	}

}
.btn1 {
	color: #444;
	border-color: #4caf50;
	background: #4caf50;
	font-weight: bold;
	padding: 12px 20px;
}
.loginDetail-text {
	padding: 20px;
	position: relative;
	top: 60px;
	font-size: 14px;
	color: #fedc00;
	/* border: 1px solid black; */
}

	.login-area input {
		border: none;
		font-size: 14px;
		padding: 14px;
		border-radius: 3px;
		min-width: 100%;
		color:#000;
	}

.login-title {
	/*position: absolute;*/
	left: 30px;
	top: 21px;
	border-left: 4px solid #fedc00;
	text-transform: uppercase;
	font-size: 24px;
	padding-left: 7px;
	font-weight: bold;
	color: #FFF;
}

a.login-btn {
	background-color: #4caf50;
	padding: 10px 20px;
	text-transform: uppercase;
	text-decoration: none;
	color: #fff;
	border-radius: 3px;
	-webkit-transition-duration: 0.4s; /* Safari */
	transition-duration: 0.4s
}

	a.login-btn:hover {
		background-color: #89b03f;
		padding: 10px 20px;
		text-transform: uppercase;
		text-decoration: none;
		color: #fff;
		border-radius: 3px;
		-webkit-transition-duration: 0.4s; /* Safari */
		transition-duration: 0.4s;
	}

.navbar1 {
	width: 100%;
	background-color: #2e7080;
	
	text-transform: uppercase;
	padding: 12px 16px;
	color: white;
	text-decoration: none;
	font-size: 15px;
}

.btn1 {
	color: #444;
	border-color: #4caf50;
	background: #4caf50;
	font-weight: bold;
}

.btn-success1 {
	background-color: #fedc00;
	padding: 10px 20px;
	text-transform: uppercase;
	text-decoration: none;
	color: #000;
	border-radius: 6px;
	-webkit-transition-duration: 0.4s;
	transition-duration: 0.4s;
	cursor: pointer;
	/* border-color: #4caf50; */
	box-shadow: none !important;
	border: none;
	width: fit-content;
}

.login-label-title {
	font-size: 20px;
	padding-left: 7px;
	color: #fff;
}

.navbar a:hover {
	background-color: #4CAF50;
}

.active {
	background-color: #868581;
}

/*.btn.btn-outline {
	border-color: #4caf50;
	background: 0 0
}*/
.text-alert {
	color: goldenrod;
	font-size: 14px;
}

.link_text {
    color: #ffff;
    font-size: 14px;
    /*font-weight: bold;*/
    text-decoration: none;
}

a.link_text:hover {
	text-decoration: underline;
	color: #ffff;
}

@media screen and (max-width: 500px) {
	/*.navbar a {
		float: none;
		display: block;
	}*/

	.login-area input {
		min-width: 100%;
	}

	.separate {
		width: 100% !important;
		padding: 25px 0px;
	}

	.login-area {
		background-color: #2e7080;
		background-image: none;
	}
	.welcomecontent {
		width: 100% !important;
	}
	.loginbox {
		padding: 10px !important;
	}
	.forgot-blk a {
		width: 100% !important;
	}
}
@media only screen and (max-width: 1000px) {
	.login-area {
		/*height: 500px;*/
		height: auto;
		width: 600px;
	}
}
	@media only screen and (max-width: 767px) {
		.p-a-4 {
			padding: 2px !important;
		}

		.loginDetail-text {
			top: 0px;
		}

		.login-area {
			margin-top: 60px;
			position: relative;
			/* background: url(../Image/login-bg2.png) left top no-repeat; */
			height: auto;
			background: #2e7080;
			border-radius: 10px;
			width: 100%;
			padding: 30px;
			color: #ffff;
		}
	}

	@media only screen and (max-width: 450px) {
		.login-area {
			height: auto;
		}

		.loginDetail-text {
			top: 0px;
		}
	}

	@media only screen and (max-width: 375px) {
		.login-area {
			height: auto;
			width: 100%;
			padding: 10px;
		}
	}
    @media (max-width:500px) {
	.login-area {
		width: 100% !important;
	}
}

	/*@media screen and (max-width: 1200px) {
	.container {
		width: 100%;
	}
}*/

.text-alert.validation-summary-errors {
	position: absolute;
	top: auto;
	margin-top:-34px;
	left: 35px;
	margin-left: 106px;
}
.welcomecontent {
	width: 500px;
	font-size: 15px;
	font-weight: 600;
}
.loginbox {
	padding: 20px;
}
.divlogin {
	margin-top: 20px;
}

.forgot-blk a {
	width: 49%;
	display: inline-block;
}

.forgot-blk{
	margin-top:20px;
}
.welcomeheader {
	color: #2e7080;
}

#btnResentOTP{
	display:block;
}
/*New CSS Start*/

/*@media (max-width:575px) {
	.wizard-pane.active .row {
		display: flex;
		justify-content: left;
		align-items: center;
	}

	.wizard-steps li {
		width: 100% !important;
		min-width: 100% !important;
	}

	form#RegisterForm {
		padding: 5px !important;
	}

	div#WizardAgreement .row {
		margin-left: -5px;
		margin-right: -5px;
	}
}*/

div#represtativeotp {
	margin-top: 20px;
}
/*New CSS End*/