/*Custom CSS here*/

@media (min-width: 576px) {
    .container {
        max-width: 100%;
    }
}

@font-face {
    font-family: 'Montserrat';
    src: url("/fonts/Montserrat/Montserrat-VariableFont_wght.ttf");
    font-display: swap;
}

.bodymain {
    background-color: #000000;
    font-family: Montserrat, sans-serif;
}

.main-container {
    height:100vh;
}

.row > * {
    padding: 0;
}

.btf-container {
    max-width: 940px;
    margin: 0 auto;
    padding: 60px 0;
}

.form-div {
    margin: 15px 0 0 0;
}

.btf-banner-div {
    margin: 0 0 30px 0;
}

.btf-main {
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    flex-direction: row;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    justify-content: space-between;
}

.btf-heading-primary {
    color: #ffffff;
    font-weight: 400;
}

.btf-title {
    font-size: 44px;
    font-weight: 400;
}

.btf-content {
    font-size: 16px;
    margin: 25px 0 30px;
}

    .btf-content p {
        margin-bottom: 15px;
    }

.btf-text-color {
    color: #ffffff;
}

.btf-form input.text {
    background: #ffffff;
    font-size: 15px;
    padding: 12px;
    border: 1px solid #e3e3e3;
    -webkit-box-flex: 1;
    flex: 1 0 auto;
    line-height: 1.4;
    margin: 0;
    -webkit-transition: border-color ease-out 300ms;
    transition: border-color ease-out 300ms;
    width: 100%;
}

.btf-form .btn {
    color: #000000;
    background-color: #ffffff;
    border-radius: 0;
    font-weight: 700;
    width: 100%;
    border: 0;
    cursor: pointer;
    display: inline-block;
    text-align: center;
    font-family: inherit;
    font-size: 15px;
    cursor: pointer;
    margin-bottom: 15px;
    padding: 13px 15px 12px !important;
    position: relative;
    vertical-align: middle;
}

    .btf-form .btn:focus {
        background-color: rgba(255, 255, 255, 0.7);
    }

    .btf-form .btn:hover {
        background-color: rgba(255, 255, 255, 0.7);
    }

.btf-form .field-validation-error {
    color: #ffffff !important;
}

.umbraco-forms-submitmessage {
    font-size: 20px;
    color: #ffffff !important;
    margin: auto;
    display: table;
}

.umbraco-forms-field-wrapper {
    margin-bottom: 15px;
}

.form-disclaimer {
    color: #787878;
    font-size: 11px;
    margin: 5px auto 0;
    max-width: 90%;
    text-align: center;
}
