/* basic_login_style */
body {padding-top: 0px; padding-bottom: 0px;}

.front-bg {position: fixed;
    width: 200%;
    height: 200%;
    left: -50%;}

.front-bg img {display: block;
    margin: auto;
    min-width: 50%;
    min-height: 50%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;}

.front-card {position: absolute;
    left: 50%;
    top: 50%;
    height: 328px;
    width: 838px;
    margin: 125px 0 0 -418px;}

.form-signin {position: absolute;
    top: 0;
    left: 536px;
    width: 300px;
    color: #ffffff;
    padding: 8px 12px 12px;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
    background-color: #363636;
    *background-color: #222222;
    background-image: -moz-linear-gradient(top, #444444, #222222);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#444444), to(#222222));
    background-image: -webkit-linear-gradient(top, #444444, #222222);
    background-image: -o-linear-gradient(top, #444444, #222222);
    background-image: linear-gradient(to bottom, #444444, #222222);
    background-repeat: repeat-x;
    border-color: #222222 #222222 #000000;
    border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff444444', endColorstr='#ff222222', GradientType=0);
    filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
    border: 1px solid #dddddd;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    -webkit-box-shadow: 0 1px 2px rgba(0,0,0,.05);
    -moz-box-shadow: 0 1px 2px rgba(0,0,0,.05);
    box-shadow: 0 1px 2px rgba(0,0,0,.05);}

.form-signin h1 {font: italic 17px 'Berthold Baskerville', Georgia, "Times New Roman", Times, serif;
    text-align: center;
    padding-bottom: 5px;
    border-bottom: 1px solid #e6e6e6;}

.form-signin .form-signin-heading,
.form-signin .checkbox {margin-bottom: 10px;}
.form-signin input[type="text"],
.form-signin input[type="password"] {font-size: 16px;
    height: auto;
    margin-bottom: 15px;
    padding: 7px 9px;}

.front-logo {margin-top: 13px;}

.alert{margin-top: 10px;
    margin-bottom: 0px;
}

footer p {
    float: left;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 14px;
    padding: 3px 0px 3px 0px;
    line-height: 16px;
    color: #dbdbdb;
    margin: 0px 0px 0px 15px;
}

footer {
    position: fixed;
    right: 0;
    left: 0;
    bottom: 0;
    z-index: 1030;
    margin-bottom: 0;
    -webkit-box-shadow: 0 1px 2px rgba(0,0,0,.55);
    -moz-box-shadow: 0 1px 2px rgba(0,0,0,.55);
    box-shadow: 0 1px 2px rgba(0,0,0,.55);
    background-color: rgba(0, 0, 0, 0.6);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#99000000,endColorstr=#99000000);
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#99000000, endColorstr=#99000000)";
}

@media only screen and (orientation:portrait) {
    .front-card {
        left:25%;
    }
}