.auth-title {
    font-family: "Hamlin";
    font-style: normal;
    font-weight: 800;
    font-size: 24px;

    color: #1a162c;
    text-align: center;
}

.auth-description {
    font-family: "Hamlin";
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    text-align: center;

    color: #1a162c;
    opacity: 0.5;
}

.auth-container {
    max-width: 390px;
    margin: 0 auto;
}

.auth-form-area {
    border: 2px solid #ece8dc;
}

.tab-content {
    padding: 20px;
}

.forget-password {
    font-family: "Hamlin";
    font-style: normal;
    font-weight: 800;
    font-size: 12px;

    text-transform: uppercase;
    color: #1a162c;
    mix-blend-mode: plus-darker;
    opacity: 0.5;
}

.auth-form-button {
    width: 100%;
    height: 60px;
}

.auth-view-password-toggle {
    position: absolute;
    right: 20px;
    top: 42px;
    transform: translateY(-20%);
    cursor: pointer;
}

.left-area {
    background: rgb(236, 232, 220, 0.5);
    padding: 30px;
}

.left-title {
    font-weight: 800;
    font-size: 30px;

    text-transform: uppercase;
    color: #1a162c;
}
.left-description {
    font-weight: 400;
    font-size: 14px;

    color: #1a162c;
    opacity: 0.5;
}

.auth-section1-left-items-list {
    display: flex;
    gap: 20px;
    flex-wrap: wrap;
}

.auth-section1-left-items {
    display: flex;
    /* flex-direction: row; */
    flex-direction: column;
    gap: 20px;
    background-color: #ece8dc;
    flex-basis: 40%;
    align-items: center;
    padding: 20px;
}

.auth-section1-left-items span {
    font-style: normal;
    font-weight: 800;
    font-size: 14px;
    text-align: left;

    text-transform: uppercase;
    color: #1a162c;
}
