/*
 *
 * 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: 0px auto 0 auto !important;
}

.login-h1 {
    font-size: 25px !important;
    font-weight: 700 !important;
    text-shadow: 0 1px 4px rgba(0,0,0,.2) !important;
    color: #000000 !important;
}

#login-form{
    position: fixed !important;
    left: -173px !important;
    top: 20%;
    margin-left: 50% !important;
    box-shadow: #000 1px -1px 23px -5px;
}

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

.login-input {
    width: 270px !important;
    height: 42px !important;
    margin-top: 25px !important;
    padding: 0 15px !important;
    background: #2d2d2d !important; /* browsers that don't support rgba */
    background: rgba(45,45,45,.15) !important;
    -moz-border-radius: 6px !important;
    -webkit-border-radius: 6px !important;
    border-radius: 6px !important;
    border: 1px solid #3d3d3d !important; /* browsers that don't support rgba */
    border: 1px solid rgba(255,255,255,.15) !important;
    -moz-box-shadow: 0 2px 3px 0 rgba(0,0,0,.1) inset !important;
    -webkit-box-shadow: 0 2px 3px 0 rgba(0,0,0,.1) inset !important;
    box-shadow: 0 2px 3px 0 rgba(0,0,0,.1) inset !important;
    font-family: 'PT Sans', Helvetica, Arial, sans-serif !important;
    font-size: 14px !important;
    color: #000 !important;
    text-shadow: 0 1px 2px rgba(0,0,0,.1) !important;
    -o-transition: all .2s !important;
    -moz-transition: all .2s !important;
    -webkit-transition: all .2s !important;
    -ms-transition: all .2s !important;
}

.login-input:-moz-placeholder { color: #000 !important; }
.login-input:-ms-input-placeholder { color: #000 !important; }
.login-input::-webkit-input-placeholder { color: #000 !important; }

.login-input:focus {
    outline: none !important;
    -moz-box-shadow:
        0 2px 3px 0 rgba(0,0,0,.1) inset,
        0 2px 7px 0 rgba(0,0,0,.2) !important;
    -webkit-box-shadow:
        0 2px 3px 0 rgba(0,0,0,.1) inset,
        0 2px 7px 0 rgba(0,0,0,.2) !important;
    box-shadow:
        0 2px 3px 0 rgba(0,0,0,.1) inset,
        0 2px 7px 0 rgba(0,0,0,.2) !important;
}

.login-button {
    cursor: pointer !important;
    width: 300px !important;
    height: 44px !important;
    margin-top: 15px !important;
    padding: 0 !important;
    background: #20203e !important;
    -moz-border-radius: 6px !important;
    -webkit-border-radius: 6px !important;
    border-radius: 6px !important;
    border: 1px solid #20203e !important;
    -moz-box-shadow:
        0 15px 30px 0 rgba(255,255,255,.25) inset,
        0 2px 7px 0 rgba(0,0,0,.2) !important;
    -webkit-box-shadow:
        0 15px 30px 0 rgba(255,255,255,.25) inset,
        0 2px 7px 0 rgba(0,0,0,.2) !important;
    box-shadow:
        0 15px 30px 0 rgba(255,255,255,.25) inset,
        0 2px 7px 0 rgba(0,0,0,.2) !important;
    font-family: 'PT Sans', Helvetica, Arial, sans-serif !important;
    font-size: 14px !important;
    font-weight: 700 !important;
    color: #fff !important;
    text-shadow: 0 1px 2px rgba(0,0,0,.1) !important;
    -o-transition: all .2s !important;
    -moz-transition: all .2s !important;
    -webkit-transition: all .2s !important;
    -ms-transition: all .2s !important;
}

.login-button:hover {
    -moz-box-shadow:
        0 15px 30px 0 rgba(255,255,255,.15) inset,
        0 2px 7px 0 rgba(0,0,0,.2) !important;
    -webkit-box-shadow:
        0 15px 30px 0 rgba(255,255,255,.15) inset,
        0 2px 7px 0 rgba(0,0,0,.2) !important;
    box-shadow:
        0 15px 30px 0 rgba(255,255,255,.15) inset,
        0 2px 7px 0 rgba(0,0,0,.2) !important;
}

.login-button:active {
    -moz-box-shadow:
        0 15px 30px 0 rgba(255,255,255,.15) inset,
        0 2px 7px 0 rgba(0,0,0,.2) !important;
    -webkit-box-shadow:
        0 15px 30px 0 rgba(255,255,255,.15) inset,
        0 2px 7px 0 rgba(0,0,0,.2) !important;
    box-shadow:        
        0 5px 8px 0 rgba(0,0,0,.1) inset,
        0 1px 4px 0 rgba(0,0,0,.1) !important;

    border: 0px solid #ef4300 !important;
}

#login-form{
background-color: #ffffff !important;
padding: 25px !important;
border-radius: 5px !important;
opacity: 0.95 !important;
}

#branding{
    /* fixed position a zero-height full width container */
    position: fixed !important;
    bottom: 0px !important; /* or whatever position is desired */
    left: 0 !important;
    right: 0 !important;
    height: 30px !important;
	background: #000000 !important;
	opacity: 0.7 !important;
	padding-top: 8px !important;
	padding-bottom: 17px !important;
    /* center all inline content */
    text-align: center !important;
	font-size:12px !important;
}

#branding img {
border: none !important;
}
#branding a{
text-decoration:none !important;
color: #ffffff !important;
}

#alert-box-login{
    margin-left: 50%;
    position: fixed;
    left: -345px;
    top: 6%;
    z-index: 999;
}

.login-alert{
    width: 600px;
    color: #000;
    box-shadow: #000 1px -1px 23px -5px;
}

#login-form-select{
    background-color: #ffffff !important;
    padding: 25px !important;
    border-radius: 5px !important;
    opacity: 0.95 !important;
    position: fixed !important;
    left: 50% !important;
    top: 50% !important;
    margin-left: -370px !important;
    margin-top: -280px !important;
    box-shadow: #000 1px -1px 23px -5px;
}

.login-form-select {
    position: relative !important;
    width: 700px !important;
    margin: 15px auto 0 auto !important;
    text-align: center !important;
}

.thumbnail {
    position:relative;
    overflow:hidden;
}

.caption {
    position:absolute;
    top:0;
    right:0;
    background:rgba(66, 139, 202, 0.75);
    width:100%;
    height:100%;
    padding:2%;
    display: none;
    text-align:center;
    color:#fff !important;
    z-index:2;
}

.caption p a{
    padding: 10px;
    background-color: #666;
}