html {
    background: url(/static/images/backgrounds/green-mountain.jpg) no-repeat center center fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}
#resetPasswordPage__logo {
    margin:0 0 10px 0;
}
#resetPasswordPage__logo img {
    width:160px;
}
#resetPasswordPage__container {
    margin:200px auto 0 auto;
    padding:20px;
    width:400px;
    background-color:#eee;
    border-radius:10px;
    box-shadow: 0 5px 25px #555;
}
.resetPasswordPage__info {
    margin:0 0 20px 0;
}
.resetPasswordPage__info p {
    margin:8px 0;
}
.resetPasswordPage__footnote {
    font-size:9px;
    font-style: italic;
    margin:10px 0 0 0;
}
#resetPasswordPage__emailField, #resetPasswordPage__passwordField {
    font-size: 14px;
    padding:8px;
    border: 0;
    width:380px;
    border-radius: 0;
    margin:0 0 20px 0;
}
#resetPasswordPage__submitButton, #resetPasswordPage__resetButton {
    font-size: 18px;
    border:0;
    background-color: var(--black);
    color:white;
    width:180px;
    padding:10px;
    cursor: pointer;
}
#resetPasswordPage__message {
    font:18px roboto-medium, arial, sans-serif;
    display:none;
    background-color:#bd3939;
    color:white;
    padding:10px;
    margin:10px 0;
}

