.password-wrapper {
    position: relative;
}

.password-wrapper .toggle-password {
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
    cursor: pointer;
    color: #6c757d;
}

.password-wrapper .toggle-password:hover {
    color: #495057;
}

.login-container {
    max-width: 35rem;
    margin: 10px auto;
    padding: 3rem;
    box-shadow: 0 .5rem 1rem rgba(0, 0, 0, .15);
    border-radius: .5rem;
}
.login-container h3, .login-container h5{
     font-size: 32px;
    text-transform: capitalize;
}
.password-strength .progress-bar {
    transition: all 0.4s ease;
}

.strength-text.weak {
    color: #dc3545;
}

.strength-text.fair {
    color: #ffc107;
}

.strength-text.good {
    color: #28a745;
}

.strength-text.strong {
    color: #198754;
}

.progress-bar.bg-danger {
    background-color: #dc3545 !important;
}

.progress-bar.bg-warning {
    background-color: #3884c5 !important;
}

.progress-bar.bg-success {
    background-color: #28a745 !important;
}

/* ria */
#loginModal .modal-body {
    padding: 13px 25px 45px;
}

#loginModal .modal-header {
    border-bottom: 0;
}

#loginModal .modal-body h3 {
    margin-top: 25px;
}

#loginModal .nav-tabs {
    border-bottom: 0;
    gap: 10px;
}

#loginModal .nav-tabs .nav-link {
    border-color: transparent;
}

#loginModal .nav-tabs .nav-link.active {
    border-color: transparent;
    background-color: #1f8ceb;
    color: #fff;
}

.form-label {
    margin-bottom: .3rem;
}

#loginModal .nav-tabs .nav-link {
    color: #000;
}

#loginForm label {
    font-size: 14px;
    color: #000;
}

#loginModal .btn-close {
    border: 2px solid #000;
}

#loginForm input {
    line-height: 26px;
    border-radius: 6px;
}

#loginForm .lost-pw a {
    font-weight: 400;
    color: #000;
    transition: all 0.4s;
}

#loginForm .lost-pw a:hover {
    color: #3373af;
}

#registerForm label {
    font-size: 14px;
    color: #000;
}

#registerForm input {
    line-height: 26px;
    border-radius: 6px;
}

#registerForm .progress {
    margin-bottom: 0;
    margin-top: 11px;
}

#registerForm .btn-success{
    background-color: #052861 !important;
    border-bottom: #052861 !important;
}
.loginModal .nav-tabs li {
    width: 50%;
    text-align: center !important;
}

.loginModal .nav-tabs li a {
    border-radius: 0.4rem;
    -webkit-border-radius: 0.4rem;
    -moz-border-radius: 0.4rem;
    -ms-border-radius: 0.4rem;
    -o-border-radius: 0.4rem;
}

.loginModal .nav-tabs {
    display: flex;
    flex-wrap: nowrap;
    gap: 0 !important;
    background: #e8f0fe;
    border-radius: 0.4rem;
    -webkit-border-radius: 0.4rem;
    -moz-border-radius: 0.4rem;
    -ms-border-radius: 0.4rem;
    -o-border-radius: 0.4rem;
    padding: 0.2rem;
}

.loginModal .tab-content {
    padding-top: 1rem;
}

.loginModal .progress-bar.bg-success {
    background-color: #1f8ceb !important;
}

.loginModal .theme-btn {
    background-color: #1f8ceb !important;
    border-radius: 0.4rem;
    -webkit-border-radius: 0.4rem;
    -moz-border-radius: 0.4rem;
    -ms-border-radius: 0.4rem;
    -o-border-radius: 0.4rem;
    font-size: 18px;
    font-weight: 500 !important;
}

#loginForm.loginModal input {
    border-radius: 0.6rem;
    -webkit-border-radius: 0.6rem;
    -moz-border-radius: 0.6rem;
    -ms-border-radius: 0.6rem;
    -o-border-radius: 0.6rem;
}

.loginModal .nav-tabs .nav-link {
    padding: .1rem 1rem;
    font-size: 13px;
    font-weight: 500;
}

.loginModal .mb-3 {
    margin-bottom: 0.7rem !important;
}

.leftSidecontent .listedProcessServer:nth-child(1) {
    background-color: #efebbd !important;
}