@import url('https://fonts.googleapis.com/css2?family=Lexend:wght@100..900&display=swap');
body {font-family: "Lexend", sans-serif; color: #404041; background: #000; font-weight: 400;     color:rgba(6, 48, 74, 1);  font-size: 14px;}

ul,li,ol,p {    margin: 0;  padding: 0; list-style: none;}

p{line-height: 24px;}

.loginPanel a {color: rgba(6, 48, 74, 1);  text-decoration: none;  }

img {   max-width: 100%;}


h1,h2,h3,h4,h5,h6 { font-weight: 600;  }

button, .btn{box-shadow: none !important;}

header ul {
    display: flex;
    align-items: center;
}
header ul:first-child li {
    /* margin-right: 25px; */
}

header ul:last-child li {
    margin-left: 25px;
}.btn-outline-primary {
    border: 2px solid #fff;
    color: #fff;
}
.styleLoginBanner{
    display: flex;
    flex-direction: column;
    align-items: center;
    flex-wrap: nowrap;
    justify-content: flex-start;
}
.banner-text-style{
    font-weight: 700;
    font-size: 20px;
    line-height: 25px;
    font-family: "ProductSans-regular", sans-serif;
}

#dark .loginInner{
    background: #001828;
    color:#fff;
}

#light .tab a.active {
    color: #0364c2;
}
#light .tab a {
    color: #848e9c;
}
.loginInner {
    background: #fff;
    padding: 20px; 
    color: #000;
    border-radius: 5px ;
}h2 {
    font-size: 40px;
    text-transform: capitalize;
}input.form-control {
    height: calc(1.5em + 0.75rem + 2px) !important;
}.form-group {
    margin: 0 0 20px;
}.tab a {
    color: rgba(194, 202, 211, 0.25);
    display: inline-block;
    margin: 0 20px 0 0; position: relative;
    font-size: 18px;
}
.tab a.active{color: #fff}
.tab a:before {
   position: absolute;
    content: "";
    width: 2px;
    height: 35px;
    background: rgba(1, 100, 194, 1);
    left: -11px;
    top: -3px;

}
.tab a:first-child:before{display: none;}
.tab {
    margin: 0 0 20px;
}.loginInner  a {
    color: rgba(1, 100, 194, 1);
}
.loginInner .btn.btn-primary {
    color: rgba(6, 48, 74, 1);
    background: rgba(1, 100, 194, 0.7);
    border: none;
    font-size: 20px;
    font-weight: 600;
    padding: 8px 50px;
    margin: 20px 0;
}.ordiv:before {
    position: absolute;
    background: var(--common-text) !important;
    content: "";
    width: 100%;
    height: 1px;
    top: 11px; left: 0;
}.ordiv span {
    background: #06304A;
    display: inline-block;
    z-index: 9;
    position: relative;
    padding: 0 7px;
}
.ordiv {
    position: relative;    margin: 15px 0;
}
#light .ordiv span {
    background: #4181ef;
    color: white;
}
.socialPanel {
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
}
.socialPanel .box{
    /* margin-right: 30px; */
}
.socialPanel img {
    width: 50px;
}.socialPanel a {
    color: var(--common-text)
}header {
    
}section.loginPanel {
    padding: 30px 0;
}
.loginPanel h3 {
    text-align: center;
    font-size: 40px;
    font-weight: 700;
}

.captchacode_div{
    border: 1px solid #ced4da;
    border-radius: 10px;
    overflow: hidden;
    border-radius: 10px;
}