.loginContainer {
	display: inherit !important;
	height: 50vh;
}

.logo-header {
	width: 100%;
	height: 5.9rem;
	background-color: rgb(81, 88, 94);
	text-align: center;
}

.logo-header img {
	position: relative;
	top: 24%;
	text-align: center;
	display: block;
	margin: 0 auto;
}

.login-form {
    background: url(/images/background.png) center no-repeat;
	width: 100%;
	text-align: center;
	height: calc(100% - 5.9rem);
}

.login-form_bg {
	width: 70.9rem;
	margin: 0 auto;
	padding-top: 1.5rem;
	line-height: 17;
}

.login-form h1 {
	font-size: 1.4rem;
	line-height: 1.4rem;
	font-weight: 400;
	font-family: "OpenSans-Regular";
	text-transform: uppercase;
	margin-top: 1rem;
}

.login-form h2 {
	font-size: 16px;
	line-height: 1.4rem;
	font-family: "OpenSans-Regular";
	font-weight: 600;
	padding-top: 40px;
}

.login-form h3 {
	font-size: 12px;
	line-height: 1.4rem;
	font-family: "OpenSans-Regular";
	font-style: normal;
	font-weight: 300;
}

.login-form h4 {
	font-size: 12px;
	line-height: 1.4rem;
	font-family: "OpenSans-Regular";
	font-weight: 600;
	margin: 0.714rem 18px 0.714rem 18px;
}

.login-details {
	width: 26.6rem;
	margin: 2.9rem auto 2.9rem auto;
	border: 0rem solid red;
}

.g_id_signin {
    margin-top: 2px;
    margin-right: 10px;
    margin-bottom: 2px;
    margin-left: 10px;
}

.buttonText {
	line-height: 0;
	position: absolute;
	top: 15px;
	right: 175px;
	font-family: "OpenSans-Regular";
}

body {
	margin: 0;
	min-height: 100vh;
}