body {
  /*padding-top: 70px;*/
  padding-bottom: 30px;
}
.login{
  background: url(../images/pexels-rfstudio-3825581-optimised.jpg);
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-position: center center;  
  background-size: cover;
  box-shadow:inset 0 0 0 2000px rgba(43, 43, 43, 0.8);
  height: 100vh;
}
.login p, .login h2, .login label{
  color:#ccc;
}
.has-error .form-control{
  border-width: 2px;
}
.cursor-pointer {
  cursor:pointer;
}
.theme-dropdown .dropdown-menu {
  position: static;
  display: block;
  margin-bottom: 20px;
}

.theme-showcase > p > .btn {
  margin: 5px 0;
}

.theme-showcase .navbar .container {
  width: auto;
}

.red{
	color: red;
}
p.version {
	font-size: 0.9em;
	text-align: center;
	margin-top: -5px;
}
footer{
  position: absolute;
  bottom: 0;
  opacity: 0.8;
  text-align: center;
  background-color:#052549;
  color:#eee;
  width:100%;
  font-size:1.1em;
  /* height: 30px; */
  /* padding-top: 10px; */
}
.text-muted{
  color:#eee;
  font-size: 0.8em;
}
footer .text-muted{
  color: #eee;
}
.center{
	text-align: center;
}
.form-control{
  border-radius: 0px !important;
}
.btn {
  display: inline-block;
  padding: 4px 8px;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.42857143;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 0px !important;
}
/*@media (max-width: 992px) {
    .navbar-header {
        float: none;
    }
    .navbar-toggle {
        display: block;
    }
    .navbar-collapse {
        border-top: 1px solid transparent;
        box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
    }
    .navbar-collapse.collapse {
        display: none!important;
    }
    .navbar-nav {
        float: none!important;
        margin: 7.5px -15px;
    }
    .navbar-nav>li {
        float: none;
    }
    .navbar-nav>li>a {
        padding-top: 10px;
        padding-bottom: 10px;
    }
}*/

/*.col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, 
.col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, 
.col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, 
.col-xs-1, .col-xs-10, .col-xs-11, .col-xs-12, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9{
	padding-right:8px;
	padding-left:8px;
}*/

.form-group {
    margin-bottom: 5px;
}
.email{
  text-transform: lowercase;
}