body {
    height: 100%;
    background-image: url('../img/sample_background.jpg');
    background-size: cover;
    background-repeat: no-repeat;
}

h1 {
    text-align: center;
    color: #0A447E;
}

.body-container {
    width: 750px;
    height: 300px;
    background-color:  #eaeded;
    margin: auto;
    margin-top: 50px;
    font-family: arial;
    text-align: center;
    padding-top: 10px;
}

.header-text {
    padding-left: 10px;
    padding-right: 10px;
}

.reset-password-field {
    width: 300px;
    height: 25px;
}

::placeholder {
    text-align: center;
}

.submit-button {
    width: 200px;
    height: 30px;
    color: white;
    background-color: #0A447E;
    font-weight: bold;
    text-align: center;
}

.submit-button:hover {
    background-color: #d5fbff;
    color: black;
}

.submit-button:focus {
    background-color: #26c6da;
    color: black;
}

.footer {
    width: 750px;
    height: 30px;
    background-color:  #eaeded;
    margin: auto;
}

.copyright {
    text-align: center;
    font-family: arial;
    margin-top: 0px;
}