.card {
    .card-body {
        .font-h3 {
            font-weight: 600;
            margin-bottom: 15px;
        }

        label {
            font-weight: 600;
        }

        .eye-relative {
            position: relative;

            // input{
            //     padding: 0.375rem 2.3rem;
            // }
            .lock-absolute {
                position: absolute;
                top: 50%;
                left: 10px;
            }

            .eye-absolute {
                position: absolute;
                top: 25px;
                cursor: pointer;
                right: 10px;
            }
        }
    }
}