
/*GLOBAL*/
body {
	margin: 0;
	color: #fff;
	font-family: Ubuntu, sans-serif;
	font-size: 14px;
}

a {
	color: #fff;
	font-size: 12px;
}

#login-outer-container {
	width: 100vw;
	height: 100vh;
	background-color: #F5F5F5;
	position: relative;
}

#message-container,
#login-form-container,
#new-form-container,
#reset-password-container,
#reset-form-container {
	background-color: #6d6d6d;
	padding: 10px;
	box-sizing: border-box;
	border: 1px solid white;
	width: 25%;
	z-index: 20;
}

#logo-container {
	box-sizing: border-box;
	width: 25%;
	height: 30px;
	background-image: url('/logo/normark.png');
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center center;
}

#message-container p {
	line-height: 1.5;
}

#login-form-container label,
#new-form-container label
#reset-form-container label {
	display: block;
}

#password-details {
	font-size: 0.7em;
}

input[type='text'],
input[type='password'] {
	border: 0;
	padding: 10px;
	color: #555;
	width: 100%;
	box-sizing: border-box;
}

.spacer {
	height: 10px;
}

#message-container,
#new-form-container,
#reset-form-container {
	display: none;
}

.e-message {
	color: rgb(255, 131, 131);
	font-size: 12px;
}

#new-password-container {
	width: 70%;
	float: left;
}

#new-password-display-container {
	width: 30%;
	float: left;
	padding: 40px 10px 0;
	box-sizing: border-box;
}

#new-password-display-container > input {
	float: right;
}

#new-password-display-container > label {
	font-size: 12px;
}

button,
input[type="submit"] {
	background-color: #ed1c24!important;
	color: #fff!important;
}


#sorenso-container {
        text-align: center;
        color: #6d6d6d;
	width: 25%;
}

#sorenso-logo {
        background-image: url('sorenso.svg');
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center center;
	width: 100%;
	height: 100%;
	height:35px;
}
