
:root {
	--theme-font-color: #000;	
}

body{
	color: var(--theme-font-color); 
	height: 100%;
	background-repeat: no-repeat;
	background-size: cover;  
}
.card-header,.forgot-password,label{
	font-size:13px!important;
	color:var(--theme-font-color);
}
input {
	margin-bottom: 10px;
	padding: 5px;
	font-size:13px!important;
	border-radius: 3px;
	border: 1px solid #777;
}

.customB {
	padding: 5px 15px;
	/* color: var(--theme-font-color); */
	background-color: 250ms;
}

.footer {
	position: fixed;
	bottom: 0;
	background-color: rgba(0,0,0,0.5) !important;
}
.card{
	margin-top: auto;
	margin-bottom: auto;
	/* background-color: rgba(0,0,0,0.5) !important; */
}



a{
	color: var(--theme-font-color);
	text-decoration:none;
}
.warningMsg{
	/* color:red; */
	font-size:13px!important;
} 

div.top-header-branding {
	padding-top: 4%;
	padding-bottom: 1.2%;	
	text-align: center;
}
div.top-header-branding hr {
	border-top: 20px solid rgb(61, 147, 147);	
}

div.top-header-branding-new {
	padding-top: 4%;
	padding-bottom: 1.2%;	
	text-align: center;
}

div.top-header-branding-new hr {
	border-top: 20px solid rgb(13, 90, 157);
}

div.top-header-branding img {
	height: 120px;
	margin-top: -86px;
	background-color: #fff;
	padding: 1%;
}

div.top-header-branding-new img {
	height: 120px;
	margin-top: -86px;
	background-color: #fff;
	padding: 1%;
}


div.top-header-branding-text {
	padding-top: 0%;
	padding-bottom: 0%;	
	text-align: center;
}
div.top-header-branding-text.head {
	font-size: 2rem;
	color: #BD1313;
	text-align: center;
	font-weight: bold;
}

div.top-header-branding-text.sub-head {
	font-size: 1.2rem;
	color: #C83D46;
	text-align: center;
	padding: 0;
	margin: 0;
	font-weight: bold;
}

.pw-visible-click {
	cursor: pointer;
}

.card-header {
	border-bottom: 2px solid #2D4A8A;
}

.btn-primary {
	color: #fff;
	background-color: #2D4A8A !important;
	border-color: #5872AC !important;
}

.btn-primary:hover {
	color: #fff;
	background-color: #5872AC;
	border-color: #2D4A8A;
}

.btn-primary.disabled, .btn-primary:disabled {
	color: #fff;
	background-color: #2D4A8A;
	border-color: #2D4A8A;
}

@media only screen and (max-width: 600px) {
  .toHide {
    display:none;
  }
  
  div.top-header-branding {
  	padding-top: 15%;
  	padding-bottom: 8%;
  }
  
  div.top-header-branding-new {
  	padding-top: 15%;
  	padding-bottom: 8%;
  }
  
  div.top-header-branding-text h5 {
	font-size: 1rem;
  }
   div.top-header-branding-text.sub-head {
	font-size: 1.2rem;
  }
	
 div.top-header-branding-text h6 {
	font-size: 0.8rem;
 }
}

