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;
}


.rigth_login {
    width: 40%;
    height: 100%;
    background:#ffffff;
    display: flex;
    justify-content: center;
    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;
    }




}

.text-rigth-sup,
h1 {
    width: 95%;
    font-weight: 600;
    color: #DE571E;
    font-size:20px;
    display: flex;
    flex-direction: column;
    justify-content: end;
    align-items: center;
    text-align: center;

}

.text-rigth-sup {
    width: 100%;
    height: 20%;
    display: flex;
    max-width: 600px;
  

    flex-direction: column;

}

.left-login {

    width: 60%;
    height: 100%;
    display: flex;
    row-gap: 5%;
    align-items: center;
    flex-direction: column;
    justify-content: center;

    background-color: #0E0B29;




}

.logo-login{
    max-width: 100%;
    max-height: 100%;
}

.card-login {
    width: 90%;
    height: 60%;
    min-height: 220px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;

    background: transparent;
    border-radius: 0px;
    max-width: 600px;



}


.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%;
    height: 60px;
    border: 1px solid #C6C2D0;
    border-radius: 10px;
    padding: 14px 14px 14px 35px;
    background: white;
    font-size: 12px;
    box-sizing: border-box;

}

.textfield>label {
    color: #DE571E;
    margin-bottom: 5px;
    font-weight: bold;
}

.textfield>label::placeholder {
    color: #C6C2D0;
}

.btn-login {
    width: 100%;
    height: 60px;
    margin-top: 15px;
    border: none;
    border-radius: 10px;
    outline: none;
    font-weight: 800;
    background-color: #DE571E;
    color: white  ;


    cursor: pointer;
    box-shadow: 0px 10px 40px - 12px #0E0B29;

}


.btn-login:hover {
    background-color: #202020;
    color: white;
    /*border: 1px solid white;*/
}

.text-rodape,
font {
    color: #ffffff;
    opacity: 0.9;
    font-size: 12px;

}


.text-reset-pass{
    width: 100%;
    height: 20px;
    margin-top: 15px;
    text-align: center;
    cursor: pointer;

   
}

.font-pass{
    color: #DE571E;
    font-size: 18px;
    text-decoration: none;
    font-weight: 600;
    cursor: pointer;

}


.font-pass:hover {
    text-decoration: none;
    color: #000000;
    cursor: pointer;
}

.text-reset-pass{
    width: 100%;
    height: 20px;
    margin-top: 15px;
    text-align: center;
    cursor: pointer;

   
}

.text-reset-pass{
    width: 100%;
    height: 20px;
    margin-top: 15px;
    text-align: center;
  
}


@media only screen and (max-width:950px){
    .card-login{
        width: 75%;
    }
}

@media only screen and (max-width:600px) {

   
    .text-rodape{
    
        justify-content:center;

    }

    .img-logo{
        width: 150px;
        margin-left: 0%;
    }

    .main-login{
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }

    .rigth_login{
        width: 90%;
        height: 65vh;
        border-radius: 0px 0px 20px 20px;
    }

    .left-login{
   
        width: 90%;
        height: 25vh;
        border-radius: 20px 20px 0px 0px;
        
    }


    .logo-verde > h1 {
   display: none;
        
    
    }

    .card-login{
        width:75%;
    }
    

}