input {
    color: black;
}

.passwordHeader {
    background: #19222b;
    font-size: 20px;
    font-style: italic;
    font-weight: 600;
    line-height: 50px;
}
.passwordBox {
    background: #1d2730;
    margin-top: 80px;
    padding-bottom: 10px;
}

form label {
    font-style: italic;
    width: 100%;
}

form input {
    margin: 10px auto;
    margin-left: 5px;
    border: none;
    border-bottom: 1px solid #999;
    color: #10779b;
    line-height: 24px;
    padding: 0;
    background: none;
}
form input:focus {
    outline: none;
}

p {
    margin-top: 10px;
}
