
body {
    font-family: "Vazir";
}

a {
    text-decoration: none;
}

.form-box {
    width: 400px;
}

.custom-input {
    height: 48px;
    border: 1px solid #d9d9d9;
    border-right: 5px solid #051c9e;
    border-radius: 4px;
    overflow: hidden;
    background: #fff;
    position: relative;
}

    .custom-input .input-group-text {
        background: #fff;
        border: none;
        color: #666;
        padding: 0 15px;
    }

    .custom-input .form-control {
        border: none;
        box-shadow: none;
        direction: rtl;
        text-align: right;
        font-family: "Vazir";
    }

        .custom-input .form-control:focus {
            box-shadow: none;
            background: #f4f8ff;
        }

.options {
    font-size: 14px;
    direction: rtl;
}

.form-check-label {
    cursor: pointer;
    color: #555;
}

.form-check-input:checked {
    background-color: #051c9e;
    border-color: #051c9e;
}

.forgot-password {
    color: #666;
    text-decoration: none;
    transition: 0.3s;
}

    .forgot-password:hover {
        color: #051c9e;
        text-decoration: underline;
    }

.register-btn {
    width: 140px;
    border-radius: 35px;
    background: linear-gradient(90deg, #490786, #051c9e);
    color: white;
    font-weight: bold;
    font-size: medium;
    padding: 7px;
}

    .register-btn:hover {
        color: white;
    }

.social {
    display: flex;
    justify-content: center;
    gap: 20px;
}

    .social a {
        width: 60px;
        height: 60px;
        display: flex;
        justify-content: center;
        align-items: center;
        border-radius: 50%;
        background: white;
        color: black;
        font-size: 28px;
        text-decoration: none;
        box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
    }

.left-side {
    position: relative;
    background: linear-gradient(90deg, #490786, #051c9e);
    display: flex;
    align-items: center;
    justify-content: center;
}

.logo {
    width: 260px;
}

.left-content {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin-bottom: 230px;
}

.browser-text {
    width: 100%;
    color: white;
    direction: rtl;
    font-size: small;
}

    .browser-text a {
        color: #3f59ee;
        font-weight: 600;
    }

.browser-label {
    position: absolute;
    display: flex;
    flex-direction: column;
    bottom: 5px;
    text-align: center;
}

.placeholderIcons {
    position: absolute;
    left: 15px;
    top: 50%;
    transform: translateY(-50%);
    z-index: 10;
    cursor: pointer;
    color: #666;
}

.custom-input input {
    padding-left: 45px;
}

.form-box,
form#LoginForm,
.input-group.custom-input {
    overflow: visible !important;
}

.input-group.custom-input {
    position: relative;
    z-index: 1;
}

.k-tooltip-validation-fixed {
    z-index: 50 !important;
}
