/* Minification failed. Returning unminified contents.
(76,1): run-time error CSS1019: Unexpected token, found '@'
 */
body {
    background-image: url('/Content/images/background-sky.jpg');
    background-repeat: no-repeat;
    background-position: top;
    padding-top: 50px !important;
    padding-bottom: 50px !important;
    height: 100%;
    width: 100%;
}

sup {
    font-size: 55%;
    top: -0.65em;
}

.hide-control {
    visibility: hidden;
}

.font-medium {
    font-size: 1.5em;
}

.font-large {
    font-size: 2em;
}

.form-control {
    max-width: 350px;
}

.introducer-promotion-page {
    margin: 0 auto;
}

    .introducer-promotion-page .form-body {
        background-color: #fff;
        box-shadow: 5px 5px 10px rgba(0,0,0,0.2);
        border-radius: 3px;
    }


.form-body-content {
    padding: 0px 30px;
}

.full-width {
    width: 100%;
}

.fade-in-hover {
    transition: all 1s ease;
    background-color: #fff;
}

    .fade-in-hover:hover {
        background-color: rgba(217, 237, 247, 0.4);
    }

button.btn {
    border-radius: 5px;
    box-shadow: 2px 2px 2px rgba(0,0,0,0.2);
    padding: 5px 10px;
}

.map-show {
    height: 300px;
    margin-bottom: 1em;
    box-shadow: 3px 3px 3px rgba(0,0,0,0.1);
}

.no-wrap {
    flex-shrink: 0;
}

@@media (max-width: 767px) {
    body {
        padding: 0px !important;
    }

    h3 {
        font-size: 1.3em;
        font-weight: bold;
    }

    .body-content {
        padding: 0px 5px;
    }

    .introducer-promotion-page {
        padding-top: 5px !important;
    }

    .form-body-content {
        padding: 0px;
    }

    .text-sm-right {
        text-align: right;
    }
}

#resText {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 1em;
    justify-content: safe center;
}
