/*html { 
  background: url(../img/splash.png) no-repeat center center fixed; 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}*/

body {
    background:#f6f4f4;
}

.form-signin-heading {
    margin-bottom:21px !important;
}

/* Container LOGIN */
.container {
    width:550px;
    height:324px;
    position:absolute;
    padding:19px 40px 40px 40px;
    left:50%;
    top:50%;
    margin-left: -275px;
    margin-top: -184px;
    background:#ffffff;
    background-color: #ffffff;
    border: 1px solid #cccccc;
    border: 1px solid rgba(0, 0, 0, 0.15);
    border-radius: 0;

    background-clip: padding-box;
}

@media (max-width: 600px) {
    .container {
        width:440px;
        margin-left: -220px;
        margin-top: -184px;
    }
}
@media (max-width: 450px) {
    .container {
        width:320px;
        margin-left: -160px;
        margin-top: -184px;
    }

    .form-signin-heading {
        font-size:26px;
    }

}

.container .input-group {
    margin-bottom: 10px;
}


.form-toolbox {
    position:absolute;
    width:549px;
    height:40px;
    bottom:-40px;
    margin-left:-40px;
}

.form-plh {
    position:relative;

}

.form-signin,
.form-forgot {
    position:absolute;
    background:#ffffff;
}

.form-forgot {
    display:none;
    z-index:99;
}

.glyphicon {
    color:#cccccc;
}