﻿@font-face {
    font-family: "JF Flat Regular";
    src: url('../fonts/JF-Flat-regular.eot');
    src: url('../fonts/JF-Flat-regular.eot?#iefix') format('embedded-opentype'), url('../fonts/JF-Flat-regular.svg#JF Flat Regular') format('svg'), url('../fonts/JF-Flat-regular.woff') format('woff'), url('../fonts/JF-Flat-regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

body {
    color: #5f6f7e;
    direction: rtl;
    font: 300 14px/1.4 "JF Flat Regular", "Open Sans", Arial, sans-serif;
    background: #fff;
}

.login .logo {
    margin: 0 auto;
    margin-top: 50px;
    padding: 15px;
    text-align: center;
}

.login .content {
    background-color: #eceef1;
    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
    -ms-border-radius: 7px;
    -o-border-radius: 7px;
    border-radius: 7px;
    width: 340px;
    margin: 10px auto 10px auto;
    padding: 30px;
    padding-top: 10px;
    overflow: hidden;
    position: relative;
}

    .login .content h3 {
        color: #4db3a5;
        text-align: center;
        font-size: 28px;
        font-weight: 400 !important;
        margin-bottom: 25px;
        margin-top: 10px;
    }

.margin-bottom-20 {
    margin-bottom: 20px !important;
}

.form-group {
    margin-bottom: 15px;
}

label {
    display: inline-block;
    max-width: 100%;
    margin-bottom: 5px;
    font-weight: bold;
}

.form-control {
    font-family: 'JF Flat Regular';
    display: block;
    width: 100%;
    height: 43px;
    /*padding: 6px 12px;*/
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}

.login .content .form-control {
    border: none;
    background-color: #dde3ec;
    /*height: 43px;*/
    /*max-width: 334px;*/
    padding-right: 6px;
    color: #8290a3;
    border: 1px solid #dde3ec;
}

input#txtNationalID {
    width: 332px;
    height: 39px;
    color: #8290a3;
}

.login .content .form-actions {
    clear: both;
    border: 0px;
    border-bottom: 1px solid #eee;
    padding: 0px 30px 10px 30px;
    margin-right: -30px;
    margin-left: -30px;
}

    .login .content .form-actions .btn {
        margin-top: 1px;
    }

.btn-circle {
    border-radius: 7px !important;
}

.btn-primary {
    background: #44B1C1;
    color: #ffffff;
    font-family: "JF Flat Regular";
}

.login .content .forget-password {
    font-size: 14px;
    float: left;
    display: inline-block;
    margin-top: 10px;
}

.login .copyright {
    text-align: center;
    margin: 0 0 30px auto;
    padding: 10px;
    color: #7a8ca5;
    font-size: 13px;
}

.btn {
    padding: 7px 14px;
    font-size: 14px;
    text-transform: uppercase;
    border-radius: 0;
}

.btn {
    display: inline-block;
    padding: 6px 12px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: normal;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
}

div {
    display: block;
}

a, a:focus, a:hover, a:active {
    color: #44B1C1;
    text-decoration: none;
}
