body {
    background-image: url('https://www.oshergroup.com/hosted/images/f1/6279a0256811e9b4ca03ad72263304/two.png');
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.container {
    padding: 2rem 2rem 3rem;
}

.container h1,
.container h2 {
    width: 75%;
    margin: auto;
    color: #fff;
}

.container h1 {
    width: 80%;
}

.btn-primary {
    background: #37A342;
    border-color: #37A342;
}

.btn-primary.disabled,
.btn-primary:disabled {
    background: #1f4423;
    border-color: #1f4423;
}

.btn-primary:hover,
.btn-primary:focus,
.btn-primary:not(:disabled):not(.disabled):active {
    background: #1f4423;
    border-color: #1f4423;
}

p {
    font-size: 1rem;
    font-weight: 500;
}

.poll-group {
    border-bottom: 1px dashed #e2e2e2;
}

.poll-header {
    border-bottom: 1px dashed #e2e2e2;
}

.form-group {
    margin-bottom: 1.5rem;
}

.form-group label {
    font-size: 1rem;
}

header {
    background-color: white;
    border-radius: 5px;
    margin: 0 auto;
    padding: 1rem;
    width: 350px;
}

header img {
    height: auto;
    width: 100%;
    max-width: calc(100vw - 4rem);
}

@media screen and (max-width: 500px) {
    header {
        width: 250px;
    }
    h1 {
        font-size: 1.6rem;
    }
    h2 {
        font-size: 1.3rem;
    }
    .container h1,
    .container h2 {
        width: 95%;
    }
    .row form {
        width: 95%;
        margin: 0 auto;
    }
    
}
