html, body {
    min-height: 100vh;
	margin: 0;
	padding: 0;
	border: 0;
	font-family: 'Lato', sans-serif;
    background-color: #2E4172;
}

.messages {
    width: 300px;
    padding: 10px;
    color: white;
}

.login-reset-container {
    width: 420px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.login-reset-box {
    width: 400px;
    padding: 10px;
    border: 3px solid black;
    border-radius: 5px;
    background-color: #4F628E;
    color: white;    
}

.bottom-spacer {
    margin-bottom: 20px;
}

.email-label {
    width: 50px;
}

#id_email {
    width: 300px;
}
 .text-center {
    text-align: center;
}