.g-text-box {
    border-radius: 60px !important;
    height: 48px;
    padding-left: 1em;
    border: 1px solid #358EF1;
}

.footer {
    bottom: 0;
    width: 100%;
}

.forgot-password {
   width: 40%;
}

.background-circle {
    background-image: url("../img/hl-bg-shape-05-opacity-0.svg");
    background-repeat: no-repeat;
    background-size: auto;
    background-position: left;
}

@media (max-width:768px) {
    .footer {
        position: relative;
    }

    .heading-background-font {
        font-size: 7vw !important;
    }

    .heading-main-font {
        font-size: 4vw !important;
    }

    .forgot-password {
        width: 80%;
    }
}
