@CHARSET "UTF-8";

.google-font {
	font-family: 'Aleo', serif;
}

body {
	height: 100vh;
	background: linear-gradient(rgba(0, 0, 0, .7), rgba(0, 0, 0, .9)), url(../img/take-leave-2.png) fixed center;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}


/* Password validation styles for force-change.php
-------------------------------------------------- */

#message {
    display:none;
	font-size: .75em;
	border: 1px solid white;
	border-radius: 15px;
	border-color: blue;
	padding-top:5px;
}

.newPwdContainer {
	margin: auto;
	width: 30%;
}

.valid {
    color: green;
}

.invalid {
    color: red;
}