body {
    /* background-image: url("/images/header.jpg");
    background-repeat: no-repeat;
    background-size: cover; */
    background: rgb(98,37,158);
}

body {
    color: #fff;
}

.header {
    margin-top: 20px;
    text-align: center;
}

.header img {
    width: 210px;
}

.container {
    margin-bottom: 20px;
}
button[type=submit] {
    background: white;
    color: rgb(98,37,158);
    border-color: rgb(98,37,158);
}
button[type=submit]:focus
button[type=submit]:active,
button[type=submit]:hover {
    background: white;
    color: rgb(98,37,158);
    border-color: rgb(98,37,158);
}
label {
    color: white;
    font-size: 17px;
    font-weight: 400;
}
h3 {
    margin-top: 2.5em;
}