html,
body {
	margin: 0;
	padding: 0;
}

input {
	outline: none;
}

a {
	color: #ffffff;
}

body {
	align-items: center;
	background-color: #0a3e67;
	/* background-image: url("/images/friends.svg"); */
	background-position: bottom right;
	background-repeat: no-repeat;
	display: flex;
	flex-direction: column;
	font-family: "Roboto", sans-serif;
	font-size: 16px;
	font-weight: 300;
	min-height: 100vh;
	justify-content: center;
	width: 100vw;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

h1 {
	color: #ffffff;
	font-family: Roboto;
	font-size: 32px;
	font-weight: 300;
	line-height: 38px;
	margin: 10px 0;
}

h2 {
	color: #2962ff;
	font-size: 26px;
	font-weight: 300;
	line-height: 30px;
}

header {
	color: #ffffff;
	margin-top: auto;
	text-align: center;
}

	header img {
		margin-top: 10px;
	}

main {
	background-color: #fafbfc;
	border: solid 1px #c8d4dd;
	border-radius: 3px;
	box-sizing: border-box;
	margin: 0 10px;
}

.mwg-validation-message {
	color: #c7180b;
	font-size: 12px;
	font-weight: 400;
}

	.mwg-validation-message li {
		list-style-type: none;
		color: #c7180b;
		font-size: 12px;
		font-weight: 400;
	}

	.mwg-validation-message ul {
		margin-bottom: 10px;
		padding: 0;
	}

.mwg-sign-in {
	background-color: #ffffff;
	border: solid 1px #c8d4dd;
	border-radius: 3px;
	box-sizing: border-box;
	margin: 20px;
	min-height: 460px;
	padding: 30px 90px 20px 90px;
}

.mwg-signin-form-input {
	margin: 23px 0 50px;
}

	.mwg-signin-form-input label {
		font-size: 14px;
		font-weight: 700;
		line-height: 24px;
		margin-bottom: 5px;
	}

	.mwg-signin-form-input input {
		background-color: #fafbfc;
		border: 1px solid #c8d4dd;
		border-radius: 3px;
		box-sizing: border-box;
		color: #1a3851;
		display: block;
		font-size: 14px;
		padding: 14px 16px;
		width: 440px;
	}

		.mwg-signin-form-input input:focus {
			border: 1px solid #384049;
		}

		.mwg-signin-form-input input.input-validation-error {
			border-bottom-color: #c7180b;
			border-bottom-width: 2px;
		}

.mwg-input-with-icon {
	position: relative;
}

	.mwg-input-with-icon input {
		padding-right: 48px;
	}

.mwg-reveal-icon {
	background-image: url("/images/eye-show.svg");
	background-repeat: no-repeat;
	cursor: pointer;
	height: 25px;
	position: absolute;
	right: 18px;
	top: 50%;
	transform: translateY(-50%);
	width: 25px;
}

	.mwg-reveal-icon:hover {
		background-image: url("/images/eye-show--hover.svg");
	}

	.mwg-reveal-icon.mwg-reveal-icon--showing {
		background-image: url("/images/eye-hide.svg");
	}

		.mwg-reveal-icon.mwg-reveal-icon--showing:hover {
			background-image: url("/images/eye-hide--hover.svg");
		}

input:-ms-input-placeholder {
	font-style: italic;
	font-weight: 400;
}

input::-moz-placeholder {
	font-style: italic;
	font-weight: 400;
}

input:-moz-placeholder {
	font-style: italic;
	font-weight: 400;
}

input::-webkit-input-placeholder {
	font-style: italic;
	font-weight: 400;
}

.mwg-signin-form-controls {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	margin-top: 40px;
}

.mwg-signin-form-controls a {
	color: #2962ff;
	font-size: 14px;
	font-weight: 400;
	text-decoration: none;
}

.mwg-signin-form-controls label {
	color: #222b35;
	font-size: 14px;
	font-weight: 400;
}

.mwg-signin-form-control-item-sm {
	align-items: center;
	display: flex;
	width: 25%;
}

.mwg-signin-form-control-item {
	align-items: center;
	display: flex;
	width: 50%;
}

.mwg-signin-form-control-item-lg {
	align-items: center;
	display: flex;
	width: 75%;
}

.mwg-signin-form-controls button {
	/* reset button styles */
	border: none;
	margin: 0;
	padding: 0;
	width: auto;
	overflow: visible;
	background: transparent;
	/* inherit font & color from ancestor */
	color: inherit;
	font: inherit;
	/* Normalize `line-height`. Cannot be changed from `normal` in Firefox 4+. */
	line-height: normal;
	/* Corrects font smoothing for webkit */
	-webkit-font-smoothing: inherit;
	-moz-osx-font-smoothing: inherit;
	/* Corrects inability to style clickable `input` types in iOS */
	-webkit-appearance: none;
	background-color: #2962ff;
	box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.5);
	border-radius: 3px;
	color: #ffffff;
	cursor: pointer;
	font-size: 16px;
	font-weight: 700;
	line-height: 19px;
	outline: none;
	padding: 10px 15px;
	text-align: center;
}

	.mwg-signin-form-controls button.mwg-signin-button {
		margin-left: auto;
	}

	.mwg-signin-form-controls button:hover {
		background-color: #1565c0;
	}

	.mwg-signin-form-controls button:active {
		background-color: #0d47a1;
		box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.5), 0 6px 10px 0 rgba(26, 56, 81, 0.5);
	}

input.mwg-toggle-switch:empty {
	display: none;
}

	input.mwg-toggle-switch:empty ~ label {
		position: relative;
		height: 12px;
		margin: 0.2em 0;
		cursor: pointer;
		-webkit-user-select: none;
		-moz-user-select: none;
		-ms-user-select: none;
		user-select: none;
	}

		input.mwg-toggle-switch:empty ~ label:before {
			background-color: #c8d4dd;
			border-radius: 15px;
			content: "";
			height: 12px;
			position: absolute;
			/* gap between label and toggle is 19px + width of toggle */
			right: -46px;
			top: 3px;
			width: 27px;
		}

		input.mwg-toggle-switch:empty ~ label:after {
			background-color: #ffffff;
			border-radius: 18px;
			box-shadow: 0px 2px 8px 0px rgba(0, 0, 0, 0.6);
			content: "";
			height: 18px;
			position: absolute;
			/* 19px margin + 3/4 width of self */
			right: -33px;
			top: 0px;
			-webkit-transition: all 100ms ease-in;
			transition: all 100ms ease-in;
			width: 18px;
		}

input.mwg-toggle-switch:checked ~ label:before {
	opacity: 0.25;
	background-color: #2962ff;
}

input.mwg-toggle-switch:checked ~ label:after {
	/* 19px margin + width of toggle + 1/4 width of self */
	background-color: #2962ff;
	right: -49px;
}

input.mwg-toggle-switch:hover ~ label:after {
	box-shadow: 0px 2px 8px 0px rgba(0, 0, 0, 0.6), 0 0 0px 10px rgba(150, 160, 171, 0.2);
}

input.mwg-toggle-switch:checked:hover ~ label:after {
	box-shadow: 0px 2px 8px 0px rgba(0, 0, 0, 0.6), 0 0 0px 10px rgba(41, 98, 255, 0.2);
}

footer {
	color: #ffffff;
	font-size: 14px;
	font-weight: 400;
	margin-top: auto;
}

@media (max-width: 730px) {
	.mwg-signin-form-input input {
		width: 360px;
	}
}

@media (max-width: 600px) {
	body {
		background-image: none;
	}

	h1 {
		font-size: 24px;
		line-height: inherit;
	}

	footer {
		text-align: center;
	}

	header img {
		height: 50px;
		width: auto;
	}

	.mwg-sign-in {
		padding: 20px 20px;
	}

	.mwg-signin-form-input input {
		width: 100%;
	}
}

.mwg-partition {
	width: auto;
	margin: 30px 0;
	height: 0;
	border-top: 2px solid #ebebeb;
}

.mwg-partition-ball {
	position: relative;
	margin-left: 46%;
	top: -8px;
	text-align: center;
	width: 30px;
	font-size: 13px;
	font-weight: bold;
	color: #999999;
	background-color: #ffffff;
}

.mwg-idp-bnt-container {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	margin-bottom: 40px;
}

.mwg-idp-bnt {
	font-size: 16px;
	font-weight: normal;
	text-decoration: none;
	margin-top: 10px;
	width: 238px;
	height: 36px;
	border-radius: 3px;
	background-color: #ffffff;
	color: #2962ff;
	border: 1px solid #2962ff;
}

.mwg-sso-logo {
	background: url('/images/logo_sso_generic.svg');
	display: inline-block;
	vertical-align: middle;
	width: 25px;
	height: 25px;
	margin-left: 5px;
}

.mwg-google-logo {
	background: url('/images/logo_google.svg') transparent -10px 50%;
}

.mwg-twitter-logo {
	background: url('/images/logo_twitter.svg');
}

.mwg-facebook-logo {
	background: url('/images/logo_facebook.png') left center no-repeat;
	background-size: contain;
}

.mwg-microsoft-logo {
	background: url('/images/logo_microsoft.svg') left center no-repeat;
	background-size: contain;
}

.mwg-idp-container {
	display: flex;
	justify-content: space-between;
	padding-top: 6px;
}

.mwg-idp-name {
	display: flex;
	align-items: center;
}

.mwg-idp-flex-item-empty {
	height: 25px;
	width: 25px;
}

list-inline {
	padding-left: 0;
	margin-left: -5px;
	list-style: none;
}

.list-inline > li {
	display: inline-block;
	padding-right: 5px;
	padding-left: 5px;
}

.btn {
	display: inline-block;
	padding: 6px 12px;
	margin-bottom: 0;
	font-size: 14px;
	font-weight: normal;
	line-height: 1.42857143;
	text-align: center;
	white-space: nowrap;
	vertical-align: middle;
	-ms-touch-action: manipulation;
	touch-action: manipulation;
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	background-image: none;
	border: 1px solid transparent;
	border-radius: 4px;
}

.btn-default {
	color: #333;
	background-color: #fff;
	border-color: #ccc;
}

	.btn-default:focus,
	.btn-default.focus {
		color: #333;
		background-color: #e6e6e6;
		border-color: #8c8c8c;
	}

	.btn-default:hover {
		color: #333;
		background-color: #e6e6e6;
		border-color: #adadad;
	}

	.btn-default:active,
	.btn-default.active,
	.open > .dropdown-toggle.btn-default {
		color: #333;
		background-color: #e6e6e6;
		border-color: #adadad;
	}

		.btn-default:active:hover,
		.btn-default.active:hover,
		.open > .dropdown-toggle.btn-default:hover,
		.btn-default:active:focus,
		.btn-default.active:focus,
		.open > .dropdown-toggle.btn-default:focus,
		.btn-default:active.focus,
		.btn-default.active.focus,
		.open > .dropdown-toggle.btn-default.focus {
			color: #333;
			background-color: #d4d4d4;
			border-color: #8c8c8c;
		}

	.btn-default:active,
	.btn-default.active,
	.open > .dropdown-toggle.btn-default {
		background-image: none;
	}

	.btn-default.disabled,
	.btn-default[disabled],
	fieldset[disabled] .btn-default,
	.btn-default.disabled:hover,
	.btn-default[disabled]:hover,
	fieldset[disabled] .btn-default:hover,
	.btn-default.disabled:focus,
	.btn-default[disabled]:focus,
	fieldset[disabled] .btn-default:focus,
	.btn-default.disabled.focus,
	.btn-default[disabled].focus,
	fieldset[disabled] .btn-default.focus,
	.btn-default.disabled:active,
	.btn-default[disabled]:active,
	fieldset[disabled] .btn-default:active,
	.btn-default.disabled.active,
	.btn-default[disabled].active,
	fieldset[disabled] .btn-default.active {
		background-color: #fff;
		border-color: #ccc;
	}

	.btn-default .badge {
		color: #fff;
		background-color: #333;
	}
