@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Barlow:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

body{
    background-color: #eee;
    font-family: 'Roboto', sans-serif;
    zoom: 91%;
}

td, th, tr, thead, tbody {
    color: #fff !important;
    font-size: 0.97em !important;
}


label {
    color: rgb(20, 20, 20) !important;
    font-size: 0.80em;
}

.navbar{
    background-color: #242526 !important;
    box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.2);
}

.form-group label{
    color: rgb(56, 56, 56) !important;
    text-transform: uppercase;
}

.subtitleHeaderPages{
    font-size: 0.80em;
    margin-top: -18px;
    margin-bottom: 20px;
    color: rgb(255, 255, 255);
}

.login{
    background-color: #fff;
    box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.2);
    padding-top: 50px;
    padding-bottom: 50px;
    padding: 20px;
    height: auto;
    min-height: 100%;
    margin-top: 50px;
    border-top-left-radius: 30px;
    border-top-right-radius: 30px;
}

.login img {
    width: 200px;
    height: auto;
    display: block;
    margin: 10px auto 30px;
}

.google-btn{
    background-color: #3B82F6;
    width: 100%;
    height: 45px;
    border-radius: 5px;
    color: #fff;
    font-weight: bold;
    border: none;
    margin-bottom: 20px;
}

.form-group{
    margin-bottom: 20px;
}

.registerHeader{
    width: 100%;
    height: auto;
    margin-bottom: 30px;
}

.registerHeader > h6{
    color: #444;
    font-size: 0.9em;
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    text-align: center;
    line-height: 1.3em;
}

.registerHeader1{
    width: 100%;
    height: auto;
    margin-bottom: 20px;
}

.registerHeader1 > h6{
    color: #444;
    font-size: 0.9em;
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    text-align: center;
    line-height: 1.3em;
}

.term-text{
    color: #111 !important;
    font-size: 0.87em;
}

.navbar{
    height: 75px !important;
}

.photoBsMenu{
    height: 75px;
    width: 75px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.notifyBsMenu{
    height: 75px;
    width: 75px;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
}

.baseNotify{
    width: 370px;
    height: 500px;
    background-color:#393a3c;
    box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.2);
    border-radius: 5px;
    position: absolute;
    top: 75px;
    right: 0px;
    padding: 20px;
    overflow-y: scroll;
    display: none;
}

.baseNotify h4{
    font-size: 18px;
    color: #fff;
}

.notifyBsMenu button{
    width: 40px;
    height: 40px;
    background-color:#4d4e50;
    border-radius: 10px;
    font-size: 1.3em;
    border:  none;
    color: rgb(157, 157, 157);
    margin-right: -20px;
}

#countNotifysRecents {
    background-color:#e01e37;
    border-radius: 100px;
    width:auto;
    height:15px;
    padding-left:2px;
    padding-right: 4px;
    position: absolute;
    top: 13px;
    left:20px;
    font-size: 0.70em;
    display:flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    font-weight: bold;
}

.photoBsMenu > img{
    height: 40px;
    width: 40px;
    border-radius: 100px;
}

.logomarca > img {
    width: 150px !important;
    height: auto !important;
}

.headerPlans{
    width: 100%;
    height: auto;
    margin-top: 40px;
    margin-bottom: 30px;
}

.headerPlans > h5{
    font-size: 3.2em;
    text-align: center;
    color: rgb(252, 252, 252);
}


.boxPlano{
    background-color: #242526;
    box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.2);
    border-radius: 2px;
    padding: 0;
    margin-bottom: 30px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}


.niveisCxsRow{
    margin-top: 15px;
    margin-bottom: 20px;
    padding: 15px;
}

.nivelCxs{
    height: 90px;
    background-color: rgb(56, 56, 56);
    border-radius: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    font-weight: bold;
    color: #fff;
    margin-bottom: 20px;
}

.titleLic > h4{
    font-size: 1.5em;
    text-align: center;
    font-weight: 300;
    color:  #fce39f;
    background-color: #2e2e2e;
    padding-left: 20px;
    padding-right: 20px;
    padding-bottom: 7px;
    padding-top:7px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}

.buttonCxplan{
    padding: 15px;
}

.buttonCxplan > button {
    width: 100%;

}

.cxPlanValue{
    margin-bottom: 30px;
    margin-top: 30px;
    padding: 10px;
    color: rgb(235, 235, 235);
}

.cxPlanValue > h6{
    font-size: 2.7em;
    text-align: center;
    font-weight: bold;
    color: rgb(235, 235, 235);
}


#ted-a, #pix-a{
    display: none;
}


.formpag > h6{
    font-size: 1.2em;
    text-align: left;
    font-weight: bold;
    color: rgb(255, 255, 255);
}


.area {
    background-color: #242526;
    box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.2);
    border-radius: 20px;
    padding: 20px;
    margin-bottom: 30px;
}

.area  h5, h6, h4, h3, h1, h2{
    color: #fff;
}

#saldoUser{
    color: #fff;
}

.headerArea{
    background-color: #242526;
    padding: 10px;
    margin-bottom: 20px;
    color: #fff;
}

.headerArea2{
    font-size: 1.5em;
    padding: 0;
    margin-bottom: 20px;
    font-weight: bold;
    color: #fff;
}


.box-afiliado-up{
    height: 80px;
    background-color: #fff;
    box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.2);
    border-radius: 2px;
    padding: 20px;
    margin-bottom: 30px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}


.box-afiliado-up > h3{
    font-size: 1.4em;
    font-weight: bold;
    color: #111;
}

.box-afiliado-up > h4{
    font-size: 1em;
    font-weight: bold;
    color: #777;
}

.myIndics{
    background-color: #fff;
    box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.2);
    border-radius: 2px;
    padding: 20px;
    margin-bottom: 30px;
}

.myIndics > h3{
    font-size: 1.5em;
    margin-bottom: 20px;
}

.confirmEmail{
    width: 100%;
    height: 50px;
    background-color: #fb8500;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 75px;
    color: #fff;
    font-weight: bold;
    position: fixed;
    top: 0px;
    left: 0;
    z-index: 0 !important;
}

.whatsappInitChat{
    width: 60px;
    height: 60px;
    border-radius: 100px;
    background-color: #2dc653;
    position: fixed;
    bottom: 40px;
    left: 40px;
    cursor: pointer;
    display:flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 1.8em;
    z-index: 5000 !important;
}

.photoBase{
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    margin-bottom:10px;
}

.photoBase > img{
    width: 150px;
    height: 150px;
    border-radius: 100px;
    display:block;
    display: 0 auto 30px;
}

.textBase{
    width: 100%;
    height: auto;
    margin-bottom: 20px;
}

.textBase > h4{
    font-size: 1.2em;
    color: #fff;
    text-align:center;
}

.textBase > h5{
    font-size: 0.9em;
    color: #eee;
    text-align:center;
}

.titleHeaderPages{
    margin-bottom: 20px;
    margin-top: 20px;
}

.text-light-menu > a{
    color: #fff !important;
}

#mobileMenu{
    width: 260px;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    background-color: #242526;
    z-index: 5000 !important;
    display: none;
    box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.4);
}


#mobileMenu > h4{
    color: #fff;
    margin-top: 40px;
    padding-left: 20px;
    font-size: 1.3em;
    margin-bottom: 30px;
}


.menuMobile{
    list-style: none;
    width: 100%;
    height: auto;
    padding: 0;
    margin: 0;
    padding-left: 20px;

}

.menuMobile > li {
    margin-bottom: 20px;
}

.menuMobile > li > a{
    text-decoration: none;
}


.menuMobile > li > a:hover{
    text-decoration: none;
    color: #fff;
}

.logomobile{
    margin-left: 20px;
    margin-top: 30px;
    width: 150px !important;
    height: auto !important;
}


.boxRendimento{
    background-color: #393a3c;
    height: 150px;
    border-radius: 5px;
    display: flex;
    flex-direction:column;
    margin-bottom: 15px;
}

.cxIcon{
    flex: 2;
    display: flex;
    justify-content: center;
    align-items: center;
}

.cxbb{
    width: 50px;
    height: 50px;
    background-color:#000000;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 1.2em;
    border-radius: 100px;
    color: #fff;
}

.cxMainTitle{
    flex: 1;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
}
.cxSubNameTitle{
    background-color: #242424;
    flex: 1;
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: bold;
    color: #fff;
}

.meusRendimentos{
    margin-top: 30px;
    margin-bottom: 40px;
}


.rendHeader{
    margin-bottom: 30px;
}
.rendHeader > h4{
    font-size: 1.7em;
    font-weight: 500;
    text-align: center;
}

.selectLicenseOptions{
    font-size: 1.2em;color: #fff !important;font-weight: bold;
}

.areaTipoJogador{
    background-color: #000000;
    box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.2);
    border-radius: 2px;
    padding: 20px;
    margin-bottom: 30px;
    display: flex;
    flex-direction:column;
}

.cxMainTitle2{
    flex: 1;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #e9ca76;
    margin-top: 10px;
    margin-bottom: 0px;
}

.linhadoTempo{
    font-size: 1.2em;
    color: #fff;
    margin-bottom: 14px;
}


.areaTipoJogador2{
    background-color: #212529;
    box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.2);
    border-radius: 2px;
    padding: 20px;
    margin-bottom: 30px;
    display: flex;
    flex-direction:column;
}

.cxSubNameTitle2{
    background-color: #212529;
    flex: 1;
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: 300;
    color: #fff;
}

.tetoHeader > h4{
    font-size: 1.2em;
    font-weight: 500;
    text-align: left;
    margin-bottom: 20px;
}

.relatexx{
    width: 18%;
    height: auto;
    background-color: #343637;
    padding-left: 30px;
    padding-right: 30px;

    padding-top: 15px;
    padding-bottom: 15px;
    display: flex;
    flex-direction: column;
    position: fixed;
    bottom: 20px;
    left: 120px;
    z-index: 5000 !important;
    border-radius: 10px;
    box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.2);
}

.relatexx > p {
    font-size: 0.80em;
    font-weight: bold;
    color: rgb(237, 237, 237);
}


.indicadosBox{
    background-color: #242526;
    box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.2);
    border-radius: 2px;
    padding: 20px;
    margin-bottom: 30px;
    display: flex;
    flex-direction: column;
}

.indicadosBox h4{
    font-size: 1.2em;
    font-weight: 400;
    text-align: left;
    margin-bottom: 20px;
    color: #fff;
}

.itemIndicado{
    width: 100%;
    height: 50px;
    background-color: #393a3c;
    margin-bottom: 10px;
    display: flex;
    flex-direction: row;
    border-radius: 5px;
    padding: 15px;
}

.titleAndIconindicador{
    flex: 5;
    display: flex;
    /* justify-content: center; */
    align-items: center;
    color: #fff;
}

.titleAndIconindicador > span{
    margin-left: 30px;
    font-size: 1em;
    color: #eee;
}

.titleAndIconindicador > i{
    background-color: #000000;
    border-radius: 10px;
    width: 40px;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.textResultsIndicador{
    flex: 1;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #eee;
    font-size: 1.2em;
    font-weight: bold;
}

.small-button{
    padding:0;
    margin:0;
    border:none;
    background-color: #e5383b;
    color: #fff;
    font-weight: bold;
    outline: none;
    padding-top: 2px;
    padding-bottom:2px;
    font-size: 0.80em;
    border-radius: 5px;
}


.pagination-broker{
    width: 100%;
    display: flex;
    flex-direction:  row;
    justify-content: flex-end;
    list-style: none;
}

.pagination-broker > li{
    margin-left: 30px;
    padding: 0;
}

.pagination-broker > li a {
    text-decoration: none;
    font-weight: bold;
    font-size: 1.2em;
}

.pagination-broker > li span {
    text-decoration: none;
    font-weight: bold;
    font-size: 1.2em;
}

.licencaAprova{
    background-color: #242526;
    padding: 20px;
    border-radius: 15px;
}

.licencaAprova h4{
    font-size: 1.10em;
    font-weight: 400;
    text-align: left;
    margin-bottom: 25px;
    color: #fff;
}


.licencaAprova > h5{
    font-size: 1.10em;
    font-weight: 400;
    text-align: left;
    margin-bottom: 25px;
    color: #fff;
}


.licencaAprova > img {
    width: 100%;
    height: auto;
}

#AreaContratoTexto{
    background-color: rgb(47, 48, 48) !important;
    border:1px solid  #454749;
    color: #fff !important;
    padding: 20px;
    border-radius:5px;
    width: 100%;
    height: 500px;
    overflow-y: scroll;
}


#AreaContratoTexto > h5{
    font-size: 1.60em;
    font-weight: 400;
    margin-bottom: 25px;
    color: #fff;
}

.textTitleOperation{
    width: 100%;
    height: auto;
}


.textTitleOperation{
    width: 100%;
    height: 200px;
    display:flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.iconCokap{
    margin-bottom: 10px;
}

.textTitleOperation > h4{
    font-size: 1.60em;
    font-weight: 300;
    color: #fff;
    text-align: center;
}

.iconCokap > i {
    font-size: 5.4em;
    color:#06d686;
}


#contagemContrato{
    color: #fff;
    font-size: 1em;
}


#areaCompraLicenca{
    width: 100%;
    height: 100%;
    position: fixed;
    top:0;
    left:0;
    right:0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.8);
    z-index: 5000 !important;
    display:none;
}

.baseAreaCompraLicenca{
    background-color: #fff;
    border-radius: 10px;
    padding: 20px;
    margin-top: 100px;
    display:flex;
    justify-content: center;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

@media screen and (max-width: 500px){
    .baseAreaCompraLicenca{
        background-color: #fff;
        border-radius: 10px;
        padding: 20px;
        margin-top: 30px;
        display:flex;
        justify-content: center;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }

    .form-check-label{
        font-size: 0.90em !important;
    }

    .mmppas{
        margin-bottom: 40px !important;
    }

    .wrapper{
        width: 100% !important;
        float: left;
        padding: 5px;
    }
}



.iconValidationPayment{
    display:flex;
    justify-content: center;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.iconValidationPayment > img {
    width: 400px;
    height: auto;
    margin-bottom: 30px;
    margin-top: 40px;

}

.iconValidationPayment > h4{
    font-size: 2.70em;
    font-weight: 600;
    color: #111;
    text-align: center;
    margin-bottom: 20px;
    margin-top: 20px;
}

.baseAreaCompraLicenca p {
    font-size: 1.22em;
    font-weight: normal;
    color: #111;
    text-align: center;
}

.nossaconta{
    background-color: #000000;
    box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.2);
    padding: 10px;
    border-radius:5px;
    color: #fff !important;
}


.listNotify{
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: column;
    padding: 0;
}


#itemNotify{
    width: 100%;
    height: auto;
    background-color: rgb(34, 34, 34);
    box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.2);
    border-radius: 5px;
    margin-bottom: 15px;
    padding-left: 8px;
    padding-right: 8px;
    padding-bottom: 10px;
    padding-top: 10px;
    margin-top: 10px;
}

#itemNotify > p {
    color: #fff;
}


#itemNotify > span {
    width: 100%;
    float: left;
    font-size: 0.80em;
    color: rgb(140, 140, 140);
    margin-top: 5px;
}

#itemNotify > h5 {
    width: 100%;
    float: left;
    font-size: 0.94em;
    color: #64b968;
    margin-top: 5px;
    margin-bottom:8px;
}

.boxSelectLicenseIf{
    background-color: rgb(84, 84, 84);
    padding-left: 20px;
    padding-right: 20px;
    padding-bottom: 5px;
    padding-top: 5px;
    font-size: 1.2em;
    border-radius: 5px;
    box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.2);
    margin-bottom: 10px;
}

.authRendBox{
    background-color: #fff;
    padding-left: 20px;
    padding-right: 20px;
    padding-bottom: 5px;
    padding-top: 20px;
    font-size: 1.2em;
    border-radius: 5px;
    box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.2);
    margin-bottom: 10px;
}

.authRendBox > h4{
    font-size: 1.2em;
    font-weight: 600;
    color: rgb(67, 67, 67);
    text-align: left;
    margin-bottom: 5px;
    margin-top: 20px;
}

.authRendBox > p{
    font-size: 0.90em;
    font-weight: 300;
    color: rgb(67, 67, 67);
    text-align: left;
    margin-bottom: 20px;
}

.wrapper{
    width: Calc(100% - 320px);
    float: right;
    padding: 12px;
}


/* admin */

.boxGraphs{
    background-color: #2f3031;
    padding: 20px;
    border-radius: 9px;
    box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.2);
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    margin-bottom: 30px;
}

.newUsers{
    background-color: #2f3031;
    padding: 20px;
    border-radius: 9px;
    box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.2);
    margin-bottom: 30px;
}

.payBox{
    background-color: #2f3031;
    padding: 20px;
    border-radius: 9px;
    box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.2);
    margin-bottom: 30px;
}

.payBox > .cxsaldo{
    font-size: 2.1em;
    color: rgb(255, 255, 255);
}

.payBox > .cxsubSaldo{
    font-size: 1.0em;
    color: rgb(208, 208, 208);
}

.payBox > .cxTitle{
    font-size: 1.0em;
    color: rgb(201, 201, 201);
    text-transform: uppercase;
    font-weight: bold;
}


.totalValuesGraph{
    flex: 1;
    font-size: 1.9em;
    color: rgb(255, 255, 255);
    font-weight: bold;
    display: flex;
    justify-content: center;
}

.nameValueGraph{
    flex: 1;
    font-size: 1em;
    color: rgb(187, 187, 187);
    font-weight: 400;
    display: flex;
    justify-content: center;
    margin-top: 5px;

}

.totalValuesGraphOntem{
    flex: 1;
    font-size: 0.95em;
    color: rgb(242, 163, 15);
    font-weight: 400;
    display: flex;
    justify-content: center;
    margin-top: 5px;
}

.newUsers > header > h4{
    font-size: 1.1em;
    font-weight: 600;
    color: rgb(255, 255, 255);
    text-align: left;
}


/*  New Screen Login  */



.container-fluid-wb{
    width:100%;
    height:auto;
    font-family: 'Barlow', sans-serif;
}

.boxSectionIntructions{
    background-repeat: no-repeat;
    background-position: bottom;
    background-size: cover;
    margin-top: 150px;
    font-family: 'Barlow', sans-serif;
}

.boxLogin{
    background-color: #fff;
    box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.1);
    border-radius: 14px;
    padding: 25px;
    font-family: 'Barlow', sans-serif;
    margin-bottom:50px;
}

.boxLogin h3 {
    font-size:1.5em;
    font-weight: 300;
    line-height: 1.5em;
    margin-bottom: 40px;
    font-family: 'Barlow', sans-serif;
    color: #000000;
}

.form-control-broker{
    width:100%;
    height: 57px;
    background-color: rgb(240, 240, 240);
    border: 1px solid rgb(230, 230, 230);
    outline: none;
    border-radius: 5px;
    padding-left: 10px;
    font-family: 'Barlow', sans-serif;
}

.form-group-broker{
    width:100%;
    height: auto;
    margin-bottom: 30px;
    font-family: 'Barlow', sans-serif;
}

.form-group-broker > label {
    margin-bottom: 10px !important;
    font-weight: bold;
    font-weight: 500;
    color: rgb(44, 44, 44) !important;
    font-family: 'Barlow', sans-serif !important;
    font-size: 1.1em;
}

button:disabled,
button[disabled]{
    width:100%;
    height:57px;
    background-color: #000000;
    border: none;
    border-radius: 7px;
    color: #fff;
    font-family: 'Barlow', sans-serif !important;
    opacity: 0.5;
}

.form-group-broker ol {
    padding: 0;
    margin: 0;
    list-style: none;
    font-family: 'Barlow', sans-serif !important;
}

.form-group-broker ol li{
    margin-bottom: 15px;
    font-family: 'Barlow', sans-serif !important;
    font-size: 1.10em;
}

.form-group-broker ol li a {
    text-decoration: none;
    color: rgb(75, 75, 75);
    font-size: 1.10em;
    font-family: 'Barlow', sans-serif !important;
}

.sloganSign{
    width:100%;
    height:auto;
}

.sloganSign h4{
    font-size: 3.5em;
    color: #000000;
    font-weight: bold;
    line-height: 1.4;
    font-family: 'Barlow', sans-serif;
}


.sloganSign p{
    font-size: 0.97em;
    color: rgb(70, 70, 70);
    font-weight: 300;
    line-height: 1.6;
    margin-bottom:50px;
    font-family: 'Barlow', sans-serif;
}

.sloganButton{
    padding-left: 50px;
    padding-right: 50px;
    padding-top: 15px;
    padding-bottom: 15px;
    background-color: #4b4b4b;
    text-decoration: none;
    font-size: 0.90em;
    color: rgb(255, 255, 255);
    border-radius: 5px;
    font-weight: 700;
    cursor: pointer;
    font-family: 'Barlow', sans-serif;
}

.sloganButton:hover{
    color: #777;
}

.sloganSign > img {
    width: 280px;
    height: auto;
    display: block;
    margin-bottom:40px;
}

.orderPassword {
    list-style: none;
    padding:0;
    margin-top: 20px;
}

.orderPassword li {
    margin-bottom: 2px;
    color: #777;
    font-size: 0.91em;
}

/* #cespecial{
    display: none;
}

#smca8{
    display: none;
}

#supulmai{
    display: none;
} */

#invalidemail{
    color: red;
    display: none;
}

#validemail{
    display: none;
    color: #40916c;
}

/* End New Screen Login */

.baseContainerLogin{
    width:60%;
    height:auto;
}

.pText{
    color: #fff !important;
}