html,
body {
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
}

body {
    /*background: #1d96a8 url(/img/1.jpg) no-repeat center center fixed;*/
	background: #FFF;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

@media screen and (max-width: 800px) {
    .viewport {
        position: absolute;
        right: 0;
        left: 0;
        top: 0;
        bottom: 0;
        overflow-x: hidden;
        overflow-y: scroll;
    }
}

h1 {
    font-size: 3em;
    font-family: 'Oswald', sans-serif;
    color: #000;
    text-transform: uppercase;
    text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.4);
    opacity: 0.7;
}

h2 {
    font-family: 'Questrial', sans-serif;
    color: #000;
    font-size: 2em;
    text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.4);
    opacity: 0.8;
}

.content {
    text-align: center;
}

.banner {
    position: relative;
    padding-top: .5em;
}

.banner>img {
    width: 100%;
    height: auto;
}

div.box {
    position: relative;
    background-color: rgba(29, 150, 168, 0.5);
    padding: .8em;
    width: 400px;
    border-radius: 15px;
    opacity: 0.7;
    filter: alpha(opacity=50);
    /* For IE8 and earlier */
    text-align: center;
    font-family: 'Muli', sans-serif;
    font-size: 1em;
    text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.4);
    color: #000;
    right: 0;
    left: 0;
    margin-top: 1em;
    margin-right: auto;
    margin-left: auto;
}

div.bigbox {
    width: 80% !important;
    opacity: 1;
    filter: alpha(opacity=100) !important;
}

.boxcontent {}

.boxcontent a {
    text-decoration: none;
    color: #000;
    font-family: 'Questrial', sans-serif;
    font-size: 2em;
}

.legal {
    text-align: justify;
    background-color: #000;
    color: black;
    text-shadow: none;
    padding: 15px;
    border-radius: 15px;
    font-size: .8em;
}

.legal ul {
    list-style: none;
}

.legal li {
    margin: 15px;
}

.logopeq {
    width: 150px !important;
}

.js-validate-error-label {
    text-shadow: none;
    font-size: 1.2em;
}

.required {
    font-size: 1em;
    color: #B81111;
}