body {
    font-family:Quicksand,sans-serif;
    -webkit-font-smoothing: antialiased;
}
.optInLabel {
    font-size: 18px;
    margin-right: 5px;
}
.optInField {
    margin-right: 25px!important;
    width: 25px;
    height: 25px;
    position: relative;
    top: 6px;
}
.submitButton {
    margin-top:40px;
}
.jumbotron {
    background-color:#C1D500;
    color:#fff;
    border-radius:25px;
    padding-top:10px;
}
.jumbotron a {
    color:#fff;
}
.jumbotron a:hover {
    color:#DADADA;
}
.upButton {
    border-radius:4.2rem;
    background-color:#fff;
    color:#C1D500;
    border:none;
    font-weight:700;
    padding-left:40px;
    padding-right:40px;
    padding-top:10px;
    padding-bottom:10px;
}
.upButton:hover {
    border-radius:4.2rem;
    background-color:#000;
    color:#fff;
    border:none;
}
.errorValidation{
	padding: 10px;
    margin-top: 10px;
    border-radius: 4px;
}
.upBanner {

    background-color: #C1D500;
    min-height:100vh;
    
}

@media (min-width: 768px) {
    .upBanner {
        background: url('https://cdn-busybees.ams3.digitaloceanspaces.com/images/upSampleBanner.jpg');
        background-repeat: no-repeat;
        background-position: bottom;
        background-color: #C1D500;
         
    }
}