@font-face {
    font-family: 'IranSans';
    src: url('../fonts/iransans/iransans.eot') format('embedded-opentype'), url('../fonts/iransans/iransans.ttf') format('truetype'), url('../fonts/iransans/iransans.woff') format('woff');
}



.login-page {
    font-family: IranSans;
    /*color: #fff;*/
    color: black !important;
    /*background-repeat: repeat !important;*/
    margin: 30px auto 0;
    width: 100%;
    padding-top: 50px;
    background-color: #03272c;
    background-position: 0% 0%;
    background-size: auto auto;
    overflow: hidden;
    background-image: url('../images/login-img.jpg') !important;
}


    .login-page .icon {
        float: right;
        /*background: transparent;*/
        text-align: center;
        padding: 10px 0px;
        width: 39px;
        height: 40px;
        border: 1px solid black;
    }

        .login-page .icon i {
            font-size: 18px;
            /*color: #fff;*/
            color:black;
        }

    .login-page label,
    .login-page span,
    .login-page input[type=text] {
        color: black !important;

    }

    .login-page input[type=text], body.login-page input[type=password] {
        border-color: black;
        background: transparent;
        border: 1px solid #fff;
        height: 40px;
        width: 87%;
        float: right;
        border-right: 0px;
        text-align: center;
        color: black !important;
    }

    .login-page h2 {
        font-size: 34px;
        color: #fff;
    }

    .login-page img {
        width: 150px;
    }

    /*.login-page .login-panel:after {
        -webkit-transform: rotate(2deg);
        -ms-transform: rotate(2deg);
        transform: rotate(2deg);
        top: 0;
        z-index: -1;
    }

    .login-page .login-panel:before {
        -webkit-transform: rotate(-3deg);
        -ms-transform: rotate(-3deg);
        transform: rotate(-3deg);
        top: 0;
        z-index: -2;
    }*/

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
    transition: background-color 5000s ease-in-out 0s;
    -webkit-text-fill-color: #fff !important;
    background: #ffffff2e !important;
}

/*.login-page ::placeholder {
    color: #fff;
    opacity: 0.8;
}*/

.login-page :-ms-input-placeholder {
    color: black;
}

/*.login-page ::-ms-input-placeholder {
    color: #fff;
}*/

.login-page .form-group .row {
    margin-bottom: 15px;
}

.login-container {
    width: 310px;
    margin-right: auto;
    margin-left: auto;
}

.login-panel {
    margin-top: 40px;
}

   /* .login-panel:after,
    .login-panel:before {
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff8f8f8', endColorstr='#fff9f9f9', GradientType=0);
        content: "";
        display: block;
        height: 100%;
        left: -1px;
        position: absolute;
        width: 100%;
    }*/

.login-footer {
    padding: 0px 255px;
    text-align: center;
    margin-top: 50px;
}

.btn-login {
    background-color: #bf1546;
    width: 100%;
    color: #fff;
    padding: 7px 12px;
}

    .btn-login:hover {
        background-color: #d50e47;
        color: #fff;
    }

    .btn-login:hover, .btn-login:focus, .btn-login.focus {
        color: #fff;
        text-decoration: none;
    }

.validation-summary-errors ul {
    padding: 7px 30px;
    color: #e02424;
    margin-top: 25px;
    margin-bottom: 15px;
    direction: rtl;
}

    .validation-summary-errors ul li {
        line-height: 24px;
    }
