.controlbar {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 45px; /* Set the fixed height of the footer here */
  line-height: 40px; /* Vertically center the text there */
  background-color: #000;
  z-index:1000;
}

.form-signin {
    width: 100%;
    max-width: 404px;
    padding: 15px;
    margin: 0 auto;
}

.select2-container--default .select2-selection
{
  height: 38px!important;
}

.form-horizontal .row {
  margin-bottom: 0.25rem !important; 
}

.form-group {
  margin-bottom: 0.25rem !important;
}

.form-control {
  padding-top: 0.25rem !important;
  padding-bottom: 0.25rem !important;
}


.bglogin
{
  background: url('/static/sitss/bgimage/bg.jpg') no-repeat center center fixed; 
 -webkit-background-size: cover!important;
 -moz-background-size: cover!important;
 -o-background-size: cover!important;
 background-size: cover!important;
}

.alertfloat
{
  font-size:.8rem!important;
  position: fixed;
  top: 5px;
  right: 5px;
  z-index:2000;
  margin-left: 5px;
  margin-right: 5px;
  padding-left: 5px;
  padding-right: 5px;
}

label {
    font-size: .7rem!important;
    font-weight: bold;
  	opacity: 0.8;
}

h4.panel-title {
	font-size: 1rem!important;
}