@charset "UTF-8";
.auth-page-wrapper .auth-page-content {
    padding-bottom: 60px;
    position: relative;
    z-index: 2;
    width: 100%
}

.auth-page-wrapper .footer, .footer {
    background-color: var(--primary-deep-green);
    color: #ffffff;
    /*position: fixed;*/
    /*bottom: 0;*/
    display: flex;
    justify-content: center;
    width: 100%;
    padding: 10px 0;
}

.auth-one-bg-position {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 380px
}

@media (max-width: 575.98px) {
    .auth-one-bg-position {
        height: 280px
    }
}

.auth-one-bg {
    background-image: url(../images/Field_Background.png);
    background-position: center;
    background-size: cover
}

.auth-one-bg .bg-overlay {
    background: -webkit-gradient(linear, left top, right top, from(var(--primary-deep-green)), to(var(--primary-deep-green)));
    background: linear-gradient(to right, var(--accent-deep-brown), var(--accent-deep-brown));
    opacity: .9
}

.auth-page-wrapper{
    background: #F3F3F8;
    min-height: 100vh;
}

.auth-one-bg .shape {
    position: absolute;
    bottom: 0;
    right: 0;
    left: 0;
    z-index: 1;
    pointer-events: none
}

.auth-one-bg .shape > svg {
    width: 100%;
    height: auto;
    fill: var(--vz-body-bg)
}

.auth-pass-inputgroup input[type=text] + .btn .ri-eye-fill:before {
    content: "\ecb6"
}

.form-label.required:after,
label.required:after{
    content: "*";
    position: relative;
    font-size: inherit;
    color: var(--accent-ecru);
    padding-left: 0.25rem;
    font-weight: 600;
}