html, body {
    margin: 0;
    height: 100%;
}
body {
    background-image: url('BG_FullWidth.png');
    background-repeat: no-repeat;
    background-position: center bottom;
    background-size: cover;
}
.indicates-required {
    text-align: right;
}
#signup-form {
    background-color: #d4d4d47d;
    padding: 20px;
}
label {
    font-weight: 700;
    color: #000;
}
input {
    margin-top: 10px;
}
input:hover {
    border-color: #486d7d !important;
}
.button.is-link {
    background-color: #486d7d;
    transition: all 300ms ease-in-out;
    text-transform: uppercase;
    font-weight: 700;
    margin-top: 20px;
}
.button.is-link:hover {
    background-color: #fff;
    border: 3px solid #486d7d;
    color: #486d7d;
}
.button.is-small {
    color: #fff;
    margin-top: 5px;
    background-color: transparent;
    border: 2px solid #fff;
    transition: all 300ms ease-in-out;
}
.button.is-small:hover {
    color: #486d7d;
    border: 2px solid #486d7dde;
    background-color: #fff;
}
#footer {
    background-color: #486d7dde;
    font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
    color: #fff;
    text-align: center;
    text-transform: uppercase;
    border-radius: 0;
    padding: 20px 10px 20px 10px;
}
#footer p span {
    white-space: nowrap;
}