﻿/*@import url("bootstrap-style.css");*/
@import url("fonts.css");

body {
    font-family: IRANSans;
    font-size: 10pt;
}

.form-control, .btn {
    font-size: inherit;
}

[type="password"] {
    direction: ltr;
    text-align: left;
}

.no-list-style {
    list-style: none;
}

.ltr {
    direction: ltr;
}

.btn-blue {
    background-color: #2e3192;
    color: #fff;
}

    .btn-blue:hover {
        background-color: #3e43e1;
        color: #fff;
    }

h1, h2, h3, h4, .h1, .h2, .h3, .h4 {
    font-family: iranyekan;
}

.form-control {
    height: calc(1.5em + .75rem + 10px);
}

.btn {
    padding: 0.5rem .75rem;
}

/* Login100 Styles */
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box
}

body, html {
    height: 100%;
}

.limiter {
    width: 100%;
    margin: 0 auto
}

.container-login100 {
    width: 100%;
    min-height: 100vh;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    background: #f2f2f2
}

.wrap-login100 {
    width: 100%;
    background: #e7f5ff; /*#fff;*/
    overflow: hidden;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
    flex-direction: row-reverse
}

.login100-more {
    width: calc(100% - 560px);
    background-image: url("../img/shad.png");
    background-repeat: no-repeat;
    background-size: auto; /* cover;*/
    background-position: center;
    position: relative;
    z-index: 1;
}

    .login100-more::before {
        content: "";
        display: block;
        position: absolute;
        z-index: -1;
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
        background: rgba(0,0,0,.05)
    }

.login100-form {
    width: 560px;
    min-height: 100vh;
    display: block;
    background-color: #f7f7f7;
    padding: 200px 85px 55px
}

@media(max-width:992px) {
    .login100-form {
        width: 50%;
        padding-left: 50px;
        padding-right: 50px
    }

    .login100-more {
        width: 50%
    }
}

@media(max-width:768px) {
    .login100-form {
        width: 100%
    }

    .login100-more {
        display: none
    }
}

@media(max-width:576px) {
    .login100-form {
        padding-left: 30px;
        padding-right: 30px;
        padding-top: 70px
    }
}

/* Added Styles*/

label {
    font-weight: 700;
    margin-bottom: .5rem;
}

.btn-block {
    display: block;
    width: 100%;
}

.font-weight-bold {
    font-weight: 700 !important;
}

.form-group {
    margin-bottom: 1rem;
}

.text-gray {
    color: #6c757d !important;
}

.nav.nav-pills li {
    width: 50%;
    text-align: center;
}

    .nav.nav-pills li button {
        width: 100%;
    }

.nav-pills .nav-link {
    border-radius: 0;
    border-bottom: 2px solid #ddd;
    font-weight: bold;
}

    .nav-pills .nav-link.active {
        color: inherit;
        background-color: transparent;
        border-bottom-color: #446df5;
    }

.cursor-pointer {
    cursor: pointer;
}
