/*
 *
 * 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;
    text-align: center;
    color: #fff;
}

.page-container {
    margin: 120px auto 0 auto;
}

h1 {
    font-size: 30px;
    font-weight: 700;
    text-shadow: 0 1px 4px rgba(0,0,0,.2);
}

h2 {
    font-size: 20px;
    font-weight: 700;
    text-shadow: 0 1px 4px rgba(0,0,0,.2);
}

form {
    position: relative;
    width: 305px;
    margin: 15px auto 0 auto;
    text-align: center;
}

.input {
    width: 270px;
    height: 42px;
    margin-top: 25px;
    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: '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;
}

#rememberIcheck {
    text-align: left;
    margin-top: 20px!important;
    font-size: 13px;
}

label[for=rememberMe] {
    margin-top: 20px!important;
}

select {
    width: 300px;
    height: 42px;
    margin-top: 25px;
    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: '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: grey; }
input:-ms-input-placeholder { color: grey; }
input::-webkit-input-placeholder { color: grey; }

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: 300px;*/
    /*height: 44px;*/
    /*margin-top: 25px;*/
    /*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: '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;*!*/
/*}*/

.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: 35px 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: 35px;
    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; }

.page-container {
    width: 350px;
    padding: 20px;
    border-radius: 8px;
    /* background-color: rgba(85,177,50,0.7); */
    background-color: rgba(0,0,0,0.3);
    /* background-color: rgba(255,255,255,1); */
    /* box-shadow: 4px 25px 30px 0px rgba(0,0,0,0.75); */
    /* box-shadow: inset 0px 0px 16px 6px rgba(0,0,0,0.75);*/
}

/*BUTTONS*/
.btn-success {
    background-color: #00a65a;
    border-color: #008d4c;
}

.btn {
    border-radius: 3px;
    -webkit-box-shadow: none;
    box-shadow: none;
    border: 1px solid transparent;
}

.btn-block {
    display: block;
    width: 100%;
}

.btn-success {
    color: #fff;
    background-color: #5cb85c;
    border-color: #4cae4c;
}

.btn {
    margin-top: 20px;
    display: inline-block;
    padding: 6px 12px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
}

.btn-success:hover, .btn-success:active, .btn-success.hover {
    background-color: #008d4c;
}

.btn-success:hover {
    color: #fff!important;
    background-color: #449d44;
    border-color: #398439;
}

.btn.focus, .btn:focus, .btn:hover {
    color: #333;
    text-decoration: none;
}

.forgot-password {
    margin-top: 20px;
}

.forgot-password a {
    color: white;
}

.login-footer {
    margin-top: 20px;
    font-size: x-small;
    margin-bottom: -15px;
    color: gainsboro;
}

.page-container h1, .page-container h2  {
    margin-top: 20px;
}

.login-error {
    /*margin-top: 40px;*/
    background-color: rgba(204, 51, 0, 0.5);
    max-width: 300px;
    padding: 20px 0px;
    margin: 20px auto 0px auto;
}

.login-logo {
    margin-bottom: 20px;
}