.bannerreferral {
    background-image: url(../media/referral-banner-bg.a9dd5f5d.jpg);
    background-position: 50%;
    background-size: cover;
    background-repeat: no-repeat;
    height: toRem(700);
    font-family: Raleway, sans-serif
}

.banner-form-title {
    font-size: 1.1rem;
    line-height: 1.75rem;
    font-family: var(--font-raleway);
    text-align: center;
    color: #1a325d;
    margin-bottom: 20px
}

.banner-form {
    box-shadow: .2083333333rem .2083333333rem 2.0833333333rem 0 hsla(0, 0%, 78%, .5);
    border-radius: 1.3333333333rem;
    height: 100%;
    justify-content: center;
    background-color: #fff
}

@media (max-width:1080px) {
    .bannerreferral {
        height: toRem(700)
    }

    .banner-form-title {
        font-size: 1rem
    }
}

.main {
    min-height: toRem(590);

    button:focus,
    input:focus {
        outline: none;
        border: .5px solid #2e7df3
    }
}

.form_handle select {
    outline: none;
    border: .5px solid #ccc;
    transition: border-color .3s ease;
    font-size: .77rem;
    font-weight: 300;
    width: 100%;
    box-sizing: border-box;
    max-width: 100%
}

.form_handle select:focus {
    border: .5px solid #2e7df3;
    box-shadow: 0 0 10px #2e7df3
}

.banner-form {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    max-width: 96%;
    margin: 0 auto;
    background: #fff;
    border-radius: .5rem;
    padding: 1rem;
    border: 1px solid #1a325d;
    box-shadow: 0 4px 6px rgba(0, 0, 0, .1);
    height: auto
}

.error-msg {
    bottom: -.5rem;
    font-size: .6rem
}

.error_msg {
    font-size: .75rem;
    margin-top: -1rem
}



.list-item-adjust {
    display: list-item;
    list-style-position: outside
}

/*# sourceMappingURL=1f8b2974cb83a431.css.map*/