html,
body {
    width: 100%;
    height: 100%;
    direction: rtl;
}

html {
    line-height: 1.15;
    -webkit-text-size-adjust: 100%;
}

body {
    margin: 0px;
    font-family: IRANSans, sans-serif, serif;
    box-sizing: border-box;
    max-width: 100%;
    background-color: rgb(250, 250, 250);
    overflow-x: hidden;
    background-size: cover;
    background-position: 100% 100%;
    background-repeat: no-repeat;
    display: block;
}

#app {
    height: 100%;
    width: 100%;
    overflow-x: hidden;
}

.center {
    display: block;
    text-align: center;
}

div {
    display: block;
}

a {
    text-decoration: none;
    background-color: transparent;
}

#logo {
    margin: 60px auto;
    display: inline-block;
}

#logo img:first-child {
    height: 35px;
}

#logo img {
    vertical-align: middle;
    filter: contrast(0);
    opacity: 0.8;
    user-select: none;
    transition: all 200ms ease 0s;
}

img {
    border-style: none;
}

#logo span:last-child {
    height: 25px;
    margin-right: 10px;
}

#main-wrapper {
    position: relative;
}

main {
    display: block;
}

#main-container:not(.relative) {
    position: absolute;
    left: 50%;
    width: 100%;
    max-width: 440px;
    transform: translateX(-50%);
    transition: all 200ms ease 0s;
}

section.route-section {
    position: absolute;
    width: 100%;
    top: 0px;
    left: 0px;
    right: 0px;
}

@media (max-width: 768px) {
    section.route-section {
        padding: 0px 15px;
    }
}

.euwDfW {
    background-color: rgb(249, 249, 249);
    color: rgb(105, 105, 105);
    padding: 10px 40px 10px 15px;
    border-radius: 3px;
    text-decoration: none;
    display: inline-block;
    margin-bottom: 20px;
    transition: background-color 0.3s ease 0s;
    font-size: 11px;
    border: 1px solid rgb(187, 187, 187);
    position: relative;
}


.euwDfW::after {
    content: "";
    position: absolute;
    top: 50%;
    right: 15px;
    transform: translateY(-50%);
    width: 15px;
    height: 10px;
    background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNjguODMyIiBoZWlnaHQ9IjI2OC44MzIiIHZpZXdCb3g9IjAgMCAyNjguODMyIDI2OC44MzIiPjxwYXRoIGZpbGw9IiM2OTY5NjkiIGQ9Ik0yNjUuMTcxIDEyNS41NzdsLTgwLTgwYy00Ljg4MS00Ljg4MS0xMi43OTctNC44ODEtMTcuNjc4IDAtNC44ODIgNC44ODItNC44ODIgMTIuNzk2IDAgMTcuNjc4bDU4LjY2MSA1OC42NjFIMTIuNWMtNi45MDMgMC0xMi41IDUuNTk3LTEyLjUgMTIuNSAwIDYuOTAyIDUuNTk3IDEyLjUgMTIuNSAxMi41aDIxMy42NTRsLTU4LjY1OSA1OC42NjFjLTQuODgyIDQuODgyLTQuODgyIDEyLjc5NiAwIDE3LjY3OCAyLjQ0IDIuNDM5IDUuNjQgMy42NjEgOC44MzkgMy42NjFzNi4zOTgtMS4yMjIgOC44MzktMy42NjFsNzkuOTk4LTgwYzQuODgyLTQuODgyIDQuODgyLTEyLjc5NiAwLTE3LjY3OHoiLz48L3N2Zz4K);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    transition: all 200ms ease 0s;
}

.auth-wrapper {
    box-shadow: rgb(143 143 143 / 21%) 0px 0px 2px 1px;
    border-radius: 4px;
    background-color: rgb(255, 255, 255);
    width: 100%;
    display: inline-block;
}

.bcFzhE {
    background: rgb(245, 245, 245);
    padding: 16px;
    text-align: center;
}

.bcFzhE .alert-icon {
    vertical-align: middle;
    width: 19px;
    margin-left: 5px;
}

img {
    border-style: none;
}

.bcFzhE {
    background: rgb(245, 245, 245);
    padding: 16px;
    text-align: center;
}

.bcFzhE .message {
    font-size: 12px;
    font-weight: bold;
    color: rgb(124, 124, 125);
}

.auth-wrapper .segment:not(:last-child) {
    border-bottom: 1px solid rgb(240, 240, 240);
}

.auth-wrapper .segment {
    padding: 30px 25px;
    font-size: 11px;
    display: flex;
    -webkit-box-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    align-items: center;
}

.auth-wrapper .segment .text {
    line-height: 2;
    color: rgb(0, 0, 0);
}

.float-left {
    float: left;
}

.btn-green {
    background-color: #00baa9 !important;
}

.btn {
    border: 0px none;
    text-decoration: none;
    padding: 8px 10px;
    color: rgb(255, 255, 255);
    line-height: 23px;
    transition: background-color 0.2s ease 0s;
    border-radius: 3px;
    display: inline-block;
    min-width: 75px;
    cursor: pointer;
    flex-shrink: 0;
    text-align: center;
    height: 40px;
}

.auth-wrapper .segment {
    padding: 30px 25px;
    font-size: 11px;
    display: flex;
    -webkit-box-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    align-items: center;
}

.flex-column {
    flex-direction: column !important;
    -webkit-box-align: inherit !important;
    align-items: inherit !important;
}

.auth-wrapper .segment .text {
    line-height: 2;
    color: rgb(0, 0, 0);
}

.margin-top20 {
    margin-top: 20px;
}

.flex {
    display: flex;
    align-items: flex-start;
}

.gBChs {
    display: flex;
    flex-direction: column;
    margin-top: 20px;
}

.gBChs button {
    width: 85px;
    appearance: none;
    border: none;
    text-align: right;
    background: transparent;
    font-size: 11px;
    padding: 0px 25px 0px 0px;
    color: rgb(102, 102, 102);
    position: relative;
    cursor: pointer;
    line-height: 2;
}

button,
[type="button"],
[type="reset"],
[type="submit"] {
    -webkit-appearance: button;
}

button {
    cursor: pointer;
    background: transparent;
}

.gBChs button::before {
    content: "";
    width: 20px;
    height: 20px;
    background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSI1NjEiIGhlaWdodD0iNTYxIiB2aWV3Qm94PSIwIDAgNTYxIDU2MSI+PHBhdGggZD0iTTI4MC41IDBDMTUzIDAgNTEgMTAyIDUxIDIyOS41VjQwOGMwIDQzLjM1IDMzLjE1IDc2LjUgNzYuNSA3Ni41SDIwNHYtMjA0SDEwMnYtNTFDMTAyIDEzMC4wNSAxODEuMDUgNTEgMjgwLjUgNTFTNDU5IDEzMC4wNSA0NTkgMjI5LjV2NTFIMzU3djIwNGgxMDJWNTEwSDI4MC41djUxaDE1M2M0My4zNSAwIDc2LjUtMzMuMTUgNzYuNS03Ni41di0yNTVDNTEwIDEwMiA0MDggMCAyODAuNSAweiIgZmlsbD0iIzY2NiIvPjwvc3ZnPg==);
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 0px;
}

.jSnStR {
    width: 100%;
    display: block;
    position: relative;
}

.btn {
    border: 0px none;
    text-decoration: none;
    padding: 8px 10px;
    color: rgb(255, 255, 255);
    line-height: 23px;
    transition: background-color 0.2s ease 0s;
    border-radius: 3px;
    display: inline-block;
    min-width: 75px;
    cursor: pointer;
    flex-shrink: 0;
    text-align: center;
    height: 40px;
    width: 100%;
    margin-top: 20px;
}

@media (max-width: 768px) {
    .auth-wrapper .segment form {
        width: 100%;
        display: block;
    }
}

@media (max-width: 768px) {
    .signin-form {
        flex-direction: column;
        display: block;
        width: 100%;
    }
}

.margin-top20 {
    margin-top: 20px;
}

.flex {
    display: flex;
    align-items: flex-start;
}

form {
    display: block;
    margin-top: 0em;
}

.hLKgTh {
    width: 100%;
    display: flex;
    flex-direction: row-reverse;
    position: relative;
    z-index: 10;
}

.hLKgTh img {
    position: absolute;
    top: 50%;
    right: 5px;
    height: 25px;
    transform: translateY(-50%);
}

.gZcMiI {
    display: flex;
    padding: 8px 30px 8px 125px;
    resize: none;
    direction: rtl;
    border-radius: 3px;
    background-color: rgb(255, 255, 255);
    font-size: 11px;
    font-family: inherit;
    height: 40px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    letter-spacing: normal;
    color: rgb(0, 0, 0);
    transition: all 300ms ease 0s;
    border: 1px solid rgb(212, 212, 212);
    appearance: none;
    width: 100%;
}

@media (max-width: 768px) {
    .signin-form .btn {
        width: 100%;
        text-align: center;
    }
}

.btn-green {
    font-size: 1.2rem;
    color: #fff;
    background-color: #00baa9 !important;
    width: 100%;
    text-align: center;
    margin-top: 20px 0 0 0;
}


.auth-wrapper .segment form {
    width: 100%;
    display: block;
}

@media screen and (max-width:480px) {}

@media screen and (max-width:768px) {}

@media screen and (max-width:1024px) {}