.errorMsg{
    color: red;
    margin-left: 10%;
    margin-top: 5px;
}
body{
    background-color: #bee069;
    font-family: "Helvetica", sans-serif;

}
#FundgrubeTitle{
    font-size: max(5.2vw, 30px);
    font-weight: bolder;
    text-align: center;
    margin-left: 10%;
    margin-right: 10%;
    margin-top: 15%;
}
#FundgrubeTitleEl{
    font-size: max(5.2vw, 30px);
    font-weight: bolder;
    text-align: center;
    margin-left: 10%;
    margin-right: 10%;
    margin-top: 2%;
}

#LoginSubtitle{
    font-size: max(2.2vw, 20px);
    font-weight: bold;
    margin: 2% 10%;
    text-align: center;
}

#email{
    margin-left: 10%;
    margin-right: 10%;
}
input[type=email], select {
    width: 80%;
    padding: 12px 20px;
    display: inline-block;
    border: 1px solid #ccc;
    border-radius: 4px;
    box-sizing: border-box;
    margin-top: 0.4%;
}
input[type=submit] {
    margin-left: 10%;
    margin-right: 10%;
    margin-top: 2%;
    width: 80%;
    background-color: #E0653F;
    color: white;
    padding: 14px 20px;
    border: none;
    border-radius: 4px;
    cursor: pointer;
}

input[type=submit]:hover {
    background-color: #BA2224;
}
#footer{
    position: absolute;
    background-color: white;
    right: 0;
    left: 0;
    bottom: 0;
    padding: 5px;
}
#emailLabel{
    margin-left: 10%;
}
.responsive-banner {
    max-width: 100%;
    max-height: 100%;
    width: auto;
    height: auto;
    display: block;
}

.banner-container {
    left: 10%;
    margin-left: 10%;
    width: 80%;  /* or a fixed width like 300px */
    overflow: hidden;
}