@font-face {
    font-family: cFont;
    font-style: normal;
    font-weight: normal;
    src: url(../font/Vazir.ttf) format("truetype");
    font-display: swap
}

* {
    font-size: 13px;
    font-family: cFont !important
}

a {
    text-decoration: none;
    color: #6555D3;
}

body {
    direction: rtl;
    text-align: center;
    background-color: #ffffff;
    margin: 0;
    padding: 0;
}

.container {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100vh;
}

.form-box {
    width: 400px;
    background: white;
    padding: 30px;
    text-align: justify;
    line-height: 25px;
    border-radius: 8px;
    border: 1px solid #d5cfff;
}

.form-box h2 {
    font-size: 18px;
}

.form-box img {
    display: block;
    margin: 0 auto 15px auto;
}

.form-box span {
    display: block;
    text-align: right;
    color: #ff0000;
    font-size: 12px;
}

p#timer {
    color: #2E303B !important;
    font-size: 12px;
    text-align: center;
    margin: 5px auto 0 auto;
    display: block;
}

p#timer a {
    color: #6555D3;
}

.hidden {
    display: none !important;
}

input {
    box-sizing: border-box;
}

input[type=text] {
    width: 400px;
    padding: 12px;
    border: 1px solid #ccc;
    border-radius: 4px;
}

input[type=submit] {
    width: 400px;
    padding: 12px;
    background: #6555D3;
    color: white;
    border: none;
    border-radius: 4px;
    margin-top: 20px;
    cursor: pointer;
}

button:disabled {
    background: #ccc;
    cursor: not-allowed;
}

p {
    font-size: 14px;
    color: #555;
}

.input-error {
    border: 2px solid red;
    border-radius: 4px;
    background-color: #ffe6e6;
}

.editnumber {
    width: auto;
    text-align: center;
    color: #86009b;
    font-size: 16px;
    margin-top: 15px;
    cursor: pointer;
}

