/* Note: this applies to all password reset forms! */

#pw-reset-form{
    margin-left: 0;
    padding: 10px;
    background-image: url("/static/images/backgroundBlue.9a8ddbe84de7.jpg");
    width: 100vw;
    min-height: 100vh;
    background-size: 100% 100%;
}
p{
    color: white;
}

.input, input {
    color: black;
}

h3{
    margin-top: 0;
    padding-top: 15px;
}

.errorlist {
	color: white;
}