@charset "utf-8";
/* CSS Document */

*{
	margin:0px;
	padding:0px;
}



.overlay-parent::after{
	content:"";
	display:block;
		
	width: 100vw !important;
	height: 100vh !important;
	
	min-height:100% !important;
	background-color: #000;
	position:absolute !important;
	top:0;
	left:0;
	opacity: 0.25 !important;
	z-index: 0;
}

.overlay-parent  {
	 position:relative !important;
}

.overlay-parent > * {
	z-index: 10;
	position:relative !important;
	color: #fff;
}

body{
	background-image:url('../../../general_uploads/login-bg.jpg');
	background-size: cover;
	background-attachment:fixed;
	font-family:'ubuntu',sans-serif;
}


.loggin-wrapper h1{
	font-size: 30px;
	padding: 7px;
	background:rgba(255,255,255,0.5);
	border-radius: 40px 0px 0px 40px;
	margin-top:110px;
}


.loggin-wrapper h2{
	font-size: 30px;
	padding: 7px;
	background:rgba(255,255,255,0.5);
	border-radius: 8px;
	color:#fff;
}


.loggin-wrapper h3{
	font-size: 30px;
	color: #fff;
	text-shadow: 1px 1px 1px #ffffff;
	margin-bottom:20px;
}

.loggin-wrapper h4{
	font-size: 16.4px;
	color: #fff;
}

.loggin-wrapper .form-control{
	background: transparent;
	margin-top: 27px;
	font-size: 0.9rem !important;
	height:44px;
}

select, option, input {
    color: #fff !important;
    background-color: #808080;
}

.loggin-wrapper input[type="checkbox"]{
	margin-top:25px;
}

.loggin-wrapper small{
	font-size:19px;
	color: #fff;
}

.btn-login {
	margin-top:15px;
	font-size: 20px;
	border:#257CFD;
	background-color: #257CFD !important;
	color: #fff !important;
	text-shadow:0.09rem 0.09rem 0.1rem black !important;
	letter-spacing: 0.9px !important;
}

.loggin-wrapper hr{
	margin-top: 15px;
}

.loggin-wrapper a {
	font-size:19px;
	color:#5599fd !important;
	text-decoration:none;
	transition: transform 1.2s ease; /* Animation */
}

.loggin-wrapper a:hover {
	font-size:19px;
	color:#fff !important;
	text-decoration:underline !important;
}

.loggin-wrapper a {
	font-size:19px;
	color:#fff;
	text-decoration:none;
}


.loggin-wrapper {
	margin-top:90px;
	border-radius: 8px;
	height: auto;
	overflow:hidden;
	padding: 10px;
}

.loggin-wrapper .login-message-box {
	color: #fff !important;
	font-size:1rem !important;
	text-align:center;
	justify-content: center !important;
	padding: 10px;
}


.bflink:hover {
	text-decoration: none !important;
}

select option {
  background: transparent !important;
  color: #888 !important;
  opacity: 1 !important;
  color-scheme: ;
  border-radius: 8px !important;
  display: inline-block;
}

.box-foot-icons a {
	text-decoration: none !important;
	color: #fff !important;
	font-size: 16.5px !important;
}

.box-foot-icons a:hover {
	text-decoration: none !important;
}

.brand-foot {
	text-align:center;
	align-content: center;
	color: #9e9e9e;
	font-size: 10px;
	margin:10px 0 0 0;
}

.brand-foot a {
	color:#9e9e9e !important;
	text-decoration:underline;
	font-size: 10px;
}

.brand-foot a:hover {
	color:#9e9e9e !important;
	text-decoration:underline;
	font-size: 10px;
}
        
