@import url(https://fonts.googleapis.com/css2?family=Roboto&display=swap);

.limiter {
    width: 100%;
    height: 100%;
    /* margin: 0 auto; */
    display: flex;

}

body,
html {
    height: 100%;
    width: 100%;
    font-family: roboto, sans-serif;
    font-size: smaller;
    font-weight: 200;
    overflow: hidden;
}

.container-login100 {
    width: 70%;
    height: 100%;
    /* min-height: 100vh; */
    /* display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap; */
    /* justify-content: center;
    align-items: center;
    background-image: url("../images/Group80264.png");
    background-repeat: no-repeat;
    background-position: right;
    background-size: 138%; */
    /* clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%); */
    /* position: relative; */
    /* background-color: #fff; */
    z-index: 1;
    top: 0px;
    background: linear-gradient(to right, #02132e 20%, #031128 20% 40%, #000102 68.5% 60%);
    /* display: inline-table; */

}

/* .container-login100::before {
    content: "";
    display: block;
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    bottom: 50%;
    background-color: #3772ff;
    width: 100%;
} */

.wrap-login100 {
    /* width: 390px; */
    background-color: white !important;
    border-radius: 10px;
    overflow: hidden;
    background: transparent;
    box-shadow: 0px 3px 6px #00000029;
    position: absolute;
    left: 37%;
    top: 17%;
}



/*Form CSS */
.login100-form {
    width: 100%;
    border-radius: 10px;
    /* background-color: #fff; */
}

.login100-form-logo {
    font-size: 60px;
    color: #333333;

    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 120px;
    height: 120px;
    border-radius: 50%;
    background-color: #fff;
    margin: 0 auto;
}

.login100-form-title {
    height: 49px;
    font-family: Calibri;
    font-size: 27px;
    color: #2E2C34;
    line-height: 1.2;
    text-align: center;
    display: flex;
    margin-left: 8px;
    margin-right: 10px;
    font-weight: bold;
}

.login100-form-subtitle {
    height: 2px;
    font-size: 10px;
    color: #84818A;
    line-height: 1.2;
    text-align: center;
    display: flex;
    margin-left: 8px;
    margin-right: 10px;
    font-weight: bold;
}

/* Icon CSS */
.LT_nxt {
    position: relative;
    width: 160px;
    height: 144px;
    top: 45%;
    left: 25%;

    /* margin: 0; */
    /* -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%); */
}



#loginForm>div>div:nth-child(1) {
    margin-bottom: 19px;
}





.LT_nxt1 {
    width: 273px;
    margin: 0;
    position: absolute;
    top: 30%;
    left: 50%;
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.LoginPageTitle {
    position: absolute;
    z-index: 5;
    top: 88%;
    left: 42%;
    font-size: 17px;
    font-family: roboto;
    font-weight: 600;
    margin: 0;
    left: 50%;
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

/* Bootstrap form module CSS */
.container {
    width: 52vh;
    height: 50vh;
    margin: auto;
    position: relative;
    margin-top: 22%;
    background: linear-gradient(to right, #01192c, #01192c);
}

.InputTitle {
    color: #84818A;
    font-size: 10px;
}

#LoginSubmit {
    width: 79%;
    background: #3772ff;
    color: white;
    margin-left: 10%;
    border: none;
    font-size: 11px;
    padding: 9px;
    border-radius: 10px;
    height: 30px;
    font-family: roboto;
    font-weight: bold;
    margin-top: 5%;
    box-shadow: 0 9px 11px -6px #3e7ce7;
    position: relative;
}

#AuthenticateUser {
    width: 79%;
    background: #3772ff;
    color: white;
    margin-left: 10%;
    border: none;
    font-size: 11px;
    padding: 9px;
    border-radius: 10px;
    height: 30px;
    font-family: roboto;
    font-weight: bold;
    margin-top: 5%;
    box-shadow: 0 9px 11px -6px #3e7ce7;
    position: relative;
}

#RegisterForNewUserBtn {
    color: #337ab7;
    margin-top: 12px;
    text-decoration: none;
    font-size: 11px;
}

.hyphenclass {
    color: #fff;
}

.registerclass {
    color: #fff;
    position: relative;
    /* margin-left: 16%; */
}

.field-icon {
    float: right;
    right: 5.1em;
    /* margin-left: 47px; */
    margin-top: -6%;
    position: absolute;
    z-index: 2;
    cursor: pointer;
    color: #D8D4D4;
}

.LoginEmailInput {
    font-size: 11px;
    color: #0F213D;
    /* font-weight: bold; */
    border: 0px solid #ccc;
}

.LoginPasswordInput {
    font-size: 11px;
    color: #8E8090;
    border: 0px solid #ccc;
}

.ForgotPasswordInput {
    font-size: 11px;
    color: #8E8090;
    border: 0px solid #ccc;
}

.RememberCheckClass {
    font-size: 11px;
    /* font-weight: bold; */
    cursor: pointer;
    position: relative;
    color: #fff;
    left: 2px;
    top: 1px;
}

.ForgetPasswordDiv {


    display: flex;
    /* justify-content: space-between; */
    align-items: center;
    justify-content: space-between;
    width: 75%;
    margin: auto;
    position: relative;
}


.checkbox input[type=checkbox],
.checkbox-inline input[type=checkbox],
.radio input[type=radio],
.radio-inline input[type=radio] {
    position: relative;
    margin-top: 4px\9;
    margin-left: -25px;
    margin-top: -4px;
}

#ForgotPswd {
    float: right;
    margin-top: -20px;
    cursor: pointer;
}

.BackToSignInClass {
    margin: auto;
    width: 65%;
    display: flex;
    justify-content: center;
    cursor: pointer;
    margin-top: 5%
}

.buttonClick {
    width: 100%;
    background-color: #3772FF;
    color: white;
    border-radius: 8px;
}

/* #CloseBtnForRegister {
    float: right;
    width: 40%;
    border-radius: 8px;
    background-color: #F3F3F3;
} */

/* #fade_Register{
    margin-top: -11px;
    background-color: #3e7ce7;
    z-index: 1000;
    width: 57%;
    height: 7px;
   
    margin: auto;
    opacity: 0.4;
    border-radius: 10px;
    filter: blur(5px);
    position: relative;
} */

#RegisterBtn {
    width: 78%;
    background: #3772ff;
    color: white;
    margin-left: 10%;
    border: none;
    font-size: 11px;
    padding: 9px;
    border-radius: 10px;
    height: 30px;
    font-family: roboto;
    font-weight: bold;
    margin-top: 5%;
    box-shadow: 0 9px 11px -6px #3e7ce7;
    position: relative;
}

.required-flds::after {
    content: " *";
    color: red;
}

.PasswordForForgotPassword {
    display: none;
}

#SubmitBtn {
    display: none;
}

select,
option {
    width: 68% !important;
}

/* Super Admin Login CSS */
#SuperAdminAccessBtn {
    width: 100%;
    background: #3772ff;
    color: white;
    border: none;
    font-size: 11px;
    padding: 11px;
    margin-top: 12px;
    display: none;
}

#SuperAdminForms {
    display: none;
}

.SuperAdminBtns {
    background-color: #3772FF;
    border: none;
    color: #fff;
    font-size: 11px;
    width: 100%;
}

.moreOptions {
    cursor: pointer;
    background-color: #fbfafc;
    border-radius: 8px;
    position: absolute;
    padding: 9px;
    display: none;
    width: 79px;
    height: auto;
    top: 22px;
    right: 29%;
    box-shadow: 0px 3px 6px #00000029;
    text-align: left;
    color: #84818a;
    opacity: 1;
    letter-spacing: 0px;
    z-index: 1 !IMPORTANT;
}

.GDBmoreOptionsList {
    list-style-type: none;
    padding: 0px;
    margin: 0px;
    font-size: 12px;
    line-height: 19px;
    font-weight: normal;
}

#dataTable {
    text-align: center;
}

.dataTables_scrollBody {
    max-height: 290px !important;
}

#AddNewEntry {
    position: relative;
    left: 37%;
}

/* Edited by Gnana Divya; Date:16-06-2022 */
#ChangePassword {
    width: 100%;
    background: #3772ff;
    color: white;
    border: none;
    font-size: 11px;
    padding: 11px;
    margin-top: 12px;
}

#PasswordExpired {
    width: 100%;
    background: #3772ff;
    color: white;
    border: none;
    font-size: 11px;
    padding: 11px;
    margin-top: 12px;
    display: none;
}

#RegisterUserForm {
    height: 21vh;
    overflow-y: scroll;
    margin-top: -16%;
    position: relative;
}

#RegisterUserForm::-webkit-scrollbar {
    width: 5px !important;
    height: 5px !important;

}

#RegisterUserForm>div:nth-child(5)>span {
    width: 82.5% !important;
    left: 7%;
    position: relative;
}

#RegisterUserForm>div:nth-child(4)>span {
    width: 82.5% !important;
    left: 7%;
    position: relative;
}

#RegisterUserForm::-webkit-scrollbar-track {
    background-color: #fff;
    border-radius: 5px;
}

#RegisterUserForm::-webkit-scrollbar-thumb {
    background-color: #aaa;
    border-radius: 5px;
}

#ForgotPasswordForm {
    height: 29vh;
    margin-top: -18%;
    position: relative;
    overflow-y: scroll;
}

/* #fade_send{
    margin-top: -11px;
    background-color: #3e7ce7;
    z-index: 1000;
    width: 57%;
    height: 8px;
    opacity: 0.4;
    border-radius: 10px;
    filter: blur(5px);
    margin: auto;
    position: relative;
} */



#ForgotPasswordForm::-webkit-scrollbar {
    width: 5px !important;
    height: 5px !important;

}

#ForgotPasswordForm::-webkit-scrollbar-track {
    background-color: #fff;
    border-radius: 5px;
}

#ForgotPasswordForm::-webkit-scrollbar-thumb {
    background-color: #aaa;
    border-radius: 5px;
}

/* .home-title {
    background-color: #ba173a;
    position: relative;
    width: 100%;
    text-align: center;
}

.home-title:before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    border-radius: 100%;
    background: white;
    display: block;
    height: 107px;
    bottom: -85px;
    z-index: 5;

}

.home-title1 {
    background-color: #ba173a;
    position: relative;
    width: 100%;
    text-align: center;
}

.home-title1:before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    border-radius: 100%;
    background: white;
    display: block;
    height: 80px;
    bottom: -654px;
    z-index: 5;

} */

#bottomCircle {
    height: 32%;
    width: 102%;
    background-color: #F5F5F5;
    border-radius: 100%;
    position: ABSOLUTE;
    top: 83%;
    left: -1%;
}

#circle {
    height: 32%;
    width: 102%;
    background-color: #F5F5F5;
    /* margin-top: -100px; */
    border-radius: 100%;
    /* margin-left: -1%; */
    position: absolute;
    top: -14%;
    left: -1%;
}

#wrapLogin {

    position: relative;
    top: 12%;
    /* right: 17%; */
    width: 52vh;
    left: 9%;
    height: 80%;
    /* -ms-transform: translate(-50%, -50%); */
    /* transform: translate(-50%, -50%); */
    z-index: 5;
    background: linear-gradient(to right, #01192c, #01192c);
    box-shadow: 0px 0px 12px 10px #071b2a;

}



#LoginFormDiv {
    position: relative;
    width: 30%;
    background: linear-gradient(to right, #09151e 40% 80%, #09151e 80%);
    box-shadow: 15px 13px 41px 17px #161b1e inset;
    /* box-shadow: 0px 0px 10px 10px red; */
    /* box-shadow: 2px 15px 40px #4e6576; */
}

#LoginFormDiv2 {
    position: absolute;
    top: 0%;
    right: 26%;
    width: 10%;
    height: 100%;
    background: linear-gradient(to right, #000102 68.5% 60%, #01192c 80%);
    /* box-shadow: 0px 0px 10px 10px red; */
    /* box-shadow: 2px 15px 40px #4e6576; */
    filter: blur(12px);
    z-index: 6;
}

select,
option {
    width: 79% !important;
}




#backgdimg {
    height: 89%;
    width: 105.5%;
    position: relative;
    margin-top: -6%;
    right: 4.5%;

}

.marquee_Heading {
    margin-top: -10%;
    width: 59%;
    height: 22%;
    margin-left: 8%;
    position: relative;
}

#limiterDiv\ >div.container-login100>div>h1 {
    font-size: 15px;
    color: #fff;
    font-weight: 100;
    font-family: roboto;
    position: relative;
    letter-spacing: 0px;
    color: #FFFFFF;
}


#limiterDiv\ >div.container-login100>div>h2 {
    font-size: 15px;
    color: #3E7CE7;
    font-weight: bold;
    font-family: roboto;
    position: relative;
    margin-top: 2%
}

#limiterDiv\ >div.container-login100>div>h3 {
    font-size: 12px;
    color: #FFF;
    font-family: roboto;
    position: relative;
}


.marquee {
    width: 82%;
    height: 49%;
    /* overflow: hidden; */
    position: relative;
    bottom: 2%;
}



#limiterDiv\ >div.container-login100>div>div>p {
    position: relative;
    font-family: roboto;
    width: 100%;
    height: 100%;
    margin: 0;
    margin-top: 3%;
    text-align: justify;
    color: #fff;
    font-size: 12px;
}

#LogoImg {
    position: absolute;
    top: 8%;
    right: -2%;
    /* left: 79.5%; */
    width: 203px;
    z-index: 100;
    height: 48px;
}

.form-control {
    background-color: #3d404a !important;
    width: 79% !important;
    height: 29px;
    margin-top: 6%;
    position: relative;
    margin-left: 11%;
    margin: auto;
    color: #fff;
}


input[id^="email"]::-webkit-input-placeholder {
    color: #D8D4D4;
    font-family: roboto;
}


input[id^="password"]::-webkit-input-placeholder {
    color: #D8D4D4;
    font-family: roboto;
}

input[id^="NameForFgtPwd"]::-webkit-input-placeholder {
    color: #D8D4D4;
    font-family: roboto;
}

.select2-container--open .select2-dropdown--below {
    border-top: none;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    width: 121.5% !important;
    margin-left: 11px;
    position: relative;
    background-color: #3d404a;
    color: #D8D4D4;
    margin-top: 2px;
}

input[id^="userName"]::-webkit-input-placeholder {
    color: #D8D4D4;
    font-family: roboto;
}


input[id^="Email"]::-webkit-input-placeholder {
    color: #D8D4D4;
    font-family: roboto;
}


input[id^="MobileNo"]::-webkit-input-placeholder {
    color: #D8D4D4;
    font-family: roboto;
}



input[id^="PSNo"]::-webkit-input-placeholder {
    color: #D8D4D4;
    font-family: roboto;
}


input[id^="MobileForFgtPwd"]::-webkit-input-placeholder {
    color: #D8D4D4;
    font-family: roboto;
}


input[id^="Registerpassword"]::-webkit-input-placeholder {
    color: #D8D4D4;
    font-family: roboto;
}

input[id^="ConfirmPwd"]::-webkit-input-placeholder {
    color: #D8D4D4;
    font-family: roboto;
}

.emailicon {
    position: relative;
    float: right;
    margin-top: -2.3em;
    float: right;
    width: 20px;
    margin-right: 3.5em;
}

/* #fadediv {
    margin-top: -3%;
    background-color: #3e7ce7;
    z-index: 1000;
    width: 59%;
    height: 18px;
   
    margin-left: 20%;
    opacity: 0.4;
    border-radius: 10px;
    filter: blur(5px);
    position: relative;
} */

#sendBtn {
    /* width: 64%;
    display: block;
    position: relative;
    margin: auto;
    border: none; */

    width: 79%;
    background: #3772ff;
    color: white;
    margin-left: 10%;
    border: none;
    font-size: 11px;
    padding: 9px;
    border-radius: 10px;
    font-family: roboto;
    font-weight: bold;
    margin-top: -10%;
    height: 30px;
    position: relative;
    box-shadow: 0 9px 11px -6px #3e7ce7
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
    color: #D8D4D4;
    line-height: 28px;
}

.select2-container--default .select2-selection--single {
    height: 33px;
    position: relative;
    background-color: #3d404a;
    border: 0px solid #ccc;
    color: white;
    /* border-radius: 4px; */
    margin-left: 10px;
}

#SecurityQuestionDiv {
    display: none;
}

#SecurityAnswerDiv {
    display: none;
}

.select2-search__field {
    display: none !important;
}

.select2-results__options {
    line-height: 5px;
}

#ViewInfoForm {
    margin-top: 60%;
    background-color: rgb(255, 255, 255);
    padding: 10px;
    width: 120%;
}

.dataTables_wrapper .dataTables_filter input{
    margin-left: 40px;
}