footer {
    min-height: 30vh;
    
    background-image: url(../Resources/Images/HeaderBackground.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
}

#FooterSection {
    min-height: 30vh;
    padding-bottom: 10vh;
    text-align: center;
    background: rgba(200, 210, 250, 0.3);
    max-width: 600px;
}

#FooterSection > form {
    width: 100%;
}

#FooterSection > form > fieldset {
    border: none;
    width: 90%;
}

#FooterSection > form > fieldset > table {
    width: 100%;
    color: #ebf4ff;
}

#FooterSection > form > fieldset > table > tbody > tr > td:nth-child(1) {
    width: 5%;
    color: #ff6868;
    text-align: center;
    font-weight: bold;
    vertical-align: text-top;
}

#FooterSection > form > fieldset > table > tbody > tr > td:nth-child(2) {
    width: 20%;
    font-weight: bold;
    vertical-align: text-top;
    text-align: left;
}

#FooterSection > form > fieldset > table > tbody > tr > td:nth-child(3) {
    width: 75%;
    padding-left: 15px;
    text-align: left;
}

#FooterSection > form > fieldset > table > tbody > tr > td:nth-child(3) > a {
    color: #ebf4ff;
    text-decoration: none;
    font-style: italic;
}

#FooterSection > form > fieldset > table > tbody > tr > td,
#FooterSection > form > fieldset > table > tbody > tr > td > input {
    width: 100%
}

#FooterSection > form > fieldset > table > tbody > tr > td > textarea {
    resize: vertical;
    width: 100%;
    font-family: Roboto, Arial, sans-serif;
}

#SubmitBtn {
    width: 10em !important;
    margin-top: 2vh;
    padding: 1em;
    border: 0px;
    color: #fff;
    font-weight: bold;
    background: rgba(4, 7, 28, 0.43);
    box-shadow: 1px 1px 5px #0f192e;
}

#SubmitBtn > i {
    position: relative;
    top: 50%;
    transform: translate(50%, 20%);
    font-size: 120%;
}

legend {
    width: 100%;
    color: #ebf4ff !important;
    font-weight: bold;
    font-size: 120%;
    border-bottom: 1px solid #fff;
    padding-top: 5vh;
    padding-bottom: 1vh;
}
