﻿

body {
	background: rgba(0, 0, 0, 0) url("../Image/banner-bg.jpg") no-repeat fixed center center / cover;
	font-family: 'Open Sans', sans-serif;
}
.divlogin {
	margin-bottom: 20px;
}
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;
}


.separate {
	float: left;
	width: 25%;
	padding: 25px 0px;
}

.sep-line {
	border-right: 1px solid #ccc;
	padding-right: -1px !important;
}

.login-area {
	margin-top: 50px;
	/*margin-top: 120px;*/
	position: relative;
	/* background: url(../Image/login-bg2.png) left top no-repeat; */
	height: auto;
	background: #2e7080;
	border-radius: 10px;
	width: 375px;
	display: block;
	padding: 30px;
}


	.login-area input {
		border: none;
		font-size: 14px;
		padding: 14px;
		border-radius: 3px;
		min-width: 265px;
		color: #000
	}

.login-title {
	/*position: absolute;*/
	left: 30px;
	top: 23px;
	border-left: 4px solid #fedc00;
	text-transform: uppercase;
	font-size: 24px;
	padding-left: 7px;
	font-weight: bold;
	color: #FFF;
	margin-bottom: 20px;
}
/*@media (max-width: 406px) {*/
	/* Adjust styles for mobile resolutions */
	/*.login-title {
		font-size: 18px;
		left: 10px;*/ /* Adjust the left position as needed */
		/*top: 10px;*/ /* Adjust the top position as needed */
		/*padding-left: 5px;*/ /* Adjust the padding as needed */
	/*}
}*/



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;
}


.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: 13px;
	width: 100%;
	display: inline-block;
}

.link_text {
    color: #000000;
    font-size: 14px;
    /*font-weight: bold;*/
    text-decoration: none;
}

a.link_text:hover {
	text-decoration: underline;
	color: #4caf50;
}

.btn1 {
	color: #444;
	border-color: #4caf50;
	background: #4caf50;
	font-weight: bold;
	padding: 12px 20px;
}
.ExpiryTimer span {
	width: fit-content;
}
.loginbtns {
	height: auto;
	display: flex;
	flex-wrap: wrap;
	gap: 5px;
}
.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;
	margin: 20px 0px;
	width: fit-content;
}

.login-label-title {
	font-size: 20px;
	padding-left: 7px;
	color: #fff;
}
@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;
		padding: 15px;
	}
}

/*@media screen and (max-width: 1200px) {
	.container {
		width: 100%;
	}
}*/

@media (max-width:500px){
	.login-area {
		width: 100% !important;
	}
}

a#btnResentOTP {
	display: block;
}




