body {
  padding-top: 80px;
  font-family: 'Open Sans', sans-serif;
  font-weight: 400;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;      
}

footer hr {
    margin: 15px 0 5px;
}

.alert-dismissable {
    position: absolute;
    width: 100%;
    left: 0;
    top: 10px;
    padding: 10px !important;
    border-radius: 0;
    
}

.navbar-brand {
	padding-top: 0px;	
}

.form {
  position: relative;
  margin: 0 auto 50px;
  padding: 45px;
  text-align: center;
  box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.2), 0 5px 5px 0 rgba(0, 0, 0, 0.30);
  background-color: rgba(251, 251, 251, 1);
}

.form ul {
    list-style: none;
    padding: 0px;
    margin-top: -10px;
    font-size: 85%;
    color: #cc0000;
}

.form label {
    font-weight: normal;
}

.form input:not([type=checkbox]) {
  outline: 0;
  background: #F3F3F3;
  width: 100%;
  border: 0;
  margin: 0 0 15px;
  padding: 5px;
}

.form input.input-error {
  border-color: #CC0000;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(255, 175, 102, .6);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(255, 175, 102, .6);
}

.btn-login {
  outline: 0;
  width: 100%;
  border: 0;
  padding: 15px;
}


.form .forgot {
  margin: 15px 0 0;
  font-size: 86%;
}

.form .forgot a {
  text-decoration: none;
}

.g-recaptcha {
    display: inline-block;
}