:root {
    --white-color: #FFFFFF;
    --primary-gray-500: #A09F9E;
    --primary-gray-600: #777675;
    --primary-gray-300: #E2E1E0;
    --primary-orange-50: #FDF3E3;
    --primary-orange-100: #FADFB9;
    --primary-orange-800: #E16F37;
}

#customer_login {
    display: flex;
    flex-direction: column;
    align-items: center;
}

#customer_login .col-1,
#customer_login .col-2 {
    max-width: 612px;
    width: 100%;
}

#customer_login .form-title,
#customer_login .form-description,
#customer_login h2,
#customer_login h2+p {
    text-align: center;
}

#customer_login .form-title,
#customer_login h2 {
    font-size: 30px;
    font-weight: 600;
    line-height: 38px;
    margin-bottom: 12px;
    margin-top: 0;
}

#customer_login .form-description,
#customer_login h2+p {
    color: var(--primary-gray-500);
    line-height: 24px;
    margin-bottom: 32px;
}

#customer_login .woocommerce-form {
    border: none;
    box-shadow: none;
    padding: 0;
    margin: 0;
}

#customer_login .woocommerce-form h3 {
    font-size: 20px;
    font-weight: 500;
    line-height: 30px;
    margin-bottom: 4px;
}

#customer_login .woocommerce-form h3+span {
    color: var(--primary-gray-500);
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    margin-bottom: 24px;
    display: block;
}

.input-info {
    color: var(--primary-gray-600);
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
}

.woocommerce form .password-input,
.woocommerce-page form .password-input {
    width: 100%;
}

#add-student-btn {
    border-radius: 4px;
    border: 1px dashed var(--primary-orange-800);
    color: var(--primary-orange-800);
    padding: 10px 18px;
    display: block;
    width: 100%;
    background: transparent;
    min-height: 44px;
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
}

.student-row-inner {
    display: flex;
    gap: 12px;
}

.student-row-inner .student-row-inner-left {
    flex: 1;
    display: flex;
    flex-direction: column;
}

.input-icon-wrapper {
    flex: 1;
}

.woocommerce-page form .form-row .woocommerce-button {
    width: 100%;
}

.remove-student-btn {
    padding: 11px 16px;
    border-radius: 4px;
    border: 1px solid var(--primary-gray-300);
    box-shadow: 0 1px 2px 0 rgba(16, 24, 40, 0.05);
    background: transparent;
}

.student-row {
    margin-bottom: 12px;
}

.student-row:last-child {
    margin-bottom: 0;
}

#customer_login .register-first-screen__buttons {
    margin-top: 0;
}

.woocommerce-LostPassword {
    text-align: end;
}

.woocommerce-LostPassword a {
    font-size: 14px;
    font-weight: 600;
    line-height: 20px;
    color: var(--primary-orange-800);
    text-decoration: none !important;
}

.login-user-wrapper:has(.login-phone-active) {
    position: relative;
}

.login-user-wrapper:has(.login-phone-active) .input-icon-wrapper svg {
    display: none;
}

.login-user-wrapper .login-phone-active {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 1;
    left: 14px;
}

.rtl .login-user-wrapper .login-phone-active {
    left: auto;
    right: 14px;
}

.login-user-wrapper .login-phone-active .phone-code-wrapper {
    display: flex;
    align-items: center;
    gap: 4px;
    color: var(--primary-gray-500);
}

.woocommerce-page form .form-row .login-user-wrapper:has(.login-phone-active) .input-icon-wrapper input {
    padding-left: 75px !important;
}

.rtl.woocommerce-page form .form-row .login-user-wrapper:has(.login-phone-active) .input-icon-wrapper input {
    padding-right: 75px !important;
    padding-left: 14px !important;
}