﻿/*@import url(http://fonts.googleapis.com/css?family=Roboto:100);
@import url(http://cdnjs.cloudflare.com/ajax/libs/meyer-reset/2.0/reset.css);*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
    display: block;
}

body {
    line-height: 1;
    color: white;
    font-family: 'Droid Arabic Kufi';
    direction: rtl;
}

ol, ul {
    list-style: none;
}

blockquote, q {
    quotes: none;
}

    blockquote:before, blockquote:after,
    q:before, q:after {
        content: '';
        content: none;
    }

table {
    border-collapse: collapse;
    border-spacing: 0;
}

body {
}

html {
    background: url(/images/Background2017.jpg) no-repeat center center fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

.flat-form {
    margin: 50px auto;
    max-width: 390px;
    width: 100%;
    height: auto;
    position: relative;
    font-family: 'Droid Arabic Kufi';
}

.tabs {
    background: rgba(0, 0, 0, 0.5);
    height: 40px;
    margin: 0;
    padding: 0;
    list-style-type: none;
    width: 100%;
    position: relative;
    display: block;
    /*margin-bottom: 20px;*/
}

    .tabs li {
        display: block;
        float: right;
        margin: 0;
        padding: 0;
    }

    .tabs a {
        background: #b01f89;
        display: block;
        float: left;
        text-decoration: none;
        color: white;
        font-size: 16px;
        padding: 12px 22px 12px 22px;
        /*border-right: 1px solid @tab-border;*/
    }

    .tabs li:last-child a {
        border-right: none;
        width: 174px;
        padding-left: 0;
        padding-right: 0;
        text-align: center;
    }

    .tabs a.active {
        background: #112592;
        border-right: none;
        -webkit-transition: all 0.5s linear;
        -moz-transition: all 0.5s linear;
        transition: all 0.5s linear;
    }

.form-action {
    padding: 20px 20px;
    position: relative;
    background: rgba(0, 0, 0, 0.6);
}

    .form-action h1 {
        font-size: 25px;
        text-shadow: 0px 0px 5px rgba(0, 0, 0, 0.5);
        padding-bottom: 15px;
    }

    .form-action p {
        font-size: 12px;
        padding-bottom: 10px;
        line-height: 25px;
    }

form {
    padding-right: 20px !important;
}

    form input[type=text],
    form input[type=password],
    form input[type=submit] {
        font-family: 'Droid Arabic Kufi';
    }

    form input[type=text],
    form input[type=password] {
        width: 330px;
        height: 40px;
        margin-bottom: 10px;
        padding-right: 15px;
        background: #fff;
        border: none;
        color: #000;
        outline: none;
        font-size: 17px;
    }

.dark-box {
    background: #5e0400;
    box-shadow: 1px 3px 3px #3d0100 inset;
    height: 40px;
    width: 50px;
}

.form-action .dark-box.bottom {
    position: absolute;
    right: 0;
    bottom: -24px;
}

.tabs + .dark-box.top {
    position: absolute;
    right: 0;
    top: 0px;
}

.show {
    display: block;
}

.hide {
    display: none;
}

.button {
    border: none;
    display: block;
    background: #702b88;
    padding: 3px 10px;
    height: 40px;
    color: #ffffff;
    text-align: center;
    border-radius: 0px;
    box-shadow: 0px 0px 1px #000;
    -webkit-transition: all 0.15s linear;
    -moz-transition: all 0.15s linear;
    transition: all 0.15s linear;
}

    .button:hover {
        background: #66207e;
        /*box-shadow: inset 1px 1px 1px #000;*/
    }

    .button:active {
        background: #136899;
        /*box-shadow: 0 3px 1px #0f608c;*/
    }

::-webkit-input-placeholder {
    color: #e74c3c;
}

:-moz-placeholder {
    /* Firefox 18- */
    color: #e74c3c;
}

::-moz-placeholder {
    /* Firefox 19+ */
    color: #e74c3c;
}

:-ms-input-placeholder {
    color: #e74c3c;
}

p.BrandLogo {
    text-align: center;
    margin: 0;
    padding: 0;
    position: absolute;
    bottom: 15px;
    left: 0;
    width: 100%;
    height: auto;
    background-color: rgba(255, 255, 255, 0.5);
    /*box-shadow: 0 0 5pc 5px rgba(255, 255, 255, 0.7);*/
}

img {
    padding: 5px 5px 5px 7px;
}
