body, html {
    position: relative;
    width: 100%;
}

header {
    position: relative;
    padding-top: 5%;
}

header img {
    margin-bottom: 40px;
}

#lgs {
    height: 0;
    overflow: hidden;
}

#lgs select, #lgs input, #lgs label, #lgs button, #lgs img {
    visibility: hidden;
}

input[type=checkbox] {
    transform: scale(1);
    transition: transform 1s ease-in-out;
}

footer ul {
    margin-top: 40px;
    list-style: none;
    padding-left: 0;
}

footer ul li {
    display: inline-block;
    margin: 0 2% 10px;
}

footer ul li:first-child {
    margin-left: 0;
}

[data-alpaca-container-item-name="firstname"] {
    float: left;
    width: 48%;
}

[data-alpaca-container-item-name="lastname"] {
    float: right;
    width: 48%;
}

.alpaca-field-checkbox .checkbox label {
    font-size: 11px;
}

.alpaca-field-checkbox .checkbox label input[type="checkbox"] {
    margin-top: 0;
}






