div#wrap {
    text-align: center;
    width: fit-content;
    margin-top: 100px;
}


div#form {
    display: block;
}

div#emailSent {
    display: none;
}

div#pageTitle {
    margin-top: 50px;
    font-size: 24px;
    font-weight: bold;
    color: rgb(30, 25, 78);
}

input#email {
    margin-top: 20px;
    padding-left: 0px;
    border: none;
    outline: none;
    width: 340px;
    height: 35px;
    font-size: 18px;
}

div#errorMessage {
    text-align: left;
    margin-top: 20px;
    width: 500px;
    height: 15px;
    width: 500px;
    font-size: 14px;
    color: red;
    font-weight: bold;
    display: none;
}

div#emailFrame {
    text-align: left;
    width: 500px;
    margin-left: 0px;
    margin-top: 20px;
    border-bottom: 1px solid rgb(224, 224, 224);
}

/* Change the white to any color ;) */
input:-webkit-autofill {
    -webkit-box-shadow: 0 0 0px 1000px white inset;
}

div#buttonBar {
    text-align: left;
    margin-top: 30px;
}

div#noEmailMessage {
    text-align: left;
    margin-top: 20px;
    width: 500px;
    font-size: 14px;
    color: rgb(128, 128, 128);
}

button#resetPasswordButton {
    width: 502px;
    padding: 10px;
    padding-left: 20px;
    padding-right: 20px;
    background: #0577c7;
    border: none;
    color: white;
    border-radius: 3px;
    font-size: 14px;
    font-weight: normal;
    cursor: pointer;
}

input#resetPasswordButton:hover {
    opacity: 0.9;
    text-decoration: none;
}

input#resetPasswordButton:active {
    background: rgb(44, 107, 150);
}

div#resetSentMessage {
    text-align: left;
    margin-top: 30px;
    width: 500px;
    font-size: 15px;
    color: rgb(128, 128, 128);
}