	/* Coded with love by Mutiullah Samim */
		body,
		html {
			margin: 0;
			padding: 0;
			height: 100%;
			background: #f2f2f2 !important;
		}
	#Loginslogan{
	margin: 0 0px 145px 0px;
	padding: 20px 0px 20px 0px;
	background: #0b2531 !important;
	text-align: center;
	color: #ebd9aa;
}
@media only screen and (max-width: 991px) {
	#Loginslogan{
	margin: 0 0px 75px 0px;
	padding: 14px 0px 14px 0px;
	
}
  
}	
		.user_card {
			height: 400px;
			width: 350px;
			margin-top: auto;
			margin-bottom: auto;
			background: #285b72;
			position: relative;
			display: flex;
			justify-content: center;
			flex-direction: column;
			padding: 10px;
			box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
			-webkit-box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
			-moz-box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
			border-radius: 5px;

/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#0b2531+0,185c7c+100 */
background: #0b2531; /* Old browsers */
background: -moz-linear-gradient(top,  #0b2531 0%, #185c7c 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top,  #0b2531 0%,#185c7c 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom,  #0b2531 0%,#185c7c 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0b2531', endColorstr='#185c7c',GradientType=0 ); /* IE6-9 */



			
		}
		.brand_logo_container {
			position: absolute;
			height: 170px;
			width: 170px;
			top: -75px;
			border-radius: 50%;
			background: #f2f2f2;
			padding: 10px;
			text-align: center;
		}
		.brand_logo {
			height: 150px;
			width: 150px;
			border-radius: 50%;
			border: 2px solid white;
		}
		.form_container {
			margin-top: 100px;
		}
		.login_btn {
			width: 100%;
			background: #09222d !important;
			color: white !important;
		}
		.login_btn:focus {
			box-shadow: none !important;
			outline: 0px !important;
		}
		.login_container {
			padding: 0 2rem;
		}
		.input-group-text {
			background: #09222d !important;
			color: white !important;
			border: 0 !important;
			border-radius: 0.25rem 0 0 0.25rem !important;
		}
		.input_user,
		.input_pass:focus {
			box-shadow: none !important;
			outline: 0px !important;
		}
		.custom-checkbox .custom-control-input:checked~.custom-control-label::before {
			background-color: #09222d !important;
		}
		
		.custom-control-label, .links{
	color: #cdd7dc;
}
.loghref {
	color: #5dbfec;
	padding: 0px 5px 0px 5px;
}
.loghref:hover {
	color: #a4d6ed;
}
.logcopy{
	padding: 15px;
	font-size: smaller;
}
.logcopy a{
	color: #646464;
}
.logcopy a:hover{
	color: #0d2c3a;
}