/* Shared login page styles */

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

.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;
	line-height: normal;
}

/* Google Sign-In button */

.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";
}

/* Microsoft Sign-In button */

.ms-signin-button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 374px;
	height: 38px;
	background-color: #ffffff;
	border: 1px solid #dadce0;
	border-radius: 20px;
	cursor: pointer;
	padding: 0 12px;
	font-family: "Segoe UI", "OpenSans-Regular", sans-serif;
	font-size: 14px;
	font-weight: 500;
	color: #3c4043;
	transition: background-color 0.2s, border-color 0.2s;
	line-height: normal;
	margin-top: 2px;
	margin-bottom: 2px;
	box-sizing: border-box;
}

.ms-signin-button:hover {
	background-color: #f2f2f2;
	border-color: #505050;
}

.ms-signin-button:active {
	background-color: #e6e6e6;
	border-color: #505050;
}

.ms-icon {
	width: 20px;
	height: 20px;
	margin-right: 12px;
}

.ms-user-avatar {
	width: 32px;
	height: 32px;
	border-radius: 50%;
	background-color: #0078d4;
	color: white;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 14px;
	font-weight: 600;
	margin-right: 12px;
	flex-shrink: 0;
}

.ms-button-content {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	flex: 1;
}

.ms-button-text {
	font-size: 14px;
	font-weight: 600;
	color: #5e5e5e;
}

.ms-user-email {
	font-size: 12px;
	font-weight: 400;
	color: #5e5e5e;
}

.ms-signin-button-personalized {
	justify-content: flex-start;
}

.ms-signin-button-personalized .ms-icon {
	margin-right: 0;
	margin-left: 12px;
}