/*
 *
 * Template Name: Fullscreen Login
 * Description: Login Template with Fullscreen Background Slideshow
 * Author: Anli Zaimi
 * Author URI: http://azmind.com
 *
 */

/*@font-face {
    font-family: "js-flat";
    src: url('../../fonts/JF-Flat-regular.eot') 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;
}

@font-face {
    font-family: 'arajozoor-regular';
    src: url('../../fonts/AraJozoorFont/AraJozoor-Regular.eot') format('embedded-opentype'), url('../../fonts/AraJozoorFont/AraJozoor-Regular.svg') format('svg'), url('../../fonts/AraJozoorFont/AraJozoor-Regular.ttf') format('truetype'), url('../../fonts/arajozoorfont/arajozoor-regular.woff') format('woff');
}

*/
@font-face {
    font-family: 'droidkufi';
    src: url('../../fonts/droidkufi/droidkufi.eot') format('embedded-opentype'), url('../../fonts/droidkufi/droidkufi.woff2') format('woff2'), url('../../fonts/droidkufi/droidkufi.ttf') format('truetype'), url('../../fonts/droidkufi/droidkufi.woff') format('woff');
}

body {
    background: #f8f8f8;
    font-family: "droidkufi", Helvetica, Arial, sans-serif !important;
    text-align: center;
    color: #fff;
}

.page-container {
    margin: 5% auto 0 auto;
}

form {
    position: relative;
    width: 305px;
    margin: 10px auto 0 auto;
    text-align: center;
}

h1 {
    font-size: 20px;
    font-weight: 700;
    text-shadow: 0 2px 4px rgba(0,0,0,.2);
}



input {
    width: 270px;
    height: 42px;
    margin-top: 10px;
    padding: 0 15px;
    background: #2d2d2d; /* browsers that don't support rgba */
    background: rgba(45,45,45,.15);
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    border-radius: 6px;
    border: 1px solid #3d3d3d; /* browsers that don't support rgba */
    border: 1px solid rgba(255,255,255,.15);
    -moz-box-shadow: 0 2px 3px 0 rgba(0,0,0,.1) inset;
    -webkit-box-shadow: 0 2px 3px 0 rgba(0,0,0,.1) inset;
    box-shadow: 0 2px 3px 0 rgba(0,0,0,.1) inset;
    font-family: "js-flat", Helvetica, Arial, sans-serif;
    font-size: 14px;
    color: #fff;
    text-shadow: 0 1px 2px rgba(0,0,0,.1);
    -o-transition: all .2s;
    -moz-transition: all .2s;
    -webkit-transition: all .2s;
    -ms-transition: all .2s;
}

    input:-moz-placeholder {
        color: #fff;
    }

    input:-ms-input-placeholder {
        color: #fff;
    }

    input::-webkit-input-placeholder {
        color: #fff;
    }

    input:focus {
        outline: none;
        -moz-box-shadow: 0 2px 3px 0 rgba(0,0,0,.1) inset, 0 2px 7px 0 rgba(0,0,0,.2);
        -webkit-box-shadow: 0 2px 3px 0 rgba(0,0,0,.1) inset, 0 2px 7px 0 rgba(0,0,0,.2);
        box-shadow: 0 2px 3px 0 rgba(0,0,0,.1) inset, 0 2px 7px 0 rgba(0,0,0,.2);
    }

.btnLogin {
    cursor: pointer;
    width: 250px;
    height: 48px;
    margin-top: 15px;
    padding: 0;
    background: #ef4300;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    border-radius: 6px;
    border: 1px solid #ff730e;
    -moz-box-shadow: 0 15px 30px 0 rgba(255,255,255,.25) inset, 0 2px 7px 0 rgba(0,0,0,.2);
    -webkit-box-shadow: 0 15px 30px 0 rgba(255,255,255,.25) inset, 0 2px 7px 0 rgba(0,0,0,.2);
    box-shadow: 0 15px 30px 0 rgba(255,255,255,.25) inset, 0 2px 7px 0 rgba(0,0,0,.2);
    /*font-family: 'Traditional Arabic', 'Times New Roman', Times, serif !important;*/
    font-size: x-large;
    font-weight: 900;
    color: #fff;
    text-shadow: 0 1px 2px rgba(0,0,0,.1);
    -o-transition: all .2s;
    -moz-transition: all .2s;
    -webkit-transition: all .2s;
    -ms-transition: all .2s;
}

    .btnLogin:hover {
        -moz-box-shadow: 0 15px 30px 0 rgba(255,255,255,.15) inset, 0 2px 7px 0 rgba(0,0,0,.2);
        -webkit-box-shadow: 0 15px 30px 0 rgba(255,255,255,.15) inset, 0 2px 7px 0 rgba(0,0,0,.2);
        box-shadow: 0 15px 30px 0 rgba(255,255,255,.15) inset, 0 2px 7px 0 rgba(0,0,0,.2);
    }

    .btnLogin:active {
        -moz-box-shadow: 0 15px 30px 0 rgba(255,255,255,.15) inset, 0 2px 7px 0 rgba(0,0,0,.2);
        -webkit-box-shadow: 0 15px 30px 0 rgba(255,255,255,.15) inset, 0 2px 7px 0 rgba(0,0,0,.2);
        box-shadow: 0 5px 8px 0 rgba(0,0,0,.1) inset, 0 1px 4px 0 rgba(0,0,0,.1);
        border: 0px solid #ef4300;
    }

.error {
    display: none;
    position: absolute;
    top: 27px;
    right: -55px;
    width: 40px;
    height: 40px;
    background: #2d2d2d; /* browsers that don't support rgba */
    background: rgba(45,45,45,.25);
    -moz-border-radius: 8px;
    -webkit-border-radius: 8px;
    border-radius: 8px;
}

    .error span {
        display: inline-block;
        margin-left: 2px;
        font-size: 40px;
        font-weight: 700;
        line-height: 40px;
        text-shadow: 0 1px 2px rgba(0,0,0,.1);
        -o-transform: rotate(45deg);
        -moz-transform: rotate(45deg);
        -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
    }

.connect {
    width: 305px;
    margin: 15px auto 0 auto;
    font-size: 18px;
    font-weight: 700;
    text-shadow: 0 1px 3px rgba(0,0,0,.2);
}

    .connect a {
        display: inline-block;
        width: 32px;
        height: 25px;
        margin-top: 15px;
        -o-transition: all .2s;
        -moz-transition: all .2s;
        -webkit-transition: all .2s;
        -ms-transition: all .2s;
    }

        .connect a.facebook {
            background: url(../img/facebook.png) center center no-repeat;
        }

        .connect a.twitter {
            background: url(../img/twitter.png) center center no-repeat;
        }

        .connect a:hover {
            background-position: center bottom;
        }





.buttons {
    margin-top: 15px;
}

    .buttons a {
        width: 64px;
        height: 64px;
        display: inline-block;
        position: relative;
        line-height: 64px;
        background-color: #eaeaea;
        background-image: -webkit-gradient(linear, left top, left bottom, from(#f6f6f6), to(#eaeaea));
        background-image: -webkit-linear-gradient(top, #f6f6f6, #eaeaea);
        background-image: -moz-linear-gradient(top, #f6f6f6, #eaeaea);
        background-image: -ms-linear-gradient(top, #f6f6f6, #eaeaea);
        background-image: -o-linear-gradient(top, #f6f6f6, #eaeaea);
        background-image: linear-gradient(top, #f6f6f6, #eaeaea);
        -moz-border-radius: 32px;
        -webkit-border-radius: 32px;
        border-radius: 32px;
        -moz-box-shadow: 0 1px 1px rgba(0, 0, 0, .25), 0 2px 3px rgba(0, 0, 0, .1);
        -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, .25), 0 2px 3px rgba(0, 0, 0, .1);
        box-shadow: 0 1px 1px rgba(0, 0, 0, .25), 0 2px 3px rgba(0, 0, 0, .1);
    }

        .buttons a:active {
            top: 1px;
            background-image: -webkit-gradient(linear, left top, left bottom, from(#eaeaea), to(#f6f6f6));
            background-image: -webkit-linear-gradient(top, #eaeaea, #f6f6f6);
            background-image: -moz-linear-gradient(top, #eaeaea, #f6f6f6);
            background-image: -ms-linear-gradient(top, #eaeaea, #f6f6f6);
            background-image: -o-linear-gradient(top, #eaeaea, #f6f6f6);
            background-image: linear-gradient(top, #eaeaea, #f6f6f6);
        }

        .buttons a::before {
            content: '';
            position: absolute;
            z-index: -1;
            top: -8px;
            right: -8px;
            bottom: -8px;
            left: -8px;
            background-color: #eaeaea;
            -moz-border-radius: 140px;
            -webkit-border-radius: 140px;
            border-radius: 140px;
            opacity: 0.5;
        }

        .buttons a:active::before {
            top: -9px;
        }

        .buttons a:hover::before {
            opacity: 1;
        }

        .buttons a.twitter:hover::before {
            background-color: #c6f0f8;
        }

        .buttons a.facebook:hover::before {
            background-color: #dae1f0;
        }

        .buttons a.dribble:hover::before {
            background-color: #fadae6;
        }

        .buttons a.rss:hover::before {
            background-color: #f8ebb6;
        }

.twitter img {
    vertical-align: -12px;
}

.dribble img {
    vertical-align: -16px;
}

.facebook img {
    vertical-align: -16px;
}

.rss img {
    vertical-align: -16px;
}

.buttons a img {
    border: 0;
}


.footer {
    width: 600px;
    margin: auto;
    margin-top: 100px;
    font-size: 15px;
    font-weight: bold;
    color: #cdcdcd;
    text-shadow: 1px 2px 0 #fff;
}

    .footer a {
        color: #bebebe;
        text-decoration: none;
    }

        .footer a:hover {
            color: #bebebe;
            text-decoration: none;
            border-bottom: 1px dashed #cdcdcd;
        }
