

#banner {
    background-image: url('../img/banner-m.jpg');
    background-size: cover;
    background-position: center right;
    background-repeat: no-repeat;
    height: 600px;
    color: var(--color-gold-dark);
}

.nav-tabs .nav-link {
    width: 100%;
    padding: 1rem;
    border-radius: 0;
    font-weight: 400;
    color: var(--color-dark);
}

    .nav-tabs .nav-link.active {
        border-bottom: solid 4px var(--color-gold-dark);
        color: var(--color-gold-dark);
        box-shadow: 0 6px 6px rgba(0,0,0,.4);
    }

.rounded {
    border-top-left-radius: 1rem !important;
    border-top-right-radius: 1rem !important;
    border-bottom-left-radius: 1rem !important;
    border-bottom-right-radius: 1rem !important;
}

.rounded-top {
    border-top-left-radius: 1rem !important;
    border-top-right-radius: 1rem !important;
}

.rounded-bottom {
    border-bottom-left-radius: 1rem !important;
    border-bottom-right-radius: 1rem !important;
}

.icon-plus {
    font-weight: bold;
    font-size: 1.5rem;
    text-align: center;
    line-height: 1.7rem;
    display: block;
    width: 2rem;
    height: 2rem;
    border-radius: 1rem;
    margin: 0 auto;
}

    .icon-plus::after {
        content: '\002B';
    }

.icon-step {
    display: block;
    width: 6rem;
    height: 6rem;
    margin: -3rem auto 0;
}

.icon {
    display: block;
    width: 4rem;
    height: 4rem;
    margin: 0 auto;
}

#banner-referee,
#banner-refer {
    height: 396px;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    background-image: url('../img/banner-refer-m.jpg');
}

.btn {
    border-radius: 0.75rem;
}

    .btn.bg-gold-dark {
        border: solid 1px var(--color-gold-dark);
    }

.form-control {
    padding: 0.5rem 1rem;
    border-radius: 0.75rem;
    height: auto;
}

.error {
    font-size: .75rem;
    color: #e00;
    visibility: hidden;
}
    .error.active{
        visibility:visible;
    }
    @media(min-width:576px) {
        #banner-refer {
        height: 528px;
    }
}

@media(min-width:768px) {
    #banner {
        background-image: url('../img/banner-d.jpg');
        height: 400px;
    }

    #bg-banner-referee,
    #bg-banner-refer {
        background-color: #013461;
    }

    #banner-referee,
    #banner-refer {
        height: 210px;
    }

    .overlap {
        margin-top: -6rem !important;
    }
}

input::placeholder {
    font-size: .8rem;
}

@media(min-width:992px) {
    #banner-referee,
    #banner-refer {
        height: 281px;
    }
}

@media(min-width:1200px) {
    #banner-referee,
    #banner-refer {
        height: 333px;
    }
}

@media(min-width:1500px) {
    .container {
        max-width: 1440px;
    }

    #banner-referee,
    #banner-refer {
        height: 421px;
    }
}
