* {
    font-family: 'Roboto', sans-serif
}

.header {
    background: #fff url("/landing_page/v2/header-png.png") no-repeat;
    background-position: top center
}

.section2 {
    margin-top: -190px
}

.section3 {
    margin-top: 50px
}

.section3 h3 {
    color: #8AA3E4;
    text-transform: uppercase;
    font-weight: bold
}

.section5 {
    margin-top: 40px
}

footer {
    background-image: url("/landing_page/v2/bg-footer.jpg");
    padding: 20px 0;
    color: white
}

footer input {
    background-color: rgba(0, 0, 0, 0.2) !important;
    border: 1px solid #291029 !important;
    margin-top: 2px
}

footer .form-footer {
    padding: 10px 0
}

footer h3 {
    margin-top: 0
}

footer h1 {
    margin-bottom: 40px
}

footer .btn-facebook {
    background-color: #4267b2;
    padding: 12px 20px
}

footer .btn-google {
    background-color: #b91f1f;
    padding: 12px 20px
}

.line {
    border-bottom: 1px solid #a8656e
}

.form-footer .col-md-6 {
    margin-top: 3px
}

.ipcheckbox {
    background-color: black
}

.btn-custom {
    background-color: rgba(255, 255, 255, 0.3);
    border: none;
    border-radius: 30px;
    padding: 10px 50px;
    color: #eab03b;
    font-weight: bold
}

.btn-custom:hover,
.btn-custom:focus {
    background-color: #eab03b;
    color: #0f0b34;
    font-weight: bold
}

.btn-content {
    margin-top: 50px;
    background-color: rgba(255, 255, 255, 0.3)
}

.btn-content h3 {
    margin: 3px 0;
    font-weight: bold
}


/*# sourceMappingURL=style.css.map */