﻿body {
    font-family:Yekan;
}

label {
    font-weight: normal;
}
.loading-full {
    background: #fff;
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0px;
    z-index: 9999999;
    text-align: center;
    display: none;
}

    .loading-full img {
        position: absolute;
        top: 50%;
        left: 50%;
        height: 75px;
        transform: translate(-50%,-50%);
    }
.signin-container {
    /*width: 90%;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);*/
    width: 100%;
    padding: 30px;
    margin:80px auto 0 auto;
    background-image: url(../Images/logo-login.png);
    background-size: 50% auto;
    background-position: center top 50px;
    background-repeat: no-repeat;
    padding-top: 270px;
}

@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: -10px;
    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 {
        color:#000;
        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;
}

.error-box {
    margin-top: 5px;
}



.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;
    outline:none !important;
}

    .btn-signin:disabled {
        background-color: #ccc !important;
    }

    .btn-signin i {
        font-size: 28px;
    }
.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;
        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;
    margin-top: 0;
    font-family:Yekan;
}

.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);
    }
}
