@font-face {
       font-family: 'Ubuntu-Bold';
       src: local("Ubuntu-Bold"), url("fonts/Ubuntu-Bold.ttf") format("truetype");
       font-weight: normal;
       font-style: normal;
}
@font-face {
       font-family: 'Ubuntu-Light';
       src: local("Ubuntu-Light"), url("fonts/Ubuntu-Light.ttf") format("truetype");
       font-weight: normal;
       font-style: normal;
}
@font-face {
       font-family: 'Ubuntu-Medium';
       src: local("Ubuntu-Medium"), url("fonts/Ubuntu-Medium.ttf") format("truetype");
       font-weight: normal;
       font-style: normal;
}
@font-face {
       font-family: 'Ubuntu-Regular';
       src: local("Ubuntu-Regular"), url("fonts/Ubuntu-Regular.ttf") format("truetype");
       font-weight: normal;
       font-style: normal;
}

.f_body{
    margin: 0;
    font-family: 'Ubuntu-Regular';
    font-size: 11px;
    color: #333;
    background: url(../image/linen.jpg) repeat #d1d5d8;
    margin: 0;
    -webkit-font-smoothing: antialiased;
}

.f_page_div{
    height: 100vh;
    display: flex;

}

.inn_f_page_div{
    position: relative;
    width: 580px;
    margin: auto;
}

.f_logo{
    display: block;
    margin: auto;
    text-align: center;
    height: 40px;
}

.inn_f_page_div .box-inner {
    width: 430px;
    background: #001fffa3;
    margin: 0 50px 5px;
    padding: 10px 24px 24px 24px;
    border: 1px solid #333;
    border-radius: 5px;
    box-shadow: inset 0 0 1px #ccc;
    -webkit-box-shadow: inset 0 0 1px #ccc;
    font-size: 130%;
}

.f_btn{
    display: inline-block;
    margin: 0 2px;
    border: 1px solid #c0c0c0;
    padding: 4px 12px;
    border-radius: 5px;
    font-weight: bold;
        color: #444;
    text-shadow: 0px 1px 1px #fff;
    border-color: #f9f9f9;
    background: #f9f9f9;
    background: -moz-linear-gradient(top, #f9f9f9 0%, #e2e2e2 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f9f9f9), color-stop(100%,#e2e2e2));
    background: -o-linear-gradient(top, #f9f9f9 0%, #e2e2e2 100%);
    background: -ms-linear-gradient(top, #f9f9f9 0%, #e2e2e2 100%);
    background: linear-gradient(top, #f9f9f9 0%, #e2e2e2 100%);
    box-shadow: inset 0 1px 0 0 #fff;
    -webkit-box-shadow: inset 0 1px 0 0 #fff;
}

.forg_form table{
    width: 100%;
}

.forg_form table td.title {
    width: 42%;
    /*white-space: nowrap;*/
    color: #cecece;
    text-shadow: 0px 1px 1px black;
    text-align: right;
    padding-right: 1em;
}

.forg_form table td.input {
    width: 58%;
    padding: 8px;
}

.forg_form table td.input .form-control{
    width: 100%;
    border-color: #666;
    margin: 0;
    padding: 4px;
    border: 1px solid #b2b2b2;
    border-radius: 4px;
    box-shadow: inset 0 0 2px 1px rgba(0,0,0, 0.1);
    -webkit-box-shadow: inset 0 0 2px 1px rgba(0,0,0, 0.1);
}

.box-inner h4{
    text-align: center;
    color: #fff;
  margin-bottom: 5px;
  letter-spacing: 1px;
  text-shadow: -1px 1px 1px #000;
}

.btn_div{
    margin-top: 1em;
    text-align: center;
}

.xtrn_div{
    text-align: center;
}

.f_succ_msg{
    text-align: center;
        font-size: 17px;
    color: #fff;
    text-shadow: 2px 2px 7px green;
}

.f_err_msg{
  text-align: center;
      font-size: 17px;
    color: #fff;
    text-shadow: 2px 2px 7px red;
}

.stepbox{
    color: #fff;
    margin: 5px;
    line-height: 25px;
}

.stepp span.num {
    font-size: 16px;
    color: aqua;
    margin-right: 3px;
    text-shadow: -1px 2px 4px #717177;
}




/*Priyabrata CSS Start*/
    .loader {
        position: fixed;
        left: 0px;
        top: 0px;
        width: 100%;
        height: 100%;
        z-index: 9999;
        background: #fff url('../image/loader.webp') 50% 50% no-repeat;
        background-size: 60px auto;
      }
        @keyframes sjhfhdwdws3 {
          from {
            transform: rotate(0deg);
          }
          to {
            transform: rotate(360deg);
          }
        }

body{
        background: linear-gradient(180deg, #95dafd1f 30%, #9bd7f51f 100%), url(image/hero-bg.png) no-repeat;
    }
    .mailMainCnt{
        display: flex;
        justify-content: center;
        height: 85vh;
        margin: 20px;
    }
    .mailMainCnt .mailMainCntinr{
        padding: 20px;
        border-radius: 10px;
        background: #fff;
        margin: auto;
        box-shadow: 0 0 4px 0px rgb(34 50 72 / 19%);
        position: relative;
    }
    .mailMainCnt .mailMainCntinr .entLblsfm{
        font-weight: 500;
        margin-bottom: 4px;
    }
    .mailMainCnt .mailMainCntinr .stepp{
        color: #2d2d2d;
        margin-bottom: 10px;
    }
    .mailMainCnt .mailMainCntinr .custlogtt{
        width: 210px;
        margin-bottom: 20px;
    }
    @media screen and (max-width: 700px) {
        .mailMainCnt .mailMainCntinr .lgnmobNone{
            display: none;
        }
        #login-form{
            padding: 0px;
        }
    }
    .mailMainCnt .mailMainCntinr .mailcollgn .formbuttons{
        margin-bottom: 0px!important;
    }
    .mailMainCnt .mailMainCntinr .mailcollgn .mailldtImg{
        height: 100%;
        border-radius: 10px;
        padding: 20px;
        background: linear-gradient(180deg, #ffecd1 30%, #ea9a77 100%);
    }
    .mailMainCnt .mailMainCntinr .mailcollgn .mailldtImg .stepp .num img{
        width: 25px;
    }
    .mailMainCnt .mailMainCntinr .mailcollgn .mailldtImg .mailldtSubHdng{
        color: #fff;
        font-size: 1.2rem;
    }
    .mailMainCnt .mailMainCntinr .mailcollgn .mailldtImg .mailldtImgHdng{
        color: #0a0a0a;
        font-size: 1.8rem;
        font-weight: 600;
        margin-bottom: 20px;
    }
    .mailMainCnt .mailMainCntinr .mailcollgn .mailldtImg .mailnames {

    }
    .mailMainCnt .mailMainCntinr .mailcollgn .mailldtImg .mailldtImgDiv{
        color: #ffffff;
        font-size: 1.1rem;
    }

    .mailMainCnt .mailMainCntinr .mailcollgn .rcmloginsubmit{
        background: linear-gradient(180deg, #ef7e4c 30%, #db4f0f 100%)!important;
        color: #fff;
        width: 100%;
    }
    .mailMainCnt .mailMainCntinr .mailcollgn .rcmloginsubmit:hover{
        background: linear-gradient(180deg, #e57645 30%, #ff905d 100%)!important;
    }
    .mailMainCnt .mailMainCntinr .mailcollgn .mailldGty{
        margin-top: 30px;
    }
    .mailMainCnt .mailMainCntinr .mailcollgn .mailldGty .verrtslogo{
        width: 70%;
    }
    .forgTxt{
        margin-top: 20px;
        margin-bottom: 20px;
        font-size: 0.9rem;
        text-align: center;
    }
.forgTxt a {
    color: #db4f0f;
    text-decoration: none;
}
.forgTxt a:hover {
    color: #ed7743;
}
    .forgTxt .seupan{
        font-weight: 600;
        text-decoration: none;
    }
    .mailMainCnt .mailMainCntinr .mailcollgn .dgdfrhgtPas{
        padding: 20px;
    }
    .mailMainCnt .mailMainCntinr .mailcollgn .lgnhPgs{
        font-size: 1.3rem;
        margin-bottom: 4px;
    }
    .mailMainCnt .mailMainCntinr .mailcollgn .lgnhPgsDesc{
        margin-bottom: 11px;
        color: #868686;
    }
    .mailMainCnt .mailMainCntinr .mailcollgn .iosAanrid{
        display: flex;
    }
    .mailMainCnt .mailMainCntinr .mailcollgn .iosAanrid .iosA{
        width: 100%;
        display: flex;
        background: #f1f3f4;
        margin: 6px;
        padding: 6px;
        border-radius: 6px;
        text-decoration: none;
        color: #565656;
        justify-content: center;
    }
    .mailMainCnt .mailMainCntinr .mailcollgn .iosAanrid .iosA:hover{
    background: #ededed;
    color: #1f1e1e;
    }
    .mailMainCnt .mailMainCntinr .mailcollgn .iosAanrid .iosA img{
    width: 20px;
    height: 20px;
    margin-top: auto;
    margin-bottom: auto;
    }
    .mailMainCnt .mailMainCntinr .mailcollgn .iosAanrid .iosA .icoshtTxt{
    margin-top: auto;
    margin-bottom: auto;
    margin-left: 5px;
    font-size: 0.9rem;
    }
    .mailMainCnt .mailMainCntinr .supptNos{
        padding: 6px 10px 6px 10px;
        background: #f1f3f4;
        color: #676767;
        border-radius: 6px;
        display: inline-flex;
        margin-top: 3px;
    }
    .mailMainCnt .mailMainCntinr .supptNos .supptNoiconarea{
        margin-top: auto;
        margin-bottom: auto;
    }
    .mailMainCnt .mailMainCntinr .supptNos .supptNoiconarea img{
        width: 26px;
        height: 26px;
        margin-right: 10px;
        margin-bottom: -5px;
    }
    .mailMainCnt .mailMainCntinr .supptNos .supptNoscntarea .nedhpsupp{
        font-size: 0.8rem;
        text-align: left;
    }
    .mailMainCnt .mailMainCntinr .supptNos .supptNoscntarea .supp{
        font-weight: 600;
        color: #f95b14 ;
        font-size: 0.9rem;
        text-align: left;
    }
    .efugeg{
        font-size: 0.9rem;
    }
    .efugeg #timers{
        color:#ff3f3f;
    }
    .frhtpasbtn{
        text-decoration: none;
        font-weight: 600;
    }
    .frhtpasbtn:hover{
        color:#034fbf;
    }
/*  priyabrata css end  */


.loginheaderbox {
    background: #fff;
    height: 69px;
    text-align: center;
    border-bottom: 1px solid #bbe1ff;
    display:flex;
}
.loginheaderbox-inn {
    width: 75%;
    margin: auto;
}
#logo {
    height: 60px;
    margin: 5px auto;
    display: inline-block;
    float: left;
}
.topimg {
    float: right;
}
.topimg img {
    height: 60px;
    margin: 5px auto;
    display: inline-block;
}

.error-message {
    color: #dc3545;
    font-size: 0.875em;
    margin-top: 0.25rem;
}

.f_err_msg {
    color: #dc3545;
    padding: 10px;
    margin-bottom: 15px;
    border-radius: 4px;
    background-color: #f8d7da;
    border: 1px solid #f5c6cb;
}

.f_succ_msg {
    color: #28a745;
    padding: 10px;
    margin-bottom: 15px;
    border-radius: 4px;
    background-color: #d4edda;
    border: 1px solid #c3e6cb;
}
.otpGroups{
    display: flex;
    column-gap: 10px;
}
.otpGroups .otp{
    display: inline-block;
    width: 100%;
    height: 50px;
    text-align: center;
    font-size: 1.4rem;
    font-weight: 600;
}

/* Hide number input spinner arrows in Chrome, Safari, Edge, Opera */
input.otp::-webkit-outer-spin-button,
input.otp::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Hide number input spinner arrows in Firefox */
input.otp[type="number"] {
  -moz-appearance: textfield;
}

/* Optional styling for .otp fields */
input.otp {
  width: 2rem;
  height: 2rem;
  text-align: center;
  font-size: 1.5rem;
  border: 1px solid #ccc;
  border-radius: 4px;
}



@media screen and (max-width: 800px) {
    .loginheaderbox{
        display:none;
    }
    .iosAanrid{
        display:flex!important;
    }
    .supptNos{
      display: inline-flex!important;
    }
}


