/* Last Modified: 2025-05-10
   Git Commit (for UI Project): "3 New Pages in Therapist Panel + Minor Update"
   Original File Name: thp_login.css */

.logo-icon-login {
    width: 6rem;
    height: 6rem;
}

#otp-input {
    display: flex;
    gap: 0.5rem;
}

#otp-input input {
    width: 3.5rem;
    text-align: center;
    direction: ltr;
}

.icon-password {
    position: absolute;
    left: 1rem;
    top: 1.75rem;
    width: 1.5rem;
    height: 1.5rem;
    color: #7D8384;
}

.text-place {
    direction: ltr !important;
}

input[type="password"]::-ms-reveal {
    display: none;
}

.ms-pf {
    margin-right: -0.5rem;
}


.bottom-sheet.show .sheet-content {
    padding-bottom: 0.5rem !important;
    /* height of bottom navigation */
}