
.login_first_bg::after {
    content: "";
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url(../images/login__imgNew1.png) no-repeat center center / cover;
    z-index: -1;
    opacity: 1;
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
}
.h_100{
    height: 100vh;
}
.h_50{
    height: 80px;
}
.login_opt {
    background-color: #8b4c42bd;
    width: auto;
    border-radius: 12px;
    padding: 30px 0px;
}

ul.login_opt_ul {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-wrap: wrap;
}

ul.login_opt_ul li {
    position: relative;
    padding: 0 30px;
    transition: all 0.3s ease;
}

/* Vertical Divider */
ul.login_opt_ul li::after {
    content: "";   /* 🔥 REQUIRED */
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
    width: 2px;
    background-color: #ffffff;
}

/* Remove divider from last item */
ul.login_opt_ul li:last-child::after {
    display: none;
}

ul.login_opt_ul li a{
    text-decoration: none;
    color: #ffffff;
    display: flex;
    flex-direction: column;
}
ul.login_opt_ul li a span{
    font-size: 22px;
    font-weight: 600;
    line-height: 1;
    transition: all 0.3s ease;
}
ul.login_opt_ul li a small{
    font-size: 14px;
    font-weight: 400;
    transition: all 0.3s ease;
}

ul.login_opt_ul li:hover {
    transform: translateY(-5px);
    text-shadow: 0 4px 10px rgba(255,255,255,0.3);
}

ul.login_opt_ul li:hover a span, ul.login_opt_ul li:hover button.li_button span{
    color: #252525;
    transition: all 0.3s ease;
}
ul.login_opt_ul li:hover a small, ul.login_opt_ul li:hover button.li_button small{
    color: #cecece;
    transition: all 0.3s ease;
}

ul.login_opt_ul li button.li_button {
    border: none;
    background-color: transparent;
    color: #fff;
}
ul.login_opt_ul li button.li_button span {
    font-size: 22px;
    font-weight: 600;
    line-height: 1;
    transition: all 0.3s ease;
    float: left;
    width: 100%;
}
ul.login_opt_ul li button.li_button small {
    font-size: 14px;
    font-weight: 400;
    transition: all 0.3s ease;
}

@media (max-width:820px){
ul.login_opt_ul li {
    margin-bottom: 15px;
}
}

.login_home_bg::after {
    content: "";
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url(../images/login__imgNew2.png) no-repeat center center / cover;
    z-index: -1;
    opacity: 1;
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
}
.backtohome{
    text-decoration: none;
    color: #8B4C42;
    font-size: 20px;
    font-weight: 700;
    transition: all 0.3s ease;
}
.backtohome:hover{
    color: #582f28;
    transition: all 0.3s ease;
}
.login_p_color{
    color: #8B4C42;
}
.login_label {
    color: #8B4C42;
    font-size: 20px;
    opacity: 1;
    font-weight: 600;
}
.login_input {
    border: 0px;
    border-bottom: 2px solid #8B4C42;
    border-radius: 0px;
    font-weight: 600;
    padding-right: 30px !important;
}
.login_input:focus {
    color: #212529;
    background-color: #fff;
    border-color: #86b7fe;
    outline: 0;
    border-bottom: 2px solid #582f28;
    box-shadow: none;
}

.form-floating>label {
    padding: 1rem .75rem;
}
.form-floating>.form-control-plaintext~label, .form-floating>.form-control:focus~label, .form-floating>.form-control:not(:placeholder-shown)~label, .form-floating>.form-select~label
 {
    opacity: .65;
    transform: scale(.85) translateY(-1rem) translateX(.15rem);
}
.inp_type {
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-30%);
    color: #8a4b41;
    font-size: 20px;
}
.btn-danger
 {
    background-color: #89372F;
    border-color: #89372F;
}
.pl_40{
    padding-left: 40px;
}
sup{
    color: red;
}
.mt_100{
    margin-top: 100px;
}
a{
    text-decoration: none;
}
.cust_h{
    max-height: 450px;
    min-height: 450px;
}
@media(max-width:990px){
    .pl_40{
    padding-left: 30px;
}
.cust_h {
    max-height: 350px;
    min-height: 350px;
}
.mt_100{
    margin-top: 40px;
}
}
@media(max-width:768px){
   .cust_h {
        max-height: fit-content;
        min-height: fit-content;
} 
}