.unAuthBg {
    background: linear-gradient(rgba(0, 0, 0, 0), rgba(231, 245, 183, 0.5));
    backdrop-filter: blur(6px);
    -webkit-backdrop-filter: blur(5px);
    border-radius: 10px;
    padding: 20px;
}

.unBodyBg {
    background-image: url('/assets/imgs/greenbg.jpg');
    background-color: rgb(0, 0, 0);
    background-size: cover;
    background-repeat: no-repeat;
}

.unAuthBg label{
    font-weight: 800;
    color: #022b09 !important;
}
.unForgotBtn{
    color: pink !important;
}
.unSubmitBtn{
    background: #000000 !important;
    color: white !important;
}
