body {
    margin: 0 auto;
    font-family: sans-serif;
    padding: 0;
    font-family: sans-serif;


}



.main-login {
    margin: 0 auto;
    width: 100vw;
    height: 100vh;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-start;

    background-image: url("../img/VectorCirculo.png");
    background-repeat: no-repeat;
    background-position: 0% 90%;
    background-size: 100%;
    position: absolute;


    background-color: #ffffff;



}

.rigth_login {
    width: 40%;
    height: 100%;


   /* background: rgb(245,245,245);
    background: linear-gradient(90deg, rgba(245,245,245,1) 0%, rgba(235,251,248,1) 50%, rgba(172,236,224,1) 100%);*/
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-direction: column;
    border-radius: 0px 0px 0px 0px;

    .icon-login {

        margin-top: 20px;
        margin-left: 10px;
        position: absolute;
        width: 20px;
        height: 20px;

    }


    .icon-senha {
        position: absolute;
        top: 50%;
        right: 20px;
        size: 60%;
        cursor: pointer;
    }




}

.left-login {

    width: 60%;
    height: 100%;
    display: flex;
    row-gap: 5%;
    align-items: center;
    flex-direction: column;
    background: #1F332F;
    transition: 2s;


    .left-login-txt {

        width: 100%;
        height: 40%;
        display: flex;
        justify-content: center;
        align-items: center;
        text-align: center;


    }

    .left-login-txt,
    h1 {
        color: white;
        font-size: 24px;
    }


}






.div-logo-rigth {
    width: 90%;
    height: 20%;
    display: flex;
    justify-content: center;

    flex-direction: column;

    background: transparent;
    border-radius: 0px;
    max-width: 600px;

}

.img-logo-rigth {

    max-width: 100px;
    max-height: 80px;
    width: auto;
    height: auto;


}

.text-rigth-sup {
    width: 100%;
    height: 20%;
    display: flex;
    max-width: 600px;

    flex-direction: column;


}

.text-rigth-sup-1 {
    width: 100%;
    height: 30px;
    display: flex;
    flex-direction: row;
    

}

.text-rigth-sup-2 {
    width: 100%;
    height: 30px;
    display: flex;
    flex-direction: row;
    align-items: center;




}

.text-rigth-sup-1-left {
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: left;
    color: #1F332F;
}

.text-rigth-sup-1-rigth {

    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    background-image: url("../img/Vectortext.png");
    background-repeat: no-repeat;
    background-position: 60% 100%;
    background-size: 100%;

}

.text-rigth-sup-1-rigth-2 {

    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;



}

.text-rigth-sup,
h1 {
    width: 95%;
    font-weight: 600;
    color: #191A15;
    font-size: 1.2rem;
    display: flex;
    flex-direction: column;
    justify-content: left;
    align-items: left;



}

.img-sublinhado {
    width: 100px;
    height: 10px;
    margin-left: 10%;
    margin-top: 5%;
    position: absolute;


}


.im-textrigt {
    max-width: 100px;
    max-height: 80px;
    margin-left: 50px;
    width: auto;
    height: auto;



}


.card-login {
    width: 90%;
    height: 40%;
    min-height: 220px;
    display: block;
    justify-content: center;
    align-items: center;
    flex-direction: column;

    background: transparent;
    border-radius: 0px;
    max-width: 600px;



}

.form-idioma {
    width: 90%;
    height: 10%;
    display: flex;
    justify-content: center;
}



.text-rodape {
    margin: 0 auto;
    width: 90%;
    height: 18%;
    display: flex;
    flex-direction: column;
    text-align: center;
    justify-content: center;

}

.text-rodape,
font {
    color: #524E69;
    opacity: 0.6;
    font-size: 12px;

}

.textfield {
    position: relative;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    margin: 5px 0px;
    box-sizing: border-box;

}

.textfield>input {
    width: 100%;
    border: 1px solid #C6C2D0;
    border-radius: 10px;
    padding: 14px 14px 14px 35px;
    background: white;
    font-size: 12px;
    box-sizing: border-box;

}

.textfield>label {
    color: #4E6E5D;
    margin-bottom: 5px;
    font-weight: bold;
}

.textfield>label::placeholder {
    color: #C6C2D0;
}


.btn-login {
    width: 100%;
    height: 35px;
    margin-top: 15px;
    border: none;
    border-radius: 20px;
    outline: none;
    font-weight: 800;
    background-color: #1F332F;
    color: white;


    cursor: pointer;
    box-shadow: 0px 10px 40px - 12px #229ef1;

}


.btn-login:hover {
    background-color: white;
    color: #191A15;
}

.text-error {
    color: white;
    margin-top: 15px;
    font-weight: bold;

}




@media only screen and (max-width:1100px) {

    .grupo-logo-3 {
        width: 90%;
        height: 20%
    }

    .grupo-logo-3 .grupo-logo-1-dados {
        display: none;
    }


}



@media only screen and (max-width:700px) {

    .left-login-globalPass,
    .left-login-cliqxdev,
    .left-login-cliqxshop,
    .left-login-live2play,
    .left-login-treeal {
        display: none;
    }


    .grupo-logo-1,
    .grupo-logo-2,
    .grupo-logo-3 {
        display: none;

    }

    .text-rigth-sup>h1 {
        text-align: center;

    }

    .div-logo-rigth {
        align-items: center;
    }


    .text-rodape {

        justify-content: center;

    }

    .img-logo {
        width: 150px;
        margin-left: 0%;
    }

    .main-login {
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }

    .rigth_login {
        width: 90%;
        height: 90vh;
        border-radius: 20px 20px 20px 20px;
    }

    .left-login {

        display: none;

        /*
        width: 90%;
        height: 15vh;
        border-radius: 20px 20px 0px 0px;
      */
    }




    .left-login>h1 {
        display: none;


    }

    .card-login {
        width: 75%;
    }


}


*/ .exibir {

    margin-left: 0%;

}