/*
Css stylesheet for the forms.
*/

#branding { float: left; }

#login_box {
    color: #FFF;
    font-weight: bold;
    padding: 5px;
    text-align: left;
    width: 30%;
    min-width: 250px;
	margin-top: 40px;
}

#login_box input,
#login_box select {
    width: 90%;
    border: #999 1px solid;
}

#content { margin: 10px auto; }
.btn-lg, .btn {
  padding: 10px 16px;
  font-size: 13px;
  line-height: 1.3333333;
  border-radius: 6px;
}
#buttons, #buttons input { text-align: center; }
#buttons input { width: 100%; }
#buttons2, #buttons2 input { text-align: center; }
#buttons2 input { width: 100%; }

.btn-success {
/*  color: #fff;*/
  color: #000;  
  background-color: #EEE;
/*  	background-color: #026d69;
	background-color: #CCC;    */
  	border-color: #4cae4c;
}
.btn-success:focus,
.btn-success.focus {
  color: #fff;
/*  background-color: #449d44;*/
  background-color: #EEE;  
  border-color: #255625;
}
.btn-success:hover {
	color: #fff;
  /*color: #000; */
  /*background-color: #449d44;*/
	background-color: #706F6F;
  border-color: #398439;
}
.btn-block {
  display: block;
  width: 100%;
}
input[type="submit"].btn-block,
input[type="reset"].btn-block,
input[type="button"].btn-block {
  width: 100%;
}
.v-spacing-10 {
	padding: 10px 0
}

.btn-danger {
  color: #fff;
  background-color: #d9534f;
  border-color: #d43f3a;
}
.btn-danger:focus,
.btn-danger.focus {
  color: #fff;
  background-color: #c9302c;
  border-color: #761c19;
}
.btn-danger:hover {
  color: #fff;
  background-color: #c9302c;
  border-color: #ac2925;
}
