@import url('https://fonts.googleapis.com/css?family=Montserrat:100,300,400,700');
html {
    position: relative;
    min-height: 100%;
}
body {
    font-family: 'Montserrat', sans-serif;
    margin: 0 0 70px;
}
header {
    padding: 10px;
    background: url(../img/bg.png);
    height: 320px;
    border-bottom: 4px solid #1A92FF;
}
p {
    font-weight: 300;
}
a {
    color: #1A92FF;
    text-decoration: none;
}
strong {
    color: #1A92FF;
}
h4 img {
    width: 10%;
    margin-top: -5px;
}
.language {
    float: right;
    max-width: 1000px;
    width: 15%;
    position: relative;
    transform: translate(-50%);
}
.language>.btn-group {
    position: absolute;
}
.icon-small {
    height: 18px;
    margin: 0;
    padding: 0;
}
.icon-medium {
    height: 18px;
    margin: 0;
    padding: 0;
    margin-top: -4px;
}
.logo {
    text-align: center;
}
.title {
    margin-top: 30px;
    margin-bottom: 30px;
    text-align: center;
    font-weight: bold;
    font-size: 26px;
}
.subtitle {
    margin-top: 10px;
    margin-bottom: 30px;
    text-align: center;
    font-weight: bold;
    font-size: 26px;
}
.intro {
    max-width: 1170px;
    margin: 0 auto;
    text-align: center;
}
.intro h1 {
    color: #FFFFFF;
    font-size: 40px;
    text-transform: uppercase;
    font-weight: bold;
    margin-top: 20px;
}
.intro p {
    color: #FFFFFF;
    font-size: 20px;
    padding: 10px;
    line-height: 26px;
    font-weight: 100;
}
.panel {
    height: 180px;
}
.btn-custom {
    color: #fff;
    background-color: #1a92ff;
    border-color: #1a92ff;
    width: 48.7%;
    margin-top: 10px;
}
.btn.focus, .btn:focus, .btn:hover {
    color: #FFFFFF;
    text-decoration: none;
}
.btn-primary {
    color: #FFFFFF;
    background-color: transparent;
    border-color: transparent;
}
.btn-primary:hover {
    color: #FFFFFF;
    background-color: transparent;
    border-color: transparent;
}
.btn-primary.active.focus, .btn-primary.active:focus, .btn-primary.active:hover, .btn-primary:active.focus, .btn-primary:active:focus, .btn-primary:active:hover, .open>.dropdown-toggle.btn-primary.focus, .open>.dropdown-toggle.btn-primary:focus, .open>.dropdown-toggle.btn-primary:hover {
    color: #fff;
    background-color: transparent;
    border-color: transparent;
}
.flag {
    padding: 0;
    margin: 0;
}
.form {
    border: 1px solid #DDDDDD;
    border-radius: 4px;
    padding: 20px;
}
.caret {
    display: inline-block;
    width: 0px;
    height: 0px;
    margin-left: 5px;
    vertical-align: middle;
    border-top: 6px dashed;
    border-top: 4px solid\9;
    border-right: 6px solid transparent;
    border-left: 6px solid transparent;
}
.g-recaptcha {
    margin-top: 25px;
}
.img-thumbnail {
    background-color: #fff;
    border: 1px solid #fff;
    border-radius: 0;
}
.btn-default {
    color: #fff;
    background-color: transparent;
    border-color: transparent;
}
footer {
    position: absolute;
    bottom: 0;
    width: 100%;
    margin: 0 auto;
    text-align: center;
    background-color: #333333;
    height: 50px;
    padding: 10px;
    border-top: 4px solid #1A92FF;
    margin-top: 30px;
    background: url(../img/bg.png);
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}
footer p {
    color: #FFFFFF;
}
@media (max-width: 600px) {
    header {
        height: 210px;
    }
    .logo img {
        width: 60%;
    }
    .intro h1 {
        font-size: 20px;
        margin-top: 10px;
    }
    .intro p {
        font-size: 12px;
        line-height: 14px;
        padding: 0;
    }
    .title {
        margin-top: 20px;
        margin-bottom: 20px;
        font-size: 20px;
    }
    .subtitle {
        margin-top: 20px;
        margin-bottom: 20px;
        font-size: 20px;
    }
    .language {
        width: 25%;
        transform: translate(21%);
    }
    .g-recaptcha {
        margin-top: 5px;
        transform: scale(0.82);
        -webkit-transform: scale(0.82);
        transform-origin: 0 0;
        -webkit-transform-origin: 0 0;
    }
    .dropdown, .dropup {
    margin-left: -27px;
}
    .btn-custom {
        width: 100%;
        margin-top: 20px;
    }
}