﻿body {
}

#loadingFull {
    background: #fff;
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0px;
    z-index: 9999999;
    text-align: center;
    display: none;
}

    #loadingFull 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: auto;
    background-image: url(../Images/login-bg.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    padding-top: 370px;
}

label {
    font-weight: normal;
}

@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: #fff;
/*    position: absolute;
    top: -11px;
    right: 12px;
    z-index: 2;*/
    margin: 0;
    padding: 0 5px;
    color: #1db052;
    font-family: Vazir-M;
    font-weight: normal;
}

.input-box {
    position: relative;
    margin-bottom: 15px;
}

    .input-box input, .input-box select:not(.bd-month):not(.bd-year) {
        height: 50px;
        font-size: 16px;
        border-radius: 8px;
        border: 1px solid #ccc;
        /*padding-bottom: 0;*/
    }
    .input-box input.req {
        border: 1px solid #ff1744;
    }
        .input-box input:focus, .input-box select:focus {
            box-shadow: 0 0 0 .2rem rgba(147, 235, 181, .25);
            border: 1px solid #bdf4d1;
        }

    .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: Vazir-M;
}

.error-box {
    margin-top: 5px;
}

.btn-showpass {
    position: absolute;
    right: 10px;
    top: 10px;
    border: none;
    background: none;
    width: 34px;
    height: 30px;
    font-size: 18px;
    z-index: 2;
    color: #1db052;
    outline: none !important;
    background-color: #C7F6D8;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 7px;
    padding-top: 4px;
}

    .btn-showpass i {
        margin: 0;
        line-height: 1;
    }

.btn-gen-pass {
    position: absolute;
    right: 50px;
    top: 10px;
    border: none;
    background: none;
    width: 34px;
    height: 30px;
    font-size: 18px;
    z-index: 2;
    color: #1db052;
    outline: none !important;
    background-color: #C7F6D8;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 7px;
    padding-top: 4px;
    background-image: url(../Images/magic.png);
    background-repeat: no-repeat;
    background-size: 22px;
    background-position: center;
}


.btn-signin, .btn-signin:hover, .btn-signin:focus {
    margin-top: 25px;
    background-color: #1db052;
    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: 24px;
        height: 30px;
        width: 30px;
    }

        .btn-signin i:before {
            margin: 0;
        }

.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: #1db052;
    display: flex;
    align-items: center;
}

    .btn-forget i {
        font-size: 18px;
    }



.txt-pass1, .txt-pass2 {
    font-family: Tahoma;
    letter-spacing: 1px;
    font-size: 14px !important;
}

.btn-open-code-login {
    border: none;
    padding: 0;
    background: none;
    outline: none;
    font-size: 14px;
    color: #1db052;
    display: flex;
    align-items: center;
}

    .btn-open-code-login i {
        font-size: 18px;
    }
    .mobile-number{
        color:#000;
        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;
}
.verification-title {
    line-height: 30px;
    text-align: center;
    border-bottom: 1px solid #ddd;
    margin-bottom: 20px;
    padding-bottom: 10px;
    font-size: 16px;
    font-family: Vazir-M;
}
    .verification-title button {
        border: 1px solid #1db052;
        padding: 0 10px;
        background: none;
        outline: none;
        font-size: 13px;
        color: #1db052;
        border-radius: 10px;
        margin: 10px 0;
    }
.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: space-between;
    flex-direction: row-reverse;
    margin-top: 30px;
}

    .digit-group input {
        width: 50px;
        height: 50px;
        line-height: 50px;
        text-align: center;
        font-size: 24px;
        border-radius: 8px;
        border: 1px solid #b0bec5;
        outline: none !important;
    }

        .digit-group input:focus {
            border: 2px solid #263238;
        }

.pnl-header {
    line-height: 30px;
    text-align: center;
    border-bottom: 1px solid #ddd;
    margin-bottom: 20px;
    padding-bottom: 10px;
    font-size: 16px;
    font-family: Vazir-M;
    margin-top: 0;
}

.msg-box {
    height: 40px;
    line-height: 40px;
    font-size: 16px;
    display: block;
}

    .msg-box .g {
        color: #01bb61;
    }

    .msg-box .r {
        color: #ff1744;
    }

.pnl-role {
    text-align: center;
    background-color: #fff;
}

.role-header {
    margin-bottom: 25px;
    font-size: 16px;
    text-align: center;
    font-family: Vazir-M;
}

.btn-select-role {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    border: none;
    background: none;
    outline: none !important;
    margin-bottom: 20px;
}

.roleIconBox {
    background-color: #fff;
    z-index: 2;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50px;
    border: 1px solid #e5e5e5;
    width: 80px;
    height: 80px;
    box-shadow: 0 1px 5px 0 rgba(0,0,0,0.3);
}

    .roleIconBox img {
        width: 50px;
        height: 50px;
    }

.roleTextBox {
    justify-content: center;
    align-items: center;
    border-top-left-radius: 40px;
    border-bottom-left-radius: 40px;
    height: 45px;
    flex: 1;
    display: flex;
    margin-right: -35px;
    z-index: 1;
    font-size: 16px;
    font-family: Vazir-M;
}

    .roleTextBox.r1 {
        background-color: #e6ffee;
        border: 1px solid #b3ffcc;
        color: #00c853;
    }

    .roleTextBox.r2 {
        background-color: #f7e6ff;
        border: 1px solid #eeccff;
        color: #cc66ff;
    }

    .roleTextBox.r3 {
        background-color: #e6f5ff;
        border: 1px solid #ccebff;
        color: #1aa3ff;
    }

    .roleTextBox.r4 {
        background-color: #fff7cc;
        border: 1px solid #fff099;
        color: #e6c300;
    }

.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);
    }
}
.nav-tabs {
    display: flex;
    justify-content: space-between;
    margin-bottom: 15px;
    padding: 10px 5px;
    border-radius: 50px;
    border: none;
    background-color: #f8f8f8;
}
    .nav-tabs a {
        padding: 5px 15px;
        border-radius: 20px !important;
        background-color: #eee;
        transition: all ease-in-out 0.2s;
        color: #000;
        margin:0 !important;
    }
    .nav-tabs .active a {
        background-color: #1db052 !important;
        color: #fff !important;
    }
    .tab-pane{
        padding-top:10px;
    }