
.innerInput input {
    height: 5vh;
}


.message h2 {
    font-size: .9vw;
    font-weight: 300;
}

.message {
  /*  width: 100%;*/
    height: 5vh;
    display: flex;
    margin:5,5,5,5px;
}
.success {
    background-color: rgba(0, 255, 0, .1);
    border: 0.1vh solid #359535;

}

    #success h2 {
        color: green;
       
      
    }

.warning {
    background-color: rgba(255, 115, 0, 0.1);
    border: .1vh solid rgb(255, 137, 91);
    margin-top: 3%;
}

    .warning h2 {
        color: rgb(180, 40, 0);
    }

.success svg {
    height: 50%;
    text-align:center;
    margin:auto;
}

.warning svg {
    margin: 2vh;
}



.cardCadastro {
    height: 90%;
    background-color: white;
    width: 90%;
    border-radius: 8px;
    display: flex;
    flex-direction: row;
    align-items: center;
    box-shadow: 8px 8px 5px -7px rgba(0, 0, 0, .2);
    animation: card-intro 0.5s 1;
    justify-content: center;
    margin-top: 9px;
}

.card-column-content-cadastro {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: auto;
    margin:10px 20px 10px 20px;
    height:auto;
}
.card-column-cadastro {
    width: 39vw;
    border-right: 1px solid lightgray;
    height: 90%;
    display: flex;
    padding:10px;
}

.message-cadastro {
    width: 100%;
    height: 5vh;
    display: flex;
    align-items: center;
    text-align: center;
    margin-bottom: 2.5vh;
}

.card-column-cadastro input {
    width: 80%;
    height: 20%;
    font-size: .75vw;
}


#emailBox {
    font-size: 12px;
    margin: 12px;
   
}
.strong-custon {
    font-weight: 700;
    color: #15803D
}

#eye {
    height: 50%;
    text-align: center;
    margin: auto;
}
#eyeSlash {
    height: 50%;
    text-align: center;
    margin: auto;
}
.card-submit-cadastro {
    margin: auto;
    border-radius: 5px;
    background-color: #0d5c9c;
    color: white;

}
.card-container-cadastro {
    /*height: 76.5vh;*/
    height: 100%;
    background-color: #f5f5f5;
    justify-content: center;
    width: 100vw;
}
#sidebar-cadastro {
    align-items: flex-end;
    height: 87%;
    animation: sidebar-intro 0.5s 1;
    justify-content: space-between;
}
#left-flexbar-cadastro {
    display: flex;
    align-items: center;
    width: 100%;
    justify-content: center;
}
.linkVoltar{

    margin-top:90%;
    margin-left:60%;
}