::selection {
    background: #2D2F36;
}

::-webkit-selection {
    background: #2D2F36;
}

::-moz-selection {
    background: #2D2F36;
}

body {
    background-image: url(/static/webgis/img/bkg-login.jpg);
    font-family: "IranSans";
    margin: 0;
    overflow: auto;
    width: 100%;
}

@media (max-width: 1070px) {
    body {
        overflow: auto;
    }
}


.page {
    display: flex;
    flex-direction: column;
    height: calc(100% - 40px);
    position: absolute;
    place-content: center;
    width: calc(100% - 40px);
}

@media (max-width: 1070px) {
    .page {
        height: auto;
        margin-bottom: 20px;
        padding-bottom: 20px;
    }
}

.container {
    display: flex;
    height: 320px;
    margin: 0 auto;
}

@media (max-width: 1070px) {
    .container {
        flex-direction: column;
        height: 630px;
        width: 320px;
    }
}

.right {
    height: calc(100% - 40px);
    position: relative;
    width: 767px;
}

@media (max-width: 1070px) {
    .right {
        height: 100%;
        width: calc(100%);
    }
}

.left {
    position: relative;
}

@media (max-width: 1070px) {
    .left {
        flex-shrink: 0;
        height: 100%;
        width: 100%;
        max-height: 350px;
    }
}

svg {
    position: absolute;
    width: 320px;
}

path {
    fill: none;
    stroke: url(#linearGradient);;
    stroke-width: 4;
    stroke-dasharray: 240 1386;
}

label {
    color: #c2c2c5;
    font-size: 12px;
    height: 16px;
}

* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.login {
    background: #ffffff5c;
    width: 300px;
    border-radius: 5px;
    margin: auto;
    box-shadow: 0px 0px 12px;
}

.login .head {
    padding: 15px;
    color: #ffffff;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative;
}

.login .head .title {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    font-size: 1.2rem;
    font-weight: bold;
    text-align: center;
}

.login .head .back {
    font-size: 26px;
    font-weight: bold;
    order: 1; /* اطمینان از قرارگیری back در سمت راست */
    margin-left: auto; /* تنظیم فاصله با سمت چپ */
}

.login .head .back a {
    color: #ffff;
}

.login .inputs {
    padding: 5px;
    min-height: 205px;
    transition: all 0.3s;
}

.login .inputs .rows {
    padding: 5px;
    margin: 5px;
}

.login .inputs .rows label {
    width: 100%;
    color: #fff;
}

.login input, .login select {
    font-family: "IranSans";
    width: 100%;
    border: 5px;
    border-radius: 5px;
    border-bottom: 1px solid #fff6;
}

.per {
    color: #fff;
    text-align: center;
}

.icon-refresh:before {
    color: black;
}

.error-list {
    background: #F44336 !important;
    color: #fff !important;
    border: 2px dashed #000000;
    border-radius: 5px;
    padding: 5px;
    margin: 5px;
    font-size: 14px !important;
}

.btn-login {
    height: 2.5em;
    width: 8em;
    margin-top: -105px;
    margin-right: 77px;
    background-color: #0f6192;
    border-color: #0f6192;
    border-radius: 9px;
    color: #ffffff;
}

.content-center {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.content-center #resend-link {
    display: none;
}
