body {
	font-family: "Open Sans", sans-serif;
	
}
#logo {
	max-width: 300px;
	margin-bottom: 50px;
}
.logo {
	padding-bottom: 0px !important;
	margin-top: 0px; /*this can change based on the brand logo*/
	height: 125px !important;
}
.login {
	text-align: center;
}
#ad-container {
	margin: auto;
	text-align: center;
}
.first-line {
	color: #fff;
    font-size: 34px;
    text-transform: uppercase;
    text-shadow: 3px 2px 3px #000000;
    font-weight: 900;
    text-align: center;
}
.second-line {
	color: #fff;
    font-size: 30px;
    text-shadow: 4px 2px 2px #000000;
    text-align: center;
    font-weight: 700;
}
.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;
}

.bg-image {
	background-image: url('https://files.hcrbrands.com/internal/myaccess/v1.8.0/login/backgrounds/shutterstock_530884738.jpg');
	background-size: cover;
	background-position: center;
}

.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) {
	.first-line {
		font-size: 34px;
		font-weight: 800;
	}
	.second-line {
		font-size: 26px;
		font-weight: 600;
	}
}
@media (min-width:1700px) and (max-width:1799px) {
	.first-line {
		font-size: 31px;
		font-weight: 800;
	}
	.second-line {
		font-size: 21px;
		font-weight: 600;
	}
}
@media (min-width:1600px) and (max-width:1699px) {
	.first-line {
		font-size: 54px;
		font-weight: 800;
		line-height: 55px;
	}
	.second-line {
		font-size: 27px;
		
	}
}
@media (min-width:1500px) and (max-width:1599px) {
	.first-line {
		font-size: 38px;
		font-weight: 800;
		line-height: 48px;
	}
	.second-line {
		font-size: 20px;
		
	}
}
@media (min-width:1300px) and (max-width:1499px) {
	.first-line {
		font-size: 43px;
		font-weight: 800;
		line-height: 49px;
	}
	.second-line {
		font-size: 23px;
		
	}
}
@media (min-width:1100px) and (max-width:1299px) {
	.first-line {
		font-size: 36px;
		font-weight: 800;
	}
	.second-line {
		font-size: 30px;
		
	}
}
@media (min-width:900px) and (max-width:1099px) {
	.first-line {
		font-size: 33px;
		font-weight: 800;
		line-height: 40px;
	}
	.second-line {
		font-size: 18px;
		
	}
}
@media (min-width:700px) and (max-width:899px) {
	.first-line {
		font-size: 21px;
	    font-weight: 800;
	    line-height: 32px;
	}
	.second-line {
		font-size: 21px;
		line-height: 25px;
		
	}
	#ad-container {
	    margin: auto;
	    text-align: center;
	    width: 70%;
	}
}