@font-face {
    font-family: GalanoClassic;
    font-style: normal;
    font-weight: normal;
    src: url('../fonts/Rene Bieder - Galano Classic.woff') format('woff'),
    url('../fonts/Rene Bieder - Galano Classic.ttf') format('truetype')
}

body {
    font-family: 'GalanoClassic';
    width: 100%;
}

p {
    margin-bottom: 0;
}

.head {
    margin-bottom: 0.1rem;
}

.btn-primary {
    color: #fff;
    background-color: #004aae;
    border-color: #004aae;
}

.card-custom {
    max-width: 110px;
    width: 110px;
    height: 110px;
}

.card {
    display: -webkit-flexbox;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    justify-content: center;
    border-radius: 12px;
    padding: 0 5px 0 5px;
    border: 2px solid #004aae
}

video {
    width: 100%;
    height: auto;
}

.form-control-lg {
    font-size: 13px;
}

.logo {
    margin-top: 20px;
    margin-bottom: 10px;
    width: 100%;
}

.help {
    color: #fff;
    background-color: #004aae;
    border-color: #004aae;
    margin-left: 10px;
    font-size: 100px
}

.intro {
    padding: 20px 0;
    text-align: center;
    width: 90%;
}

.footer {
    padding: 10px 0;
    background-color: #004aae;
    text-align: center;
    color: #ffffff;
    font-size: small;
}

.container {
    width: 100%;
    margin-bottom: 20px;
    padding-right: 5px;
    padding-left: 10px;
}

a {
    text-decoration: underline;
}

.container .footer a {
    color: #ffffff;
    background-color: #004aae;
}

