/*
 *
 * Template Name: Fullscreen Login
 * Description: Login Template with Fullscreen Background Slideshow
 * Author: Anli Zaimi
 * Author URI: http://azmind.com
 *
 */

body {
    background: #f8f8f8;
    /*font-family: 'PT Sans', Helvetica, Arial, sans-serif;*/
    font-family: "Microsoft YaHei", 微软雅黑, "Microsoft JhengHei", 华文细黑, STHeiti, MingLiu;
    text-align: center;
    color: #fff;
}

.page-container {
    width: 40%;
    min-width: 245px;
    min-height: 245px;
    height:100%;
    margin: 12% auto 0 auto;
    position: relative;
    /*margin-top:10%;*/
}

.image{
    font-size: 30px;
    font-weight: 700;
    text-shadow: 0 1px 4px rgba(0, 0, 0, .2);
}


.page-container .image img{
    max-width: 343px;
    width:100%;
    margin:0 auto;
}


.formdiv {
    background: #fff;
    border-radius: 15px;
    filter: alpha(opacity=30);
    -moz-opacity: 0.3;
    -khtml-opacity: 0.3;
    opacity: 0.3;
    max-width: 400px;
    width:100%;
    max-height: 240px;
    z-index: -1;
    position: absolute;
    bottom: 0;
    top:0;
    left:0;
}

form {
    position: relative;
    max-width: 400px;
    width:100%;
    margin: 3% auto 0 auto;
    text-align: center;
    padding-bottom: 15px;

}

input {
    /*max-width: 270px;*/
    width: 60%;
    max-height: 42px;
    height:100%;
    line-height: 42px;
    margin-top: 5%;
    padding: 0 15px;
    background: #2d2d2d; /* browsers that don't support rgba */
    *background-color: transparent;
    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: 'PT Sans', 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);
}

button {
    cursor: pointer;
    width:70%;
    height: 44px;
    margin-top: 5%;
    padding: 0;
    background: #ef4300;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    border-radius: 6px;
    border: 0px;
    -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: 'PT Sans', Helvetica, Arial, sans-serif;
    font-size: 14px;
    font-weight: 700;
    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;
}

button: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);
}

button: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;
}

/*@media screen and (max-width: 600px) {*/
    /*input{*/
        /*height:20px;*/
        /*line-height: 20px;*/
        /*font-size: 12px;*/
    /*}*/
    /*button{*/
        /*height:20px;*/
        /*font-size: 12px;*/
    /*}*/
/*}*/
.connect {
    width: 800px;
    margin: 50px auto 0 auto;
    font-size: 14px;

    text-shadow: 0 1px 3px rgba(0, 0, 0, .2);
}

.connect p {
    position: relative;
    left: -140%;
    top: 0
}

.connect a {
    display: inline-block;
    width: 32px;
    height: 35px;
    margin-top: 15px;
    -o-transition: all .2s;
    -moz-transition: all .2s;
    -webkit-transition: all .2s;
    -ms-transition: all .2s;
}

.alert {
    width: 310px;
    height: 200px;
    background: #000;
    position: absolute;
    top: -40%;
    left: 50%;
    margin: -101px 0 0 -151px;
}

.alert h2 {
    height: 40px;
    padding-left: 8px;
    font-size: 14px;
    background: #FF0543;
    text-align: left;
    line-height: 40px;
}

.alert .alert_con {
    background: #fff;
    height: 160px;
}

.alert .alert_con p {
    color: #000;
    line-height: 90px;
}

.alert .alert_con .btn {
    padding: 3px 10px;
    color: #fff;
    cursor: pointer;
    background: #72D1FF;
    border: 1px solid #72D1FF;
    border-radius: 4px;
}

.alert .alert_con .btn:hover {
    background: #4FB2EF;
    border: 1px solid #4FB2EF;
    border-radius: 4px;
}

/*
.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; }
*/


@media screen and (max-width: 500px){
    .page-container{
        position: relative;
        top: -20px;
    }
    .display_img{
        display: block!important;
    }
    .image{
        display: none;
    }
    body{
        background-image:none!important;
        background: #ebe9e7;
    }

    .formdiv{
        border-radius:0;
        background: #ebe9e7;
        box-shadow: 5px 8px rgba(115,115,115,.3);
        filter: alpha(opacity=100);
        -moz-opacity: 1;
        -khtml-opacity: 1;
        opacity: 1;
    }
    input{
        padding-left: 42px;
        border-radius: 0;
        min-width: 200px;

    }

    .login_text{
        color:#797979;
    }

    button{
        width:60%;
        min-width: 200px;
        border-radius: 0;
        background: #d33336;
    }

    .login_head{
        padding-top: 5px;
    }
}