﻿/***** THEMES *****/
.themeBG {
    background-color: #223742 !important;
}

.themeColor {
    color: #fff;
}

.form-block {
    background: rgba(118, 137, 163, 0.4) !important;
}


.logo {
    margin: 0 auto;
    text-align: center;
}

hr {
    border: 4px solid #7ED321;
    width: 60%;
}

.form-section .forms {
    max-width: 550px;
    color: #555;
    background-color: #e1e2df !important;
}

.logoDesk {
    padding: 0 0 40px 0;
}

.disc {
    color: #4a4a4a;
    background-color: #fff;
    border: 1px solid #D55B11;
}

.formDisclaim {
    clear: both;
    font-size: .75em;
    padding: 0 0 20px 0;
}

.form-step {
    margin-bottom: 20px !important;
}

.form-step-count p {
    color: #4a4a4a !important;
}

.heroOffer {
    font-size: 70px !important;
}

.heroIntro {
    font-size: 28px;
}

input {
    margin-top: 0 !important;
}

.formFloat {
    float: left;
    padding: 0 10px 0 10px;
    margin: 0 0 20px 0;
}

@media (max-width: 767.9px) {
    .heroOffer {
        font-size: 35px !important;
        text-align: center !important;
    }

    .heroIntro {
        font-size: 14px;
        text-align: center !important;
    }

    .form-section .forms {
        margin: 0 auto;
    }

        .form-section .forms input {
            margin: 0 auto;
        }

    .form-step {
        margin-bottom: 0 !important;
    }

    .formFloat {
        float: none;
    }

        .formFloat input {
            margin: 0;
        }
}
