
.login {
	min-height: 100vh;
}

.bg-image {
	/*background-image: url('../img/loginbg.jpg');*/
	background-image: url('../img/adiyogi_login2.jpg');
	background-size: cover;
	background-position: right;
}

#color-overlay {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	/*background-color: #145dbe;*/
	opacity: 0.5;
}

.textbg {
	background-image: url('../img/textboxbg.png');
	background-size: cover;
	background-position: right;
}

.textbgregister {
	background-image: url('../img/textboxbg.png');
	background-size: cover;
	background-position: right;
}

.image-size {
	width: 185px;
}

.login-heading {
	font-size: 30px;
	font-weight: bold;
	/*color: #f58634;*/
	color: #e2222d;
}

.cus-border {
	/*border-bottom: 3px solid #f9af33;*/
	border-bottom: 3px solid #e2222d;
	width: 120px;
	margin-left: 37%;
}

.btn-login {
	font-size: 0.9rem;
	letter-spacing: 0.05rem;
	padding: 0.75rem 1rem;
}
/* enable absolute positioning */
.inner-addon {
	position: relative;
}

	/* style glyph */
	.inner-addon .fa {
		position: absolute;
		padding: 12px 20px;
		pointer-events: none;
		font-size: 22px;
		color: #f58634;
	}

/* align glyph */
.left-addon .fa {
	left: 0px;
}

.right-addon .fa {
	right: 0px;
}

/* add padding  */
.left-addon input {
	padding-left: 30px;
}

.right-addon input {
	padding-right: 30px;
}

.form-control {
	padding: 20px 30px 25px 45px !important;
	display: block;
	width: 100%;
	height: calc(1.5em + 0.75rem + 2px);
	/* padding: 0.375rem 0.75rem; */
	font-size: 17px;
	font-weight: 400;
	line-height: 1.5;
	color: #495057;
	background-color: #fff;
	background-clip: padding-box;
	border: 2px solid #d9d9d9;
	border-radius: 30px;
	transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}

	select:focus, .form-control:focus {
		color: #495057;
		background-color: #fff;
		/*border-color: #f58634;*/
		border-color: #e2222d;
		outline: 0;
		/*box-shadow: 0 0 0 0.2rem rgb(245 134 52 / 25%);*/
		box-shadow: 0 0 0 0.2rem rgb(227 33 43 / 25%);
	}

.control-label {
	padding-left: 20px;
	font-weight: 700;
	font-size: 17px;
	color: #57585a;
}

.supertext {
	padding-left: 5px;
}

.forgetpass {
	/*color: #f58634;*/
	color: #e2222d;
	font-weight: bold;
	font-size: 16px;
}

	.forgetpass:hover {
		/*color: #49844a;*/
		color: #2d2778;
	}

.btn-login {
	background-color: #005f9c;
	color: #fff;
	border: none !important;
	border-radius: 30px;
	padding: 12px;
	font-size: 17px;
	text-transform: uppercase;
	font-weight: bold;
}

	.btn-login:hover {
		background-color: #49844a;
	}

.btn-fb {
	background-color: #1771e6;
	color: #fff;
	border: none !important;
	border-radius: 30px;
	padding: 12px;
	font-size: 17px;
	text-transform: uppercase;
	font-weight: bold;
}

	.btn-fb:hover {
		background-color: #24479b;
	}

	.btn-fb i {
		padding-right: 10px;
		font-size: 18px;
	}

hr.dashed {
	border-top: 2px dashed #d9d9d9;
}

hr.dotted {
	border-top: 2px dotted #d9d9d9;
}

hr.solid {
	border-top: 2px solid #d9d9d9;
}


hr.hr-text {
	position: relative;
	border: none;
	height: 1px;
	background: #d9d9d9;
}

	hr.hr-text::before {
		content: attr(data-content);
		display: inline-block;
		background: #fff;
		font-weight: bold;
		font-size: 0.85rem;
		color: #a1a1a1;
		border-radius: 30rem;
		padding: 0.2rem 2rem;
		position: absolute;
		top: 50%;
		left: 50%;
		transform: translate(-50%, -50%);
		font-size: 17px;
	}

select option {
	font-size: 18px;
}

select {
	background: url(data:image/svg+xml;base64,PHN2ZyBpZD0iTGF5ZXJfMSIgZGF0YS1uYW1lPSJMYXllciAxIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCA0Ljk1IDEwIj48ZGVmcz48c3R5bGU+LmNscy0xe2ZpbGw6I2ZmZjt9LmNscy0ye2ZpbGw6IzQ0NDt9PC9zdHlsZT48L2RlZnM+PHRpdGxlPmFycm93czwvdGl0bGU+PHJlY3QgY2xhc3M9ImNscy0xIiB3aWR0aD0iNC45NSIgaGVpZ2h0PSIxMCIvPjxwb2x5Z29uIGNsYXNzPSJjbHMtMiIgcG9pbnRzPSIxLjQxIDQuNjcgMi40OCAzLjE4IDMuNTQgNC42NyAxLjQxIDQuNjciLz48cG9seWdvbiBjbGFzcz0iY2xzLTIiIHBvaW50cz0iMy41NCA1LjMzIDIuNDggNi44MiAxLjQxIDUuMzMgMy41NCA1LjMzIi8+PC9zdmc+) no-repeat 95%;
	-moz-appearance: none;
	-webkit-appearance: none;
	appearance: none;
	padding: 4px 45px;
	display: block;
	width: 100%;
	height: calc(2em + 0.75rem + 4px);
	/* padding: 0.375rem 0.75rem; */
	font-size: 17px;
	font-weight: 400;
	line-height: 1.5;
	color: #495057;
	background-color: #fff;
	background-clip: padding-box;
	border: 2px solid #d9d9d9;
	border-radius: 30px;
	transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}

.select-cusicon {
	padding-top: 13px !important;
}

@media (min-width: 320px) and (max-width: 480px) {

	.cus-border {
		/*border-bottom: 3px solid #f9af33;*/
		border-bottom: 3px solid #e2222d;
		width: 120px;
		margin-left: 35%;
		margin-bottom: 20px;
	}

	.mobile-btn {
		margin-bottom: 10px;
	}

	.textbgregister {
		background-image: url('../img/textboxbg.png');
		background-size: cover;
		background-position: center !important;
	}
}
::-webkit-input-placeholder { /* Edge */
	font-size: 17px !important;
	font-weight: 500;
	color: #495057;
}

:-ms-input-placeholder { /* Internet Explorer 10-11 */
	font-size: 17px !important;
	font-weight: 500;
	color: #495057;
}

::placeholder {
	font-size: 17px !important;
	font-weight: 500;
	color: #495057;
}
.list-display li {
	margin-bottom: .4rem;
	font-size: 17px;
}

.list-checkmarks {
	/* padding-left:1.5rem; */
	padding-left: 12px;
}

.list-checkmarks li {
	list-style-type: none;
	padding-left: 1rem;
	font-size: 15px;
}

	.list-checkmarks li:before {
		font-family: 'FontAwesome';
		content: "\f00c";
		margin: 0 10px 0 -28px;
		color: #f58634;
	}
.text-orange {
	color: #f58634;
}
.text-green {
	color: #49844a;
}
.modal-header {
	background-color: #57585a;
	border: none !important;
	padding: 12px;
}
.modal-title {
	color: #fff !important;
	font-size: 18px;
}
.close {
	color: #fff;
	opacity: 1 !important;
}
	.close:hover {
		color: #fff !important;
		text-shadow: 1px 1px 4px rgba(255,255,255,0.9);
		transform: scale(1.15);
	}
	.close:focus {
		outline: none !important;
		box-shadow: none !important;
	}
.modal-content {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	width: 100%;
	pointer-events: auto;
	background-color: #fff;
	background-clip: padding-box;
	border: 1px solid #fff !important;
	border-radius: 0.3rem;
	outline: 0;
}
.modal-footer {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-pack: end;
	justify-content: flex-end;
	padding: 0.5rem !important;
	border-top: 1px solid #dee2e6;
	border-bottom-right-radius: 0.3rem;
	border-bottom-left-radius: 0.3rem;
}