﻿body {
}

label {
    font-weight: normal;
    font-family: shabnam-m;
}

.signin-container {
    /*width: 90%;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);*/
    width: 100%;
    padding: 30px;
    margin: auto;
    background-image: url(../Images/login-bg.png);
    background-size: 70% auto;
    background-position: center top 50px;
    background-repeat: no-repeat;
    padding-top: 400px;
}

@media only screen and (min-width : 768px) {
    .signin-container {
        max-width: 380px;
    }
}

.header-box {
    display: none;
}

.logo-box {
    text-align: center;
    margin-bottom: 30px;
}

    .logo-box img {
        height: 130px;
    }

.input-container {
    position: relative;
}

.lbl-input {
    background-color: #fafafc;
    position: absolute;
    top: -9px;
    right: 12px;
    z-index: 2;
    font-size: 13px;
    margin: 0;
    padding: 0 5px;
    color: #333;
}

.input-box {
    position: relative;
    margin-bottom: 15px;
}

    .input-box input, .input-box select:not(.bd-month):not(.bd-year) {
        height: 44px;
        font-size: 16px;
        border-radius: 8px;
        border: 1px solid #c1c5cb;
        box-shadow: none;
        transition: border-color 0.3s ease, box-shadow 0.3s ease;
    }

        .input-box input:focus, .input-box select:focus {
            border-color: #6366f1; /* بنفش ملایم مدرن */
            box-shadow: 0 0 0 3px rgba(99, 102, 241, 0.15); /* هم‌رنگ بوردر ولی خیلی لطیف */
        }

    .input-box .fa-lock, .input-box .fa-user-1 {
        text-align: center;
        font-size: 20px;
        color: #999;
        line-height: 1;
        position: absolute;
        left: 12px;
        top: 12px;
    }

#bd-main-txtBirthDate {
    top: -265px !important;
}

.validation-box {
    margin-top: 5px;
    height: 15px;
}

.validation-red {
    font-size: 12px;
    color: #ff1744;
    font-family: shabnam-m;
}

.error-box {
    margin-top: 5px;
}

.btn-showpass {
    position: absolute;
    right: 5px;
    top: 10px;
    border: none;
    background: none;
    width: 30px;
    height: 24px;
    font-size: 18px;
    z-index: 2;
    color: #6366f1;
    outline: none !important;
}

    .btn-showpass i {
        margin: 0;
    }

.btn-signin, .btn-signin:hover, .btn-signin:focus {
    margin-top: 25px;
    background-color: #10b981;
    padding: 0;
    border-radius: 10px;
    font-size: 18px;
    width: 100%;
    color: #fff;
    height: 44px;
}

    .btn-signin:disabled {
        background-color: #ccc !important;
    }

    .btn-signin i {
        font-size: 28px;
        margin-top: 5px;
    }

.link-box {
    margin-top: 30px;
    text-align: center;
}

    .link-box a, .link-box a:hover, .link-box a:focus {
        display: block;
        margin-bottom: 15px;
        color: #000;
        text-decoration: none;
        outline: none;
        font-weight: bold;
    }

.btn-forget {
    border: none;
    padding: 0;
    background: none;
    outline: none;
    font-size: 14px;
    color: #6366f1;
    display: flex;
    align-items: center;
}

    .btn-forget i {
        font-size: 18px;
        margin-right: 5px;
    }

.btn-open-code-login {
    border: none;
    padding: 0;
    background: none;
    outline: none;
    font-size: 14px;
    color: #6366f1;
    display: flex;
    align-items: center;
    margin-bottom: 15px;
}

    .btn-open-code-login i {
        font-size: 18px;
        margin-right: 5px;
    }

.ussd-msg {
    margin-top: 10px;
    align-items: center;
    color: red;
    line-height: 2;
    text-align: center;
    font-size: 12px;
}

.pnl-verification {
    text-align: center;
}

.timer {
    display: block;
    text-align: center;
    font-size: 24px;
    color: #555;
    height: 32px;
    margin-bottom: 10px;
}

.btn-send-code {
    margin: auto;
    width: 120px;
    border-radius: 10px;
    height: 32px;
    margin-bottom: 10px;
}

.digit-group {
    display: flex;
    justify-content: center;
    flex-direction: row-reverse;
    margin-top: 30px;
}

    .digit-group input {
        margin: 0 5px;
        width: 50px;
        height: 50px;
        line-height: 50px;
        text-align: center;
        font-size: 24px;
        font-family: shabnam-m;
        border-radius: 8px;
        border: 1px solid #c1c5cb;
        outline: none !important;
        transition: border-color 0.3s ease, box-shadow 0.3s ease;
    }

        .digit-group input:focus {
            border-color: #6366f1; /* بنفش ملایم مدرن */
            box-shadow: 0 0 0 3px rgba(99, 102, 241, 0.15); /* هم‌رنگ بوردر ولی خیلی لطیف */
        }

.pnl-header {
    line-height: 30px;
    text-align: center;
    border-bottom: 1px solid #ddd;
    margin-bottom: 20px;
    padding-bottom: 10px;
    font-size: 16px;
    font-family: shabnam-m;
    margin-top: 0;
}

.msg-box {
    height: 40px;
    line-height: 40px;
    font-size: 16px;
    display: block;
}

    .msg-box .g {
        color: #10b981;
    }

    .msg-box .r {
        color: #ff1744;
    }

.animate-spin {
    -moz-animation: spin 2s infinite linear;
    -o-animation: spin 2s infinite linear;
    -webkit-animation: spin 2s infinite linear;
    animation: spin 2s infinite linear;
    display: inline-block;
}

@-moz-keyframes spin {
    0% {
        -moz-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -moz-transform: rotate(359deg);
        -o-transform: rotate(359deg);
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg);
    }
}

@-webkit-keyframes spin {
    0% {
        -moz-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -moz-transform: rotate(359deg);
        -o-transform: rotate(359deg);
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg);
    }
}

@-o-keyframes spin {
    0% {
        -moz-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -moz-transform: rotate(359deg);
        -o-transform: rotate(359deg);
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg);
    }
}

@-ms-keyframes spin {
    0% {
        -moz-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -moz-transform: rotate(359deg);
        -o-transform: rotate(359deg);
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg);
    }
}

@keyframes spin {
    0% {
        -moz-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -moz-transform: rotate(359deg);
        -o-transform: rotate(359deg);
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg);
    }
}

.role-container {
    margin: 15px 0;
}

.role-box {
    display: flex;
    justify-content: space-between;
    align-items: center;
    border: 1px solid #c1c5cb;
    padding: 20px;
    border-radius: 10px;
}

.btn-role {
    width: 130px;
    height: 36px;
    border-radius: 10px;
    background-color: #fff;
    border: 1px solid #bbb;
    outline: none;
    position: relative;
    color: #777;
    transition: all 0.2s ease-in-out;
}

    .btn-role.selected {
        color: #fff;
        background-color: #25a65b;
        border-color: #25a65b;
        font-family: shabnam-m;
    }

        .btn-role.selected:before {
            content: "";
            position: absolute;
            right: -9px;
            top: 9px;
            font-family: feather;
            background-color: #fff;
            color: #25a65b;
            height: 18px;
            width: 18px;
            line-height: 15px;
            border-radius: 10px;
            font-size: 11px;
            font-weight: bold;
            border: 1px solid #0b8d41;
        }
