body{
	background-color: #1D1060; 
    font-family: SFS, Arial, sans-serif;
}
h1{
	font-size: 2em; 
	font-weight: normal; 
	text-align: center; 
}
.wrapper {
	margin: 0 auto;
	padding-top:40px;
	max-width: 380px;
	min-height: 100%; 
	position: relative; 
}
.content{
	background-color: #ffffff;
	padding: 20px;
	border-radius: 4px;
	border: 1px solid #D8DDE6;
	color: #16325c;
}
.label {
	font-size: 0.9em;
	color: #54698d;
}
input {
	border: 1px solid #D8DDE6;
	border-radius: 4px;
    box-sizing: border-box;
	-webkit-transition: all 0.1s;
	        transition: all 0.1s;
	padding: 12px;
	width: 100%;
    margin-top: 8px;
	margin-bottom: 16px;
	font-size: 1.25em;
}
.btn{
	cursor: pointer; 
	background-color: #1D1060;
	color: #ffffff;
	-webkit-transition: -webkit-transform 0.1s;
	        transition: transform 0.1s; 
}
.btn:hover{
	-webkit-transform: translateY(-3px);
	    -ms-transform: translateY(-3px);
	        transform: translateY(-3px);
}
.logo{
	text-align: center;
	margin-bottom: 20px;
}
.error{
	display: block;
	margin-bottom: 8px; 
	color:red; 
	font-size: 0.8em;
}
a {
	text-decoration: none; 
	color: #6C63AF;
}
a:hover{
	text-decoration: underline;
}
.password-reset, .cancel{
	display:block; 
	margin-top:10px; 
	font-size: 0.8em;
	text-decoration: none; 
	color: #6C63AF; 
}
.footer {
	color: #fff; 
	font-size: 0.8em; 
	text-align: center; 
    position: absolute;
    bottom: 0; 
	height: 2em;
	width: 100%;
	}