/* .header img {
    width: 50%;
    margin-top: 25px;
} */
/* margin-bottom: -100px; */
.forgot{
    font-family: var(--font-g) !important;
}
.loginImg{
    padding-left: 30px;
    /* z-index: 1; */
    /* background-image: url(../images/loginbanner.jpg);
    background-size: cover;
    background-repeat: round; */
}
.loginImg > img{
    width: 95% !important;
    /* height: 100%; */
}
.card1 {
    /* background:  var(--gradient-header) ; */
    background:  #FFFFFF1A ;
    /* / padding: 6rem !important; / */
    border-radius: 30px;
    padding: 40px;
    border: 1px solid #E2E2E2;
}

.card-title {
    font-family: "Plus Jakarta Sans";
    font-size: 22px;
    font-weight: 500;
    color: #fff;
}

.card-text {
    font-family: "Plus Jakarta Sans";
    font-size: 14px;
    font-weight: 400;
    color: #fff;
}

.text-end {
    color: #f15a3b !important;
    font-weight: 500;
}

a:hover {
    color: #383838;
}

a {
    color: #f15a3b;
}

.loginBtn:hover {
    color: #fff;
    background: var(--gradient-fr) !important;
    border: none !important;
    /* background-color: var(--btn-bg-secondary) !important;
    border-color: var(--btn-bg-secondary) !important; */
}

.loginBtn {
    color: #fff;
    border-radius: 10px;
    background: var(--gradient-fr) !important;
    border: none !important;
    width: 80%;
    font-size: 12px !important;
}

.form-label {
    font-family: "Plus Jakarta Sans";
    font-size: 14px;
    /* font-weight: 600; */
    color: #fff;
}

/* .authentication-card {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: auto;
    max-width: 80rem;
    height: 100vh;

} */
/* .logoDiv{
    margin-bottom: 40px;
} */
.logoDiv >img {
    width: 170px;
}
.contentMain{
    z-index: 1;
}
.text-light{
    font-size: 12px;
}
@media (max-width:768px) {
    .loginImg {
        display: none !important;
    }
}
