﻿@charset "UTF-8";

.referral-form {
    display: flex;
    justify-content: center;
    margin-top: 5px;
    width: 100%;
}

    .referral-form .form-container {
        width: 100%;
        display: flex;
        justify-content: center;
    }

    .referral-form .form-section {
        width: 100%;
        margin-top: 0px;
        padding: 0px 10px 10px 10px;
        display: flex;
        flex-direction: column;
        justify-content: center;
    }

    .referral-form h3.form-label {
        width: 100%;
        text-align: right;
        color: #FFF;
        font-weight: bold;
        margin-top: 5px;
        font-size: 2.5em;
        margin-bottom: 5px;
    }

    .referral-form .form {
        background: rgba(0, 174, 239, 0.7);
        border-radius: 12px;
        padding: 12px;
        margin-top: 0px;
    }

        .referral-form .form .form-group {
            display: flex;
            align-items: center;
            flex-wrap: wrap;
        }

        .referral-form .form input,
        .referral-form .form select:not(.picker__select--year):not(.picker__select--month) {
            outline: none;
            background: #FFF;
            border-radius: 10px;
            padding: 0 10px;
            font-size: 1em;
            margin: 10px 0 10px 0;
            font-weight: 300;
            width: 100%;
            margin: 5px 0px;
        }

        .referral-form .form .office-label {
            color: #FFF;
            font-size: 1em;
        }

        .referral-form .form .consent-container {
            display: block;
            margin-top: 10px;
            margin-bottom: 10px;
        }

            .referral-form .form .consent-container label {
                color: #FFF;
                font-size: 11px;
                line-height: 12px !important;
            }

        .referral-form .form .consent-label {
            display: block;
            color: #FFF;
            margin-right: 15px;
        }

            .referral-form .form .consent-label a {
                color: #FFF;
                text-decoration: underline;
                font-size: 1em;
            }

        .referral-form .form .btn-container {
            justify-content: center;
        }

            .referral-form .form .btn-container .send-btn {
                border-radius: 5px;
                background: #ed1b2e;
                font-weight: bold;
                color: #FFF;
                transition: all 0.2s;
            }

                .referral-form .form .btn-container .send-btn:hover {
                    background: #f3626f;
                }

.referral-header {
    display: flex;
    font-family: 'Arial', sans-serif;
    justify-content: center;
    min-height: calc(100vh - 75px);
    width: 100%;
    background-size: cover;
    align-items: center;
    background-position: center;
    background-image: url(./images/referral.jpg);
}

    .referral-header .photo-gradient {
        display: flex;
        justify-content: center;
        align-items: start;
        width: 100%;
        min-height: calc(100vh - 75px);
        background-image: linear-gradient(to right, transparent, rgba(0, 0, 0, 1));
    }

@media (max-width: 768px) {
    .referral-header .photo-gradient {
        background-image: linear-gradient(to right, rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 1));
    }
}



.referral-header .bonus-section {
    color: white;
    flex-direction: column;
    text-align: left;
    padding: 20px;
    width: 100%;
    display: flex;
    justify-content: flex-start;
    margin-right: 10%;
    margin-top: 35px;
    align-items: flex-end;
}

    .referral-header .bonus-section h1 {
        font-size: 48px;
        font-weight: bold;
        margin: 0;
        padding: 0;
        letter-spacing: 1px;
        text-align: left;
        align-items: flex-start;
    }

    .referral-header .bonus-section p {
        font-size: 24px;
        font-weight: bold;
        margin: 10px 0;
        text-align: left;
        align-items: flex-end;
    }

@media (min-width: 1280px) {
    .referral-header .bonus-section h1 {
        font-size: 64px;
    }

    .referral-header .bonus-section p {
        font-size: 32px;
    }
}

@media (max-width: 410px) {
    .referral-header .bonus-section h1 {
        font-size: 28px;
    }

    .referral-header .bonus-section p {
        font-size: 20px;
    }
}

.referral-header .bonus-section ul {
    list-style-type: none;
    padding: 0;
    margin: 20px 0;
    text-align: left;
}

    .referral-header .bonus-section ul li {
        font-size: 25px;
        line-height: 1.5em;
        margin: 10px 0;
        font-weight: 400;
        text-align: left;
        max-width: 400px;
        display: flex;
        align-items: flex-start;
    }

        .referral-header .bonus-section ul li b {
            font-size: 30px;
        }

        .referral-header .bonus-section ul li::before {
            content: "\2713";
            font-weight: 900;
            color: #009fe3;
            margin-right: 10px;
            flex-shrink: 0;
        }

        .referral-header .bonus-section ul li span {
            flex-grow: 1;
            display: block;
        }

.referral-form {
    display: flex;
    justify-content: center;
    margin-top: 5px;
    width: 100%;
}

    .referral-form .form-container {
        width: 100%;
        display: flex;
        justify-content: center;
    }

    .referral-form .form-section {
        width: 100%;
        margin-top: 0px;
        padding: 0px 10px 10px 10px;
        display: flex;
        flex-direction: column;
        justify-content: center;
    }

    .referral-form h3.form-label {
        width: 100%;
        text-align: right;
        color: #FFF;
        font-weight: bold;
        margin-top: 5px;
        font-size: 2.5em;
        margin-bottom: 5px;
    }

    .referral-form .form {
        background: rgba(0, 174, 239, 0.7);
        border-radius: 12px;
        padding: 12px;
        margin-top: 0px;
    }

        .referral-form .form .form-group {
            display: flex;
            align-items: center;
            flex-wrap: wrap;
        }

        .referral-form .form input,
        .referral-form .form select:not(.picker__select--year):not(.picker__select--month) {
            outline: none;
            background: #FFF;
            border-radius: 10px;
            padding: 0 10px;
            font-size: 1em;
            margin: 10px 0 10px 0;
            font-weight: 300;
            width: 100%;
            margin: 5px 0px;
        }

        .referral-form .form .office-label {
            color: #FFF;
            font-size: 1em;
        }

        .referral-form .form .consent-container {
            display: block;
            margin-top: 10px;
            margin-bottom: 10px;
        }

            .referral-form .form .consent-container label {
                color: #FFF;
                font-size: 11px;
                line-height: 12px !important;
            }

        .referral-form .form .consent-label {
            display: block;
            color: #FFF;
            margin-right: 15px;
        }

            .referral-form .form .consent-label a {
                color: #FFF;
                text-decoration: underline;
                font-size: 1em;
            }

        .referral-form .form .btn-container {
            justify-content: center;
        }

            .referral-form .form .btn-container .send-btn {
                border-radius: 5px;
                background: #ed1b2e;
                font-weight: bold;
                color: #FFF;
                transition: all 0.2s;
            }

                .referral-form .form .btn-container .send-btn:hover {
                    background: #f3626f;
                }

.arrow-referral {
    position: absolute;
    bottom: 0px;
    left: 70%;
    text-align: center;
    margin: 20px;
}

    .arrow-referral .bounce {
        -moz-animation: bounce 2s infinite;
        -webkit-animation: bounce 2s infinite;
        animation: bounce 2s infinite;
    }

@keyframes bounce {
    0%, 20%, 50%, 80%, 100% {
        transform: translateY(0);
    }

    40% {
        transform: translateY(-30px);
    }

    60% {
        transform: translateY(-15px);
    }
}
