html,
body {
	background: url('../img/mainBG.jpg') no-repeat center fixed;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	text-align: center;
	min-height: 100%;
}

svg {
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	margin: auto;
}

.center-container {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	height: 100vh;
}

.login {
	margin: 0 auto;
	max-width: 500px;
	width: 100%;
	min-height: 475px;
	padding: 20px 20px 50px;
	background: linear-gradient(rgba(5, 5, 5, 0.5), rgba(5, 5, 5, 0.7));
	border-radius: 100px 4px;

	display: flex;
	flex-direction: column;

	backdrop-filter: blur(6px);
}

.login__container {
	display: flex;
	flex-direction: column;
	padding: 0 50px;

	font-size: 15px;
}

.login__header {
	font-family: 'Roboto Bold', sans-serif;
	text-align: left;
	font-size: 22px;
	font-weight: bold;
	color: #FFFFFF;

	padding: 35px 0 10px;
	width: 100%;
}
.login__sub-header {
	color: #FFFFFF;
	text-align: left;
	font-size: 13px;
}

.login__logo {
	align-self: end;
}

.login__logo > img {
	width: 150px;
}

.login__user-password-form {
	width: 100%;
	align-self: center;
}

.login__actions {
	padding: 25px 0 60px;
	width: 100%;
	text-align: left;
}

.login__sso-actions {
	padding: 10px 0 60px;
	width: 100%;
	text-align: left;
}

.login__sso-actions .link-big {
	display: flex;
	justify-content: center;

	margin: auto auto 0;
	padding: 10px;
	border-radius: 4px;

	font-family: 'Roboto Bold', sans-serif;
	font-weight: bold;
	font-size: 15px;

	background: #007DB3;
	color: #FFFFFF;
	text-decoration: none;
	box-shadow: 0 4px 4px rgba(0, 0, 0, .15);
}

.login__sso-actions a:hover {
	opacity: .9;
}

.login__sso-actions a:active {
	transform: translateY(1px);
}

.login__sso-actions > hr, .login__actions > hr {
	border-top: 1px dotted #85adc5;
	opacity: .7;
}

.login__about {
	font-size: 12px;
	align-self: center;
}

.formfield {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
}

.formfield + .formfield {
	margin-top: 12px;
}

.formfield > span {
	align-self: center;
}

.buttoncontainer {
	display: flex;
	flex-direction: row-reverse;
	align-items: center;
	justify-content: space-between;
}

.loginActions {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
}

.loginActions > span {
	text-align: left;
}

.optionalMessage {
	margin: auto 0;
	font-size: 12px;
	padding: 8px 16px;
	align-self: center;
	color: #FFFFFF;
}

.options {
	background-color: rgba(255, 255, 255, 0.2);
	border-bottom-left-radius: 10px;
	border-bottom-right-radius: 10px;
	padding: 10px;
}
