﻿@font-face {
    font-family: 'b karma';
    src: url('../fonts/IRANSansWeb_Light.ttf') format('truetype'), url('../fonts/IRANSansWeb_Light.woff') format('woff');
}

body {
    font-family: 'b karma',NYJ,Yekan,Helvetica,Arial,sans-serif !important;
    text-align: right;
    font-size: 14px;
    line-height: 1.42857143;
    color: #333;
    background: url('../content/images/uploadedimages/Lanternsoft_login_bg.jpg') no-repeat;
    background-size: cover;
}

.validation-summary-errors ul {
    margin: 14px 0;
    padding: 0;
    text-align: center;
}

.login_modal_wrapper {
    /*position: absolute;*/
    z-index: 1;
    /*right: -39px;
    top: calc(100% + 9px);*/
    padding: 20px;
    background: rgba(32, 50, 54, 0.7);
    width: 264px;
    border-radius: 5px;
    margin: auto;
}

.text-danger {
    color: white;
    border-radius: 3px;
    background: red;
}

    .text-danger ul {
        list-style-type: none;
    }

    .text-danger li {
        padding: 5px;
    }

#wrapper {
    margin: auto;
    direction: rtl;
}

*::after, *::before {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.hk_input_wrapper {
    position: relative;
    margin-bottom: 10px;
}

    .hk_input_wrapper input {
        direction: ltr;
    }

input[type="submit"] {
    cursor: pointer;
}

.hk_login_btn {
    /*float: right;*/
    margin-right: 19%;
    border: none;
    padding: 0 18px;
    line-height: 45px;
}

.hk_btn {
    /*line-height: 50px;
    color: #fff;*/
    font-size: 15px;
    border-radius: 3px;
    background: #31aecd;
    /*font-family: 'Ubuntu', sans-serif;*/
    font-weight: 500;
    display: inline-block;
    color: #fff;
    transition: 0.4s;
}

input {
    margin: 0;
    font: inherit;
    /*color: inherit;*/
}

.login_modal_wrapper input[type="text"], .login_modal_wrapper input[type="password"] {
    font-size: 12px;
    line-height: 30px;
    width: 100%;
    padding: 10px 15px 10px 41px;
    border: none;
    background: #18272a;
    color: #79848d;
    border-radius: 3px;
}

.login_modal_wrapper span {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    left: 15px;
    color: #79848d;
}

p {
    font-size: 14px;
    line-height: 26px;
    /*color: #999999;*/
    margin: 0;
}

.login_modal_wrapper p {
    margin-bottom: 23px;
    padding-top: 9px;
    text-align: center;
}

/*.login_modal_wrapper #notValid p {
    color: white;
    padding: 5px;
}

.login_modal_wrapper #notValid {
    border-radius: 3px;
    background: red;
}*/


a {
    color: #31aecd;
    text-decoration: none;
}

a {
    background-color: transparent;
}

/*WebYekanFont*/
@font-face {
    font-family: 'Yekan';
    src: url('../Fonts/Yekan.eot?#') format('eot'), url('../Fonts/Yekan.woff') format('woff'), url('../Fonts/Yekan.ttf') format('truetype');
}


@font-face {
    font-family: 'NYJ';
    src: url('../Fonts/yekannumbers.eot?#') format('eot'), url('../Fonts/yekannumbers.woff') format('woff'), url('../Fonts/yekannumbers.ttf') format('truetype');
}

a:focus, a:hover {
    color: #46d9ff;
    outline: 0;
}