﻿.auth__container {
    /*width: 95%;*/
    margin: 0 auto;
    display: flex;
    flex-direction: column;
}

.auth__top__section {
    /*    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 10px;
    margin: 16px 0;
    width: 100%;*/
}

    .auth__top__section img {
        width: 100%;
        height: 300px;
        object-fit: cover;
        margin-top: 24px;
    }

.auth__top__section__image__container {
    width: 110px;
    height: 110px;
    background-color: #fff;
    border-radius: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    overflow: hidden;
}

    .auth__top__section__image__container:nth-child(odd) {
        filter: blur(2px);
        background-color: #F3F5FB;
    }

    .auth__top__section__image__container:nth-child(5) {
        filter: blur(0px);
        background-color: #fff;
    }

.auth__top-section__image {
    width: 44px;
    height: 44px;
    border-radius: 100%;
}

.auth__form__section {
    /* width: 95%;
    margin: 10px 0;
    background-color: #fff;
    border-radius: 12px;
    padding: 6px 0 18px 0;
    position: absolute;
    bottom: 0;
    left: 10px;*/
    width: 95%;
    margin: 50px 2.5% 0 2.5%;
    background-color: #fff;
    border-radius: 12px;
    padding: 6px 0 18px 0;
}

.auth__title__logo {
    width: 48px;
    height: 48px;
    background-color: #ff375b;
    border-radius: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.auth__title__logo__image {
    width: 24px;
    height: 24px;
}

.auth__title__section {
    display: flex;
    align-items: center;
    gap: 10px;
    width: 95%;
    margin: 6px 20px 6px 0;
}

.auth__title {
    font-size: 20px;
    font-weight: bold;
    color: black;
}

.auth__container__top__cursor {
    height: 3px;
    border-radius: 9999px;
    background-color: #dedfea;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 15%;
    margin: 10px auto;
}

.sent__code__phone,
.edit__phone {
    font-size: 14px;
    font-weight: 600;
    width: 95%;
    margin: 6px 20px 6px 0;
}

.sent__code__phone {
    color: #00000080;
}

    .sent__code__phone strong {
        color: #000;
        margin: auto 5;
    }

.edit__phone {
    color: #006fff;
    cursor: pointer;
}

.auth__form {
    width: 95%;
    margin: 20px 10px 20px 0;
}

.auth__form__label {
    font-size: 14px;
    font-weight: 600;
    margin: 20px 10px 20px 0;
}

.auth__form__input__section {
    width: 95%;
    border-radius: 12px;
    background-color: #dddee97f;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 10px;
    height: 64px;
    margin: 10px auto;
}

.auth__form__input {
    border: none;
    outline: none;
    background-color: unset;
}

    .auth__form__input::placeholder {
        font-size: 14px;
        font-weight: 600;
        color: rgba(0, 0, 0, 0.5);
    }

.auth__form__input__icon {
    width: 24px;
    height: 24px;
}

.auth__button {
    width: 90%;
    border-radius: 9999px;
    background-color: #ff375b;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0 5px;
    height: 64px;
    margin: 24px auto 10px auto;
    color: white;
    font-size: 16px;
    font-weight: bold;
    border: none;
    box-shadow: 0 14px 15px rgba(255, 57, 92, 0.15);
    gap: 10px;
}

    .auth__button img {
        width: 20px;
        height: 20px;
    }

.auth__form__optcode__section {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-evenly;
    gap: 8px;
    margin: 10px 0;
    direction: ltr;
}

.auth__form__optcode__input {
    width: 64px;
    height: 66px;
    border-radius: 12px;
    background-color: #dddee97f;
    border: none;
    outline: none;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    font-size: 20px;
    font-weight: bold;
}

.auth__questions {
    /*width: 90%;*/
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 8px auto;
    margin-bottom: 36px;
}

.dont__get__code,
.send__code__again {
    font-size: 16px;
    font-weight: 600;
}

.dont__get__code {
    color: black;
}

.send__code__again {
    color: #006fff;
    cursor: pointer;
}

.send__code__again__timer {
    color: #006fff;
}


#phone {
    width: 100%;
    font-size: 1.1rem;
    text-align: center;
}

button {
    font-family: IRANSans;
}


/* متن تایپ‌شده */
input.input-mobile {
    letter-spacing: 4px;
}

    /* placeholder فقط برای input.my-input */
    input.input-mobile::placeholder {
        letter-spacing: 0;
        color: #aaa;
    }

    /* برای پشتیبانی از مرورگرهای قدیمی‌تر: */
    input.input-mobile::-webkit-input-placeholder {
        letter-spacing: 0;
    }

    input.input-mobile:-ms-input-placeholder {
        letter-spacing: 0;
    }
