@charset "UTF-8";

html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent;
}

body {
    line-height: 1;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
    display: block;
}

nav ul {
    list-style: none;
}

blockquote, q {
    quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
    content: '';
    content: none;
}

a {
    margin: 0;
    padding: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent;
}

/* change colours to suit your needs */
ins {
    background-color: #ff9;
    color: #000;
    text-decoration: none;
}

/* change colours to suit your needs */
mark {
    background-color: #ff9;
    color: #000;
    font-style: italic;
    font-weight: bold;
}

del {
    text-decoration: line-through;
}

abbr[title], dfn[title] {
    border-bottom: 1px dotted;
    cursor: help;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

/* change border colour to suit your needs */
hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #cccccc;
    margin: 1em 0;
    padding: 0;
}

input, select {
    vertical-align: middle;
}

body {
    background: url("../img/bg-login.png")  no-repeat center center fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    font: 14px IRANSans-fa, Arial;
}

input, textarea {
    outline: none;
}

button {
    outline: none !important;
}

.login-form-content {
    margin-top: 250px;
}

.login-form-white {
    background: rgba(255, 255, 255, 0.85);
    height: auto;
    position: relative;
}

.login-form-logo {
    display: inline-block;
    position: absolute;
    right: 10%;
    top: -64px;
}

.login-form-logo div {
    background: url("../uploads/company_logo.png") no-repeat;
    width: 200px;
    height: 200px;
    background-size: 100%;
}

.login-form-frm {
    display: inline-block;
    width: 250px;
    margin: 25px 0;
    margin-right: 35%;
}

.login-form-input {
    font-family: IRANSans-en;
    background: white;
    outline: none;
    border: none;
    border-bottom: 3px solid #949494;
    padding: 5px;
    text-align: right !important;
    margin-top: 5px;
    width: 100%;
    transition: 0.5s;
}

.login-form-input:hover {
    border-bottom: 3px solid #016964;
}

.login-form-input:focus {
    border-bottom: 3px solid #00b8af;
    background: #e1f5f3;
}

.form-check-label {
    font-family: IRANSans-en;
    background: transparent;
    color: #7e7e7e;
    outline: none;
    border: none;
    margin-top: 10px;
    text-align: right !important;
    width: 100%;
    transition: 0.5s;
}

.form-check-label:hover {
    color: black;
}

.form-check-label:focus {
    color: black;
}

.checkbox-custom {
    opacity: 0;
    position: absolute;
}

.checkbox-custom,
.checkbox-custom-label {
    display: inline-block;
    vertical-align: middle;
    margin: 5px;
    cursor: pointer;
}

.checkbox-custom-label {
    position: relative;
}

.checkbox-custom + .checkbox-custom-label:before {
    content: '';
    background: #fff;
    border: 2px solid #949494;
    display: inline-block;
    vertical-align: middle;
    width: 20px;
    height: 20px;
    text-align: center;
    line-height: 1;
    border-radius: 4px;
}

/*Simply Change the content to any font awesome unicode here to add your own check icon*/
.checkbox-custom:checked + .checkbox-custom-label:before {
    font-family: 'FontAwesome';
    font-size: 15px;
    background: #00b8af;
    color: #fff;
    border: 2px solid #016964;
    text-align: center;
    vertical-align: middle;
    padding: 1px;
    content: '\2713';
}
.checkbox-custom:focus + .checkbox-custom-label {
    outline: 1px solid transparent;
    /* focus style */
}

.checkbox-custom2:checked + .checkbox-custom-label2:before {
    font-family: 'FontAwesome';
    font-size: 15px;
    background: #b80000;
    color: #fff;
    border: 2px solid #690101;
    text-align: center;
    vertical-align: middle;
    padding: 1px;
    content: '\2715';
}

.login-form-btn {
    background: #00b8af;
    color: white;
    font-weight: bold;
    outline: none;
    border: 1px solid #016964;
    border-radius: 50px;
    padding: 5px;
    text-align: center;
    margin-top: 20px;
    margin-bottom: 10px;
    width: 100px;
    transition: 0.5s;
}

.login-form-btn:hover {
    background: white;
    color: #016964;
    border: 1px solid #016964;
}

.eye {
    color: #949494;
    margin: -35px 0 0 0;
    padding: 9px 5px;
    float: left;
    position: relative;
    z-index: 5;
    cursor: pointer;
    outline: none;
    border: none;
    transition: 0.5s;
}

.eye:hover {
    color: #016964;
}

.index-h1 {
    position: fixed;
    z-index: 9999;
    top: 42px;
    left: 20%;
    right: 20%;
    text-align: center;
    border-radius: 12px;
    padding: 10px;
    font-weight: 600;
    font-size: 20px;
    margin-bottom: 5px;
    width: 60%;
    animation: fadeEffect 1s;
}

.green {
    border: 1px solid #006f41;
    background: #b5e5d3;
    color: #006f41;
}

.red {
    border: 1px solid #6f0000;
    background: #e5b5b5;
    color: #6f0000;
}


@-webkit-keyframes fadeEffect2 {
    from {
        opacity: 1;
    }
    to {
        opacity: 0;
    }
}

@media screen and (max-width: 630px) {
    .login-form-white {
        text-align: center;
    }

    .login-form-content {
        margin-top: 80px;
    }

    .login-form-logo {
        position: static;
        margin-top: -64px;
    }

    .login-form-frm {
        width: 80%;
        margin: 10px 0;
    }

    .index-h1 {
        top: 10px;
        left: 5%;
        right: 5%;
        padding: 2px;
        font-weight: 100;
        font-size: 14px;
        width: 90%;
    }
}

::-webkit-scrollbar {
    width:10px;
    background-color: transparent;
}

::-webkit-scrollbar-thumb {
    background: #8a8a8a;
    box-shadow: inset 0px -1px 7px #5b5b5b;
    border-radius: 10px;
}

::-webkit-scrollbar-thumb:hover {
    background: #00b8af;
    box-shadow: inset 0px -1px 7px #01736e;
}
