html {
    position: relative;
    min-height: 100%;
}

.auth-body-bg {
    background-color: #389AD7;
	background-image: url("../images/authentication-bg.jpg");
	background-size: cover;
	background-position: right center; 
	color: #f5f5f5;
}

.authentication-bg {
	height: 100vh;
}

.authentication-bg .bg-overlay {
    background-color: #292626; 
}

@media (max-width: 991px) {
    .authentication-bg {
      display: none; 
	} 
}

.authentication-page-content {
	background-color: rgba(41,38,38, 0.9);
  min-height: 100vh;
}

.page-content {
	padding: 40px;
	padding-top: 15rem;
}

.home-btn {
  position: absolute;
  top: 15px;
  right: 25px;
  z-index: 9; 
}

.form-group .form-control {
    border-bottom: 1px solid #495057;
	color: #1a1a1a;
	font-size: 0.8rem;
}

#content .btn {
    padding: 1rem;
    font-size: 15px!important;
}

.socialLogins{
	padding: 0 5rem;
}

.footer-menu a{
	color: #16ABE3;
	margin-right: 8px;
}

.footer-menu a:hover{
	color: #fff;
	text-decoration: underline;
}