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

.customB {
	padding: 5px 15px;
	color: white;
	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;
}
.leftContent{
 background-color: rgba(0, 0, 0, 0.58); 
}


a{
	color:#ffff;
	text-decoration:none;
}
.warningMsg{
	color:red;
	font-size:13px!important;
} 

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

div.top-header-branding img {
	height: 100px;
	margin-top: -80px;
}

.input-group-text .fa.fa-eye-slash {
	cursor: pointer;
}

@media only screen and (max-width: 600px) {
  .toHide {
    display:none;
  }
  
  div.top-header-branding {
  	padding-top: 15%;
  	padding-bottom: 8%;
  }
}

