.header-img {
    margin: auto;
    max-width: 250px;
}


input[type=text],input[type=password]{
/*input{*/
    text-transform: none !important;
}

body {

	font-family: "Open Sans", sans-serif;

	background-color: #ffffff !important;

}
.ga-logo {
	max-width: 340px;
	-webkit-filter: drop-shadow( 3px 3px 2px rgba(0, 0, 0, .7));
    filter: drop-shadow( 3px 3px 2px rgba(0, 0, 0, .7));
}
#logo {

	max-width: 150px;

	margin-bottom: 50px;

}

.login {

	text-align: center;

}

#ad-container {
	margin: auto;
	    text-align: center;
	    padding: 10px 180px;
	    line-height: 50px;
	    width: 60%;
}

.first-line {
	color: #fff;
    font-size: 37px;
    text-transform: uppercase;
    
    text-shadow: 0px 6px 11px #000000;
    font-weight: 900;
    text-align: center;
}

.second-line {

	color: #fff;

	font-size: 30px;

	text-shadow: 2px 6px 6px #000000;

	text-align: center;

	font-weight: 900;

}
.third-line {
	font-size: 23px !important;
    line-height: 32px;
    text-shadow: 1px 4px 4px #000000;
    font-weight: 900;
    color: #fff;
}
.vertical-center {

	position: absolute;

	top: 50%;

	/*left: 50%;*/

	transform: translate(-50%, -50%);

}

.ad-holder {

	margin: auto;

}

.btn-primary {

	background-color: #4d4d4d;

	color: #fff;

	border: 2px solid #4d4d4d;

	text-transform: uppercase;

	font-weight: 700;

}

.btn-primary:hover {

	background-color: #fff;

	color: #4d4d4d;

	border: 2px solid #4d4d4d;

	font-weight: 700;

}

.label-for-forms {

	float: left;

	font-weight: 600;

}

.forget-password-link {

	color: #4d4d4d;

	font-size: 14px;

}

.form-control:focus {

	color: #4d4d4d;

	background-color: #fff;

	border-color: #4d4d4d;

	outline: 0;

	box-shadow: 0 0 0 0.2rem rgba(77,77,77,.55);

}

.forget-password-link:hover {

	text-decoration: none;

	opacity: .8;

	color: #4d4d4d;

}

.login,

.image {

	min-height: 100vh;

}

.help-btn {
    height: 40px;
    width: 96% !important;
}

.cbLoginButton{

	height: 40px;

}

.bg-image {

	background-image: url('https://files.hcrbrands.com/myhcr/v3.29.0/index.php/backgrounds/hoober.jpg');

	background-size: cover;

	background-position: top;

}

.gap-header{

	max-width: 580px;margin: 0 auto;

	padding-bottom: 50px !important;

}

.login-heading {

	font-weight: 300;

}

.btn-login {

	font-size: 0.9rem;

	letter-spacing: 0.05rem;

	padding: 0.75rem 1rem;

	border-radius: 2rem;

}

@media (min-width:1800px) and (max-width:1899px) {
	#ad-container {
	width: 60%;
	}
	.first-line {

		font-size: 37px;

		font-weight: 800;

	}

	.second-line {

		font-size: 29px;

		font-weight: 600;

	}

}

@media (min-width:1700px) and (max-width:1799px) {
	#ad-container {
	width: 60%;
	}
	.first-line {

		font-size: 36px;

		font-weight: 800;

	}

	.second-line {

		font-size: 27px;

		font-weight: 600;

	}

}

@media (min-width:1600px) and (max-width:1699px) {
	#ad-container {
	width: 60%;
	}
	.first-line {

		font-size: 35px;

		font-weight: 800;

		line-height: 55px;

	}

	.second-line {

		font-size: 25px;

	}

}

@media (min-width:1500px) and (max-width:1599px) {
	#ad-container {
	width: 60%;
	}
	.first-line {

		font-size: 34px;

		font-weight: 800;

		line-height: 48px;

	}

	.second-line {

		font-size: 23px;
		line-height: 37px;

	}

}

@media (min-width:1300px) and (max-width:1499px) {

	.first-line {

		font-size: 33px;

		font-weight: 800;

		line-height: 49px;

	}

	.second-line {

		font-size: 21px;

		

	}

}

@media (min-width:1100px) and (max-width:1299px) {
	#ad-container {
		width: 71%;
		}
	.first-line {

		font-size: 36px;

		font-weight: 800;

	}

	.second-line {

		font-size: 20px;
		   line-height: 33px;

		

	}

}

@media (min-width:900px) and (max-width:1099px) {
#ad-container {
	width: 83%;
	}
	.img-fluid{

		max-width: 375px !important;

	}

	.first-line {

		font-size: 28px;

		font-weight: 800;

		line-height: 40px;

	}

	.second-line {

		font-size: 19px;
		    line-height: 28px;

	}

}

@media (min-width:700px) and (max-width:899px) {
	#ad-container {
		width: 83%;
		}
	.img-fluid{

		max-width: 375px !important;

	}

	.first-line {

		font-size: 25px;
    line-height: 30px;
		font-weight: 800;

	}

	.second-line {

		font-size: 18px;

		line-height: 25px;

	}
	#ad-container {
	    margin: auto;
	    text-align: center;
	    width: 50%;
	    padding: 0px 40px;
	}

}

@media (max-width: 767px){
	#ad-container {
		width: 83%;
		}
    .header-img {
        max-width: 200px;
    }    
}

