.gradient-custom-2 {
/* fallback for old browsers */
background: #fccb90;

/* Chrome 10-25, Safari 5.1-6 */
background: -webkit-linear-gradient(to right, #0968e5, #091970);

/* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
background: linear-gradient(to right, #0968e5, #091970);
/* background: linear-gradient(to right, #0026ff, #ffffff, #ff0000); */
}

@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;
}
}

@media (max-width: 500px) {
    .gradient-custom-2 {
        display: none!important;
    }
}

.input-container {
    position: relative;
}

.btn-toggle-password {
    position: absolute;
    right: 10px;
    top: 70%;
    transform: translateY(-50%);
    background: none;
    border: none;
    color: #666;
    cursor: pointer;
    padding: 0;
}
  
.btn-toggle-password i {
    font-size: 1.2rem;
}

#container-form {
    min-height: 40vh;
}



main {
    height: 100vh!important;
}