.login-style-card {
    input {
        text-indent: 20px !important;
    }

    small {
        font-size: 14px;
    }

    #forgot-password-link:hover {
        color: lightskyblue;
        text-decoration: underline;
    }
    .relative i {
        pointer-events: none;
        left: 10px; 
        top: 50%; 
        transform: translateY(-50%);
    }
}