html,
body {
    height: 100%;
    min-width: 360px;
    background-image:url(/img/login_background.jpg);
    background-position: top center; 
    background-repeat: no-repeat;
    background-color: #161616;
    background-size: cover !important;
}
.logo{
    display:block;
    padding:40px;
    position: absolute;
}

.vertical-center  {
    min-height: 100%;
    height: auto;
}
input[type="text"],input[type="password"] {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0 !important;
    border-color: -moz-use-text-color -moz-use-text-color #fff !important;
    border-radius: 0 !important;
    border-style: none none solid !important;
    border-width: medium medium 1px !important;
    color: #ddd;
}
input[type="text"]:focus,input[type="password"]:focus{
    color:#ddd;
}

label{
    color: #fff;
}
a{

}

a{
    text-decoration: underline;
}

a:hover, a:focus{
    text-decoration: none;
    color:#999;
}

.form-group.has-success label {
    color: #fff;
}

input::-moz-placeholder {
    color: #fff;
    opacity: 1;
    transition: opacity 0.3s ease 0s;
}
.login-form{
    position: absolute;
    top:30%;
    left:0;
    margin-bottom:20px;
}

.has-error .help-block, .has-error .control-label, .has-error .radio, .has-error .checkbox, .has-error .radio-inline, .has-error .checkbox-inline, .has-error.radio label, .has-error.checkbox label, .has-error.radio-inline label, .has-error.checkbox-inline label {
    color: #e33;
}
.form-group.has-success .form-control {
    border-color: #fff !important;
    box-shadow: none;
}
.form-control:focus {
    border-color: #999 !important;
    box-shadow: none;
}

h1 {
    color: rgb(255, 255, 255);
    font-size: 36px;
    text-align: center;
}
/*
. modal-dialog{
  //  height: 90% 
}
.modal-content{
   // height: 100%
}
.modal-header {
  //  height: 10%;
}*/
.modal-header h2{
    margin: 0;
    line-height: 100%;
}
.modal-body {
    height: 90%;
    overflow: hidden;
    padding: 15px;
    position: relative;
}

.input-group .input-group-addon{
    border:none !important;
    background:none !important;
    color: #fff;
}
.control-label{
    width: 100%;
    text-align: center;
    font-weight: bold;
}
.help-block{
    text-align:center;
}

@media (max-width: 576px){
    .login-form {
        top: 10%;
    }
}