div.reset-password-box {
    margin: 0 auto;
    width: 480px;
    height: 350px;
    padding: 20px;
    background-color: white;
}

div.reset-password-box h1,h2,h3,h4,h5,h6 {
    color: #0d6efd;
}

div.reset-password-box p {
    color: black;
}

div.reset-password-box input:not([type=submit]) {
    background-color: #fafafa;
    color: black !important;
}

div.reset-password-box input:focus {
    background-color: #f5f5f5;
}

div.reset-password-box label {
    color: black;
}

div.reset-password-box input[type=submit] {
    width: 100%
}

#flash_messages {
    width: 480px;
}
