body {
    background-color: #333333;
}

.nb {
    border-bottom: 1px solid white;
    border-width: 3px;
}

.htitle {
    color: white;
    font-size: 36;
    font-weight: bold;
    margin-top: 150px;
    padding-left: 5%;
}

.stitle {
    color: white;
    font-size: 10;
    padding-right: 5%;
    text-align: right;
    margin-top: 20px;
}

.label {
    color: white;
}

.formcont {
    padding-left: 4%;
    padding-right: 4%;
    margin-top: 30px;
    padding-bottom: 50px;
}

.form-group {
    margin-bottom: 25px;
}