body {
    margin: 0;
    box-sizing: border-box;
}

.container{
  display: flex;
  width: 100vw;
  height: 100vh;
 }

.cover{
    width: 914px;
    background: url('../images/fotoPersonaLogin.png') rgba(0, 103, 41, 0.66);
    background-repeat: no-repeat;
    background-blend-mode: multiply;
    display: flex;
    align-items: center;
 }

.cover-productores{
    width: 914px;
    background: url('../images/fotoPersonaLogin2.png') rgba(0, 103, 41, 0.66);
    background-repeat: no-repeat;
    background-blend-mode: multiply;
    display: flex;
    align-items: center;
 }

.cover-text{
    margin-left: 66px;
    border-left: 5px solid rgb(16, 209, 93);
    color: white;
    padding-left: 17px;   
    font-family: HDI-GerlingSans,Roboto,"Helvetica Neue",sans-serif;
}

.cover-text h1{
  
   letter-spacing: -0.3px;
   line-height: 100%;
   font-size: 36px;
   font-style: (mixed);
   font-weight: 400;
   margin-bottom: 5px;
   letter-spacing: normal;
   margin: 0 0 10px;
   border-left: 0px;
   padding: 0px 0px 0px 0px;
}

.cover-text h1 span{
   font-weight: 400;
   border-left: 0px;
}

.cover-text p{
   margin-bottom:0px;
   margin-top:0px;
   border-left: 0px;
   padding: 0px;
   margin: 0;
}

.login{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    flex-grow: 1;
}


.logoLogin{
    margin-bottom: 62px;
}

.login  input{
    color: black;
    font-size: 16px;
    width: 381px;
    height: 52px;
    padding: 14px 40px 14px 62px;
    box-sizing: border-box;
    background-color: rgba(242, 242, 242, 1);
    margin: 0 0 18px 0;
    border: 1px solid rgba(221, 221, 221, 1);
    border-radius: 5px;
}

.icons{
    position: fixed;
    margin: 12px 0 0 20px;
}

.hidePw{
        position: fixed;
        margin-left: -45px;
        margin-top: 12px;
        border: none;
        background: none;
      }

a{
   color: #32af5c;
   text-decoration: underline;
}

.mat-icon {
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    background-repeat: no-repeat;
    display: inline-block;
    fill: currentColor;
    height: 24px;
    width: 24px;
}

.material-icons {
    font-family: 'Material Icons';
    font-weight: normal;
    font-style: normal;
    font-size: 24px;
    line-height: 1;
    letter-spacing: normal;
    text-transform: none;
    display: inline-block;
    white-space: nowrap;
    word-wrap: normal;
    direction: ltr;
    -webkit-font-feature-settings: 'liga';
    -webkit-font-smoothing: antialiased;
}

.buttonAccept{
  width: 154px;
  height: 41px;
  background-color: rgba(0, 103, 41, 1);
  border-radius: 5px;
  color: white;
  border: none;
    
}

.divAccept{
     width: 100%;
    height: 41px;
    display: flex;
    justify-content: space-between;
    align-items: center;
        
}

.pointer{
    cursor:pointer;   
}

.passwordDisable{
    color: rgba(99, 102, 106, 1);
 }
 
 .passwordActive{
    color: rgba(99, 102, 106, 0.5);
 }
 
 .invalidInput{
    margin-top: -20px;
    margin-left: 25px;
    color: red;
    font-size: 10px;
}
