.forget {
	color: #fff;
}

	.forget:hover {
		color: #46237A;
	}

.login-btn {
	border-radius: 30px !important;
	height: 50px;
	font-weight: 650 !important;
	font-size: 20px !important;
	color: #fff !important;
	background-color: #70338D !important;
}

.authentication .form-control {
	background-color: white;
	border: 1px solid #d9d9d9;
	font-size: 20px !important;
	border-radius: 20px !important;
	color: #003a5f;
}

	.authentication .form-control::placeholder {
		color: #fff;
	}

.container {
	max-width: 100% !important;
	padding: 0px !important;
}

::placeholder {
	color: #d9d9d9 !important;
	opacity: 1; /* Firefox */
}

.lbl-login {
	color: #003a5f;
	font-weight: 600;
}

.login-bottom .form-group {
	width: 50% !important;
	float: left;
}

.login-bottom a {
	color: #003a5f;
	font-weight: 600;
}

.login-bottom .custom-control-label {
	color: #003a5f;
	font-weight: 600;
}

.login-bottom span {
	color: #adadad;
	font-size: 13px;
}

.copy-right {
	/*padding-top: 40%;*/
	text-align: center;
}

.custom-control-label {
	color: #fff !important;
}
/*for hidding divs*/
@media screen and (max-width: 600px) {
	#title_message {
		visibility: hidden;
		clear: both;
		float: left;
		margin: 10px auto 5px 20px;
		width: 28%;
		display: none;
	}

	.page {
		overflow: auto !important;
	}
}

@media (max-width: 768px) {
	body {
		overflow: visible !important;
	}
}
