﻿@font-face {
    font-family: 'Gandom';
    src: url('https://cdn.jsdelivr.net/gh/rastikerdar/vazirmatn@33.003/misc/Farsi-Digits/fonts/ttf/Vazirmatn-FD-Regular.ttf') format('truetype');
}

* {
    font-family: Gandom;
}


body {
    background: url('Images/login.jpg') fixed;
    background-size: cover;
    padding: 0;
    margin: 0;
}

.wrap {
    width: 100%;
    height: 100%;
    min-height: 100%;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 99;
}

p.form-title {
    font-size: 13pt;
    font-weight: 600;
    text-align: center;
    color: #000;
    margin-top: 5%;
    text-transform: uppercase;
    padding:15px;
}

form {
    width: 300px;
    margin: 0 auto;
}

    form.login input[type="text"], form.login input[type="password"] {
        width: 100%;
        margin: 0;
        padding: 5px 10px;
        background: 0;
        border: 0;
        border-bottom: 1px solid #000;
        outline: 0;
        font-style: italic;
        font-size: 12px;
        font-weight: 400;
        margin-bottom: 5px;
        color: #000;
        outline: 0;
    }

    form.login input[type="submit"] {
        width: 100%;
        font-size: 14px;
        text-transform: uppercase;
        font-weight: 500;
        margin-top: 16px;
        outline: 0;
        cursor: pointer;
    }

        form.login input[type="submit"]:hover {
            transition: background-color 0.5s ease;
        }

    form.login .remember-forgot {
        float: right;
        width: 100%;
        margin: 10px 0 0 0;
    }

    form.login .forgot-pass-content {
        min-height: 20px;
        margin-top: 10px;
        margin-bottom: 10px;
    }

    form.login label, form.login a {
        font-size: 12px;
        font-weight: 400;
        color: #000;
    }

    form.login a {
        transition: color 0.5s ease;
    }

        form.login a:hover {
            color: #2ecc71;
        }

.pr-wrap {
    width: 100%;
    height: 100%;
    min-height: 100%;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 999;
    display: none;
}

.show-pass-reset {
    display: block !important;
}

.pass-reset {
    margin: 0 auto;
    width: 250px;
    position: relative;
    margin-top: 22%;
    z-index: 999;
    background: #000;
    padding: 20px 15px;
}

    .pass-reset label {
        font-size: 12px;
        font-weight: 400;
        margin-bottom: 15px;
    }

    .pass-reset input[type="email"] {
        width: 100%;
        margin: 5px 0 0 0;
        padding: 5px 10px;
        background: 0;
        border: 0;
        border-bottom: 1px solid #000000;
        outline: 0;
        font-style: italic;
        font-size: 12px;
        font-weight: 400;
        margin-bottom: 5px;
        color: #000000;
        outline: 0;
    }

    .pass-reset input[type="submit"] {
        width: 100%;
        border: 0;
        font-size: 14px;
        text-transform: uppercase;
        font-weight: 500;
        margin-top: 10px;
        outline: 0;
        cursor: pointer;
    }

        .pass-reset input[type="submit"]:hover {
            transition: background-color 0.5s ease;
        }

.posted-by {
    position: absolute;
    bottom: 26px;
    margin: 0 auto;
    color: #FFF;
    background-color: rgba(0, 0, 0, 0.66);
    padding: 10px;
    right: 45%;
}

.field-validation-valid {
    display: none;
}

.input-validation-error {
    border: 1px solid #ff0000;
    background-color: #ffeeee;
}

.validation-summary-errors {
    color: #ff0000;
    font-size: 10pt;
    text-decoration: none;
    margin-top: 20px;
}

    .validation-summary-errors li {
        list-style: none;
    }

    .validation-summary-errors ul {
        list-style: none;
    }

.validation-summary-valid {
    display: none;
}

.highcharts-tooltip span {
    font-family: Gandom !important;
}

.logincontainer {
    width: 400px;
    background: #ddd;
    margin-top: 5%;
    margin-left: 5%;
    height: 310px;
    opacity: 0.8;
    filter: alpha(opacity=20); /* For IE8 and earlier */
    border-radius: 25px;
}

.col-sm-offset-3 {
    margin-left: 0 !important;
}

.text-right {
    text-align: right;
}
