@import url(//fonts.googleapis.com/css?family=Lato:700);
body {
  background-color: #444;
  /*background: url(../images/admin-login-background.jpg) no-repeat 100% 100% fixed;*/
  background: url(../images/bg-login.jpg) no-repeat 100% 100% fixed;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

#login_box{background: rgba(220, 220, 220, 0.68);}
#login_box .panel-heading {
    background-color: rgba(245, 245, 245, 0.62);
}
#logo_1{width:100%}
#logo_2{
	 background-color: rgba(245, 245, 245, 0.62);
    bottom: 25px;
    right: 25px;    
	width: 250px;
    position: fixed;
}
.btn-success {
    color: #ffffff;
    background-color: #2E2A6A !important;
    border-color: #F2F4F2 !important;
}
.btn-success:hover{
    color: #ffffff;
    background-color: #555188 !important;
    border-color: #F2F4F2 !important;
}
#logo_2 img{width:100%}
.form-signin input[type="text"] {
  margin-bottom: 5px;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
.form-signin input[type="password"] {
  margin-bottom: 10px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.form-signin .form-control {
  position: relative;
  font-size: 16px;
  font-family: 'Open Sans', Arial, Helvetica, sans-serif;
  height: auto;
  padding: 10px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.vertical-offset-100 {
  padding-top: 100px;
}
.img-responsive {
  display: block;
  max-width: 100%;
  height: 128px;
  margin: auto;
}
.panel {
  margin-bottom: 20px;
  /*background-color: rgba(221, 72, 20, 0.75);*/
  /*background-color: #dd4814;*/
  /*opacity: 0.65;*/
  border: 1px solid transparent;
  border-radius: 4px;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, .05);
  box-shadow: 0 1px 1px rgba(0, 0, 0, .05);
}

.login_result .alert {
  padding-bottom: 10px;
  padding-top: 10px;
}
