.auth-body-bg{
    background-color: var(--primary-color);
}

.authentication-bg{
    background-image: url("data:image/svg+xml, %3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20fill%3D%22none%22%20viewBox%3D%220%200%20877%20968%22%3E%3Cg%20clip-path%3D%22url(%23a)%22%3E%3Ccircle%20cx%3D%22391%22%20cy%3D%22391%22%20r%3D%22390.5%22%20stroke%3D%22%23FF2D20%22%20transform%3D%22matrix(-1%200%200%201%20416%20-56)%22%20%2F%3E%3Ccircle%20cx%3D%22468%22%20cy%3D%22468%22%20r%3D%22467.5%22%20stroke%3D%22%23FF2D20%22%20opacity%3D%22.3%22%20transform%3D%22matrix(-1%200%200%201%20493%20-133)%22%2F%3E%3Ccircle%20cx%3D%22558%22%20cy%3D%22558%22%20r%3D%22557.5%22%20stroke%3D%22%23FF2D20%22%20opacity%3D%22.1%22%20transform%3D%22matrix(-1%200%200%201%20583%20-223)%22%20%2F%3E%3Cg%20filter%3D%22url(%23b)%22%3E%20%3Cellipse%20cx%3D%22583%22%20cy%3D%22229.5%22%20fill%3D%22%23FF2D20%22%20rx%3D%22583%22%20ry%3D%22229.5%22%20transform%3D%22matrix(-1%200%200%201%20621%20-9)%22%20%2F%3E%3C%2Fg%3E%3Cg%20filter%3D%22url(%23c)%22%3E%3Cellipse%20cx%3D%22262%22%20cy%3D%22184.5%22%20fill%3D%22%23fff%22%20rx%3D%22262%22%20ry%3D%22184.5%22%20transform%3D%22matrix(-1%200%200%201%2099%2042)%22%20%2F%3E%3C%2Fg%3E%3C%2Fg%3E%3Cdefs%3E%3Cfilter%20id%3D%22b%22%20width%3D%221614%22%20height%3D%22907%22%20x%3D%22-769%22%20y%3D%22-233%22%20color-interpolation-filters%3D%22sRGB%22%20filterUnits%3D%22userSpaceOnUse%22%3E%3CfeFlood%20flood-opacity%3D%220%22%20result%3D%22BackgroundImageFix%22%20%2F%3E%3CfeBlend%20in%3D%22SourceGraphic%22%20in2%3D%22BackgroundImageFix%22%20result%3D%22shape%22%20%2F%3E%3CfeGaussianBlur%20result%3D%22effect1_foregroundBlur_3089_39042%22%20stdDeviation%3D%22112%22%20%2F%3E%3C%2Ffilter%3E%3Cfilter%20id%3D%22c%22%20width%3D%22972%22%20height%3D%22817%22%20x%3D%22-649%22%20y%3D%22-182%22%20color-interpolation-filters%3D%22sRGB%22%20filterUnits%3D%22userSpaceOnUse%22%3E%3CfeFlood%20flood-opacity%3D%220%22%20result%3D%22BackgroundImageFix%22%20%2F%3E%3CfeBlend%20in%3D%22SourceGraphic%22%20in2%3D%22BackgroundImageFix%22%20result%3D%22shape%22%20%2F%3E%3CfeGaussianBlur%20result%3D%22effect1_foregroundBlur_3089_39042%22%20stdDeviation%3D%22112%22%20%2F%3E%3C%2Ffilter%3E%3CclipPath%20id%3D%22a%22%3E%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M877%200H0v968h877z%22%20%2F%3E%3C%2FclipPath%3E%3C%2Fdefs%3E%3C%2Fsvg%3E%0A");
    height: 100%;
    background-size: cover;
    background-position: center;
    --tw-bg-opacity: 1;
    background-color: rgb(0 0 0 / var(--tw-bg-opacity));

    @media (max-width: 991px) {
        display: none;
    }
}

.authentication-page-content{
    height: 100vh;
    display: flex;
}

@media (max-height: 690px) {
    .authentication-page-content{
        height: auto;
        display: block;
    }
}

.auth-form-group-custom{
    position: relative;
    .form-control{
        height: 60px;
        padding-top: 28px;
        padding-left: 60px;
    }

    label{
        position: absolute;
        top: 7px;
        left: 60px;
    }

    .auti-custom-input-icon{
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        left: 19px;
        font-size: 24px;
        color: var(--primary-color);
    }
}


.fb {
    background-color: #3B5998;
    color: white;
}
.google {
    background-color: var(--primary-color);
    color: white;
}
.socialBtn {
    width: 100%;
    padding: 12px;
    border: none;
    border-radius: 4px;
    margin: 5px 0;
    display: inline-block;
    font-size: 16px;
    line-height: 18px;
    text-decoration: none; /* remove underline from anchors */
!important;
}
.fb.socialBtn{
    padding-bottom: 8px;
}
/* horizontal line */
.hl {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    border: 2px solid #ddd;
    width: 100%; /* Full width of the container */
    left: 0;
}

/* text inside the horizontal line */
.inner {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    background-color: #000000;
    border: 3px solid #ccc;
    border-radius: 50%;
    padding: 8px 10px;
    white-space: nowrap; /* Prevent line break */
}
input:required{border:none !important;}

#loginSpan{
    color: var(--primary-color);
    font-weight:bold;
}
#registerSpan{
    color: var(--secondary-color);
    font-weight:bold;
}
