@import url(https://fonts.googleapis.com/css?family=Open+Sans);
body {
  font-family: 'Helvetica Neue', 'Open Sans', Verdana, Arial, sans-serif;
  margin: 0;
  padding: 0;
  background: #2578cf;
  background: -webkit-gradient(linear, left top, left bottom, from(#3B8EE2), to(#2578CF)) fixed;
}
.outer-container {
	margin-top: 80px;
	margin-bottom: 20px;
}
.wrapper {
  max-width: 480px;
  padding: 30px 38px 40px;
  margin: 0 auto;
  background-color: #eee; 
  }
.left {
  max-width: 120px;
  float: left;
}
.right {
  max-width: 360px;
  float: left;
}
.form-signin {
  text-align:center;
}
.form-signin-heading {
  margin-bottom: 30px;
}
.form-signin-heading i {
  margin-right: 20px;
}
.form-signin p {
  margin: 20px 0;
}
.form-control {
  position: relative;
  font-size: 16px;
  height: auto;
  padding: 10px;
}
input[type="text"] {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
input[type="password"] {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
input[type="password"], input[type="text"] {
  margin-bottom: 5px;
}
/* Contextual classes */
.success {
    background: #dff0d8;
}
.info {
    background: #d9edf7;
}
.warning {
    background: #fcf8e3;
}
.danger {
    background: #f2dede;
}
.message-success {
    border: solid 2px #5cb85c;
    border-radius: 5px;
    padding: 20px;
    margin-top: 20px;
    text-align: center;
}
.message-danger {
    border: solid 2px #d9534f;
    border-radius: 5px;
    padding: 20px;
    margin-top: 20px;
    text-align: center;
}