﻿@import url(fontiran.css);
@font-face {
    font-family: IranNastaliq;
    font-style: normal;
    font-weight: normal;
    src: url('../Fonts/IranNastaliq.ttf') format('truetype');
}
body
{
    font-family: IRANSans;
}


a
{
    text-decoration: none !important;
}
/**********************************************************************/

h1.login-title {
    font-family: IranNastaliq !important;
    font-size: 25px;
    color: green;
}
#login-section {
    width: 100%;
    height: 100vh;
    position: relative;
}
    #login-section .container-fluid {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%,-50%);
        -ms-transform: translate(-50%,-50%);
        -webkit-transform: translate(-50%,-50%);
        -moz-transform: translate(-50%,-50%);
    }

.btn-rounded {
    border-radius: 6px;
}

.login-bg {
    width: calc(100% - 560px);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    position: relative;
    z-index: 1;
    background-image: url('../../images/bg-login.jpeg');
}
.mt-big{
    margin-top:2.5rem!important;
}
.card {
    border-radius: 7px !important;
    /*border:1px solid #808080;*/
}
/*#login-section input.form-control {
    background: transparent;
}*/
    #login-section input.form-control::placeholder {
        color: white;
        font-size: 14px;
        font-weight: lighter;
    }
.card-header{
    border-bottom:0px solid white;
}
#login-section input.form-control {
    border: 1px solid white;
    color: black;
    font-size: 14px;
    font-weight:lighter;
}
    #login-section input.form-control:focus {
        /*box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.32);*/
        box-shadow: 0 0 0 0.1rem transparent;
    }
span.field-validation-error {
    font-size: 12px;
    top: -3px;
    right: 10px;
    position: relative;
}

.bg-transparent {
    background-color: #2A3F54 !important;
}

.card-footer {
    border-top: 1px solid #60626b;
}

a.btn-social {
    padding: 0;
    border: 0px solid white;
    width: 40px;
    height: 40px;
    border-radius: 30px;
    position: relative;
}

    a.btn-social i {
        top: 12px;
        font-size: 17px !important;
        color: white;
    }

a.btn-twitter {
    background-color: #55acee !important;
}

a.btn-linkedin {
    background-color: #0082ca !important;
}

a.btn-facebook {
    background-color: #3b5998 !important;
}

a.btn-instagram {
    background-color: #2e5e86 !important;
}

.m-low {
    margin: 0.1rem !important;
}

.custom-control-label {
    color: white;
    font-size: 13px;
    padding-right: 25px;
    padding-top: 2px;
    font-weight: lighter;
}
#loginform i {
    position: absolute;
    top: 11px;
    left: 10px;
    color: #d6cbcb;
    font-size: 12px;
}
#loginform  .btn{
    background-color:white;
}
.login-label {
    position: relative;
    top: 6px;
    font-size: 13px;
}
#loginform i.active {
    color: forestgreen;
}
#loginform div.text-white {
   text-align:center;
}
#loginform input.k-input {
  font-size:14px;
}
#loginform div.custom-control {
    right:25px;
}
.btn-login{
padding-top:10px;
padding-bottom:10px;
}
div.position-relative{
    left:10px;
}
.form-control, .k-combobox {
    border-radius: 0px;
}
li.k-state-hover, li.k-state-active, li.k-state-focused {
    background-color: #2A3F54 !important;
    color: white !important;
}