 .gradient-custom-2 {
      background: #fccb90;
      background: -webkit-linear-gradient(to right, #ee7724, #d8363a, #dd3675, #b44593);
      background: linear-gradient(to right,#2689E0, #099D96 );
    }
    @media (min-width: 768px) {
      .gradient-form {
        height: 100vh !important;
      }
    }
    @media (min-width: 769px) {
      .gradient-custom-2 {
        border-top-right-radius: .3rem;
        border-bottom-right-radius: .3rem;
      }
    }
    /* Start BUtton eye*/
    input[type=password] { 
      box-sizing: border-box;  
    } 
    .fontpassword {
      position: relative;
    }
    .fontpassword i{
      position: absolute;
      left: 90%;
      top: 55%;
      color: #B7B2B1;  
    }
    /* End BUtton eye*/
    .home a{
      color: black;
      text-decoration: none; 
    }