.formulario {
    flex: 1;
    background-color: #ffffff;
    display: flex;
    align-items: center;
    justify-content: center;
}
  
.logo {
    flex: 1;
    background-color: #263747;
    display: flex;
    align-items: center;
    justify-content: center;
}
  
.form-group {
    position: relative;
}
  
.toggle-password {
    position: absolute;
    top: 50%;
    right: 10px;
    transform: translateY(-50%);
    cursor: pointer;
}
  
.toggle-password i {
    pointer-events: none;
}
  