/* Rgister And Login */
@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600;700&display=swap');
* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}
a{
  color:  var(--switch-textWhite);
  text-decoration: none;
}
a:hover{
    color: rgba(117, 117, 117, 1) !important;
}
body{
    font-family: 'Poppins', sans-serif;
    background-color:var(--switch-darkBG) !important;
}
.flex_center{
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    justify-content:center;
    align-items:center;
} 
.login_pop_con{
    transition: all 2.ease-out;
    -webkit-box-pack: center;
    background: var(--switch-darkBG);
    height: 100vh;
}
.login_pop_con_wrap{
    display: flex;
    height:100%;
    align-items: center;
    justify-content: center;
}
.login_pop_inner{
    margin:0 auto;
    display: flex;
    flex-direction: column;
    /* top: .5rem; */
    width: 100%;
    padding: .5rem;
    outline: transparent solid 2px;
    outline-offset: 2px;
    border-radius: .7rem;
    background: var(--switch-darkBGFade);
    color: var(--switch-textWhite);
    z-index: 9999999;
    border-width: 1px;
    border-style: solid;
    border-image: var(--switch-darkBorderlight);
    border-color: var(--switch-darkBorderlight);
    box-shadow: 0 2px 0px rgb(0 0 0 / 10%), 0 8px 1px rgb(0 0 0 / 10%);
    max-width: 400px;
}
.fade-in {
    opacity: 1;
}
.login_pop_header{
    padding:.5rem;
}
.header_switcher{
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: .5rem;
    margin-bottom: 1.5rem;
    padding: 0 1.2rem;
    border-bottom: 1px solid transparent;
}
.switcher_togle{
    cursor: pointer;
    margin: 0;
    padding: 10px;
    box-sizing: border-box;
    display: inline;
    font: 15px -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Helvetica,Arial,sans-serif;
    white-space: pre-wrap;
    word-wrap: break-word;
    line-height: 16px;
    font-weight: 500;
    /* max-width: 100%; */
    min-height: 35px;
    border-radius: 0px;
    border-bottom: 4px solid transparent;
    background-color: transparent;
    color:rgba(0,0,0,1.00);
}
.clicked{
    border-bottom: 4px solid var(--switch-betopick) !important;
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px; 
}
.socialSection{
    padding: .5rem;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: .3rem;
    width: 100%;
}
.socialSectionBtn_{
    display: flex;
    flex-direction: column;
    position: relative;
    width: 100%;
    border-radius: 24px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #ceced2;
    padding: 0;
    text-align: right;
    background: #fff;
    padding:0 .5rem;
    font-size: 11px;
    font-weight: 500;
    color: #fff;
    background-color: #d14848;
    cursor: pointer;
}
.socialSectionBtn_:last-child{
    background-color:#283b68;
}
.socialSectionBtn_ .icon--3tQWK {
    width: 35px;
    height: 35px;
    position: absolute;
    left: 2px;
    top: 1.2px;
}
.seperator--sos{
    position: relative;
    height: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--switch-textWhite)!important;
}
.reg-btn{
    display: inline-flex;
    flex-direction: row;
    -webkit-box-align: center;
    align-items: center;
    border-radius: 4px;
    -webkit-box-pack: center;
    justify-content: center;
    font-size: 16px;
    font-weight: 600;
    padding: 10px 20px;
    margin-top: 1rem;
    background-color:var(--switch-betopick);
    border: 1px solid var(--switch-betopick);
    color: rgb(255, 255, 255);
    width: 100%;
}
.fpass{
    padding:1rem;
    font-size: 14px;
    color: var(--switch-textWhite)!important;
}
.reg-btn:focus{
    outline: 0 !important;
    background-color: #97bbff;
    border: 1px solid #8ea8d7;
    color:#2994f7;
}
.login_x{
    outline:0;
    border: none;
}
.clssvg{
    width:30px;
    height:30px;
    stroke:var(--switch-textWhite);
    stroke-width:2px; 
    stroke-linecap:square; 
    stroke-linejoin:miter; 
    fill:none; 
    color:var(--switch-textWhite);
    cursor: pointer;
}
.clssvg:hover{
    outline:0;
    border: none;
    cursor: pointer;
    background-color:#e6e6e6;
}
.position-relative{
    padding-left:1rem;
    padding-right:1rem;
    margin-bottom: .5rem;
}
.input_holder{
    position: relative;
    width: 100%;
    text-align: left;
    background-color: aqua;
}
.login_field{
    padding-block:.5rem;
    font-size: 14px;
    position: relative;
    bottom: 4px;
    color: var(--switch-textWhite)!important;
}
.form-con {
    width: 100%;
    min-width: 0px;
    outline: transparent solid 2px;
    outline-offset: 2px;
    appearance: none;
    font-size: 15px;
    padding-inline-start: .7rem;
    padding-inline-end: .7rem;
    height: 2rem;
    border-radius: .3rem;
    border-top-width: 1px;
    border-top: 1px solid #c0c0c0;
    border-width: 1px;
    border-style: inset;
    border-image: initial;
    border-color: rgba(207, 217, 222, 0.338);
    background: inherit;
    color:rgba(117, 117, 117, 1);
    font-weight: 500;
}
.input_error{
    display: none;
    font-size: 13px;
    bottom: 0px;
    font-weight: 400;
    margin: .2em 0;
    display: block;
    color: #dd4b39;
    line-height: 17px;
 }
 .input_login_error{
    /* display: none; */
    font-size: 13px;
    bottom: 0px;
    font-weight: 400;
    margin: .2em 0;
    display: block;
    color: #dd4b39;
    line-height: 17px;
 }
.log_switch{
    /* display: none; */
}
.spamsvg{
    width:15px;
    height:15px;
    stroke-width:1px; 
    stroke-linecap:square; 
    stroke-linejoin:miter; 
    stroke:#ff801f;
    fill:#ff801f;
    color:#fff;
    position: relative;
    top: 2px;
}
.errorjq{
    display: none;
    margin: 0px;
    font-size: 13px;

    background: #fff1f1;
    border: 1px solid rgba(132,0,0,.17);
    border-radius: .2rem;
    padding: 1rem .8rem;
    color: #eb5757;

    font-weight: 400;
    position: relative;
    bottom: 1.5rem;
    text-align: center;
}
.sent_success{
    display: none;
    margin: 0px;
    font-size: 13px;
    padding: 10px;
    background-color: #c5ebbf;
    color: #0c531c;
    font-weight: 400;
    position: relative;
    bottom: 1.5rem;
    text-align: center;
}
.alert_success{
    display: none;
    margin: 0px;
    font-size: 13px;
    padding: 10px;
    background-color: #ddfdd9;
    color:#488d57;
    font-weight: 400;
    position: relative;
    bottom: 1.5rem;
    text-align: center;
}
.alert_SESSsuccess{
    margin: 0px;
    font-size: 13px;
    padding: 10px;
    background-color: #ddfdd9;
    color:#488d57;
    font-weight: 400;
    position: relative;
    bottom: 1.5rem;
    text-align: center;
}
input[type="button" i] {
    appearance: auto;
    user-select: none;
    white-space: pre;
    align-items: flex-start;
    text-align: center;
    cursor: default;
    box-sizing: border-box;
    color: var(--switch-textWhite)!important;
    cursor: pointer;
    /* padding: 1px 6px; */
    border-width: 1px;
    border-style: inset;
    border-color: transparent;
    border-image: initial;
}
.primary_logo {
    display: flex;
    justify-content: left;
    width: 170px;
    height: 54px
    padding-top: 1px;
}
.logoimg{
    width: 40px;
    height: 40px;
    padding: 5px;
}
.logoimg img{
    width: 100%;
    height: 100%;
    object-fit: contain;
}
.nym_p {
    width: 100%;
    text-align: left;
    font-size: 14px;
    font-weight: 400 !important;
    padding: 0px 0px 23px;
    color: var(--switch-textWhite);
}
.nym {
    width: 100%;
    text-align: left;
    font-size: 14px;
    font-weight: 400 !important;
    padding: 28px 0px 23px;
    color: var(--switch-textWhite);
}
.nym a, .login_field a{
    color:var(--switch-betopick);;
}
.btn_load_spinner{
    background: url(../img/loading.gif) no-repeat center center;
    background-size: contain;
    border: 1px solid #ffffff !important;
}








/*  */
@media (max-width: 43rem) {

/* Rgister And Login */
.login_pop_con{
    /* display: flex; */
    padding-top: 0rem;
    width: 100%;
    position: relative;
    background: rgba(126, 105, 105, 0.1);
    /* display: none; */
    transition: all 2.ease-out;
}
.login_pop_inner{
    margin:0 auto;
    display: flex;
    flex-direction: column;
    top: 0;
    width: 100%;
    height: 100%;
    padding: 1rem;
    outline: transparent solid 2px;
    outline-offset: 2px;
    border-radius: 0;
    /* background: var(--switch-darkBG); */
    color: inherit;
    margin-top: 0;
    margin-bottom: 0;
    z-index: 9999999;
    border-width: 1px;
    border-style: solid;
    border-image: var(--switch-darkBGFade);
    border-color: var(--switch-darkBorderlight);
    box-shadow: none;
    max-width: 100%;
}
.primary_logo {
    display: flex;
    justify-content: left;
    width: 120px;
    height: 50px;
}

}