html {
    font-size: 14px;
}

@media (min-width: 768px) {
    html {
        font-size: 16px;
    }
}


html {
    position: relative;
    min-height: 100%;
}

body {
    margin-bottom: 60px;
    background-color: #f2f2f2;
    max-width: 850px;
    width: auto;
    margin: auto;
    text-align: justify;
}

.form {
    box-shadow: 1px 2px 10px 0 rgba(0, 0, 0, .4);
}

.vermontHeader img {
    max-width: 200px;
}

.borderHeading {
    color: rgb(88, 89, 91);
}

.regsiterForm {
    color: #548303;
    font-family: Georgia;
}

.links {
    color: #548303;
}

.submit {
    background-color: #548303;
    cursor: pointer;
}

.form-control:focus {
    border-color: none !important;
    box-shadow: none !important;
    outline: none !important;
}

.error {
    color: rgba(220,53,69) !important;
}

.col {
    padding: 0;
}
.Thankyoublock {
    color: rgb(88, 89, 91);
    box-shadow: 1px 2px 10px 0 rgba(0, 0, 0, .4);
}