body {
  font-family: Lato,"Helvetica Neue",Helvetica,Arial,Sans-Serif;
  font-size: 14px;
  line-height: 1.5;
  background: #fff;
}
.container {
  background: #fff;
  border-radius: 0;
  box-shadow: 0px 5px 5px 2px rgba(54,54,61,.1);
  overflow: hidden;
  width: 28em;
  min-width: 300px;
  margin: 100px auto;
}
.container .header {
  height: auto;
  padding: 15px 16px;
  justify-content: center;
  align-items: center;
}
.container .content {
  padding: 20px;
}
.btn {
  text-transform: uppercase;
  border: none;
  border-radius: 2px;
  padding: 10px 15px;
  cursor: pointer;
}
.btn-secondary {

}
.header {
  width: auto;
  height: auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 10px 40px;
  background: #f9f9f9;
  color: #0B2135;
  overflow: hidden;
  box-shadow: 0 1px 0 0 rgba(54,54,61,.1);
}
.brand {
  float: none;
  text-align: center;
}
.brand h1 {
  color: #0B2135;
  font-size: 30px;
  font-weight: 400;
  line-height: 1.2;
}
.header-logo {
  height: 150px;
  line-height: 0;
}
.form-row {
  padding: 4px 0;
  float: left;
  width: 100%;
  border-bottom: none;
}
.form-row label {
  padding-right: 0.5em;
  line-height: 2em;
  font-size: 1em;
  clear: both;
  color: #333;
}
.form-row #id_username, .form-row #id_password {
  clear: both;
  padding: 8px;
  width: 100%;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}
span.help {
  font-size: 10px;
  display: block;
}
.submit-row {
  clear: both;
  padding: 20px 0;
  margin: 0;
  border: none;
  background: none;
  text-align: center;
}
.btn {
  font-size: 14px;
  padding: 10px 20px;
  border: none;
  border-radius: 2px;
  color: #fff;
  cursor: pointer;
}
.btn-primary {
  background: #FD4F57;
}
.btn-primary:hover,
.btn-primary:focus {
  background: #d34047;
}
.password-reset-link {
  text-align: center;
}
input[type="text"],
input[type="password"] {
  display: block;
  width: 100%;
  max-width: 600px;
  min-height: 30px;
  max-height: 100px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 4px 6px;
  margin-bottom: 5px;
  line-height: 24px;
  font-size: 14px;
  color: #555555;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  vertical-align: middle;
  background-color: #ffffff;
  border: 1px solid #cccccc;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border linear .2s, box-shadow linear .2s;
  -moz-transition: border linear .2s, box-shadow linear .2s;
  -o-transition: border linear .2s, box-shadow linear .2s;
  transition: border linear .2s, box-shadow linear .2s;
}
input[type="text"]:focus,
input[type="password"]:focus {
  border-color: rgba(252, 78, 86, 0.8);
  outline: 0;
  outline: thin dotted \9;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(252, 78, 86, 0.6);
  -moz-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(252, 78, 86, 0.6);
  box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(252, 78, 86, 0.6);
}
.alert-danger {
  color: #721c24;
  background-color: #f8d7da;
  border-color: #f5c6cb;
}
.alert {
  position: relative;
  padding: 10px 20px;
  margin-bottom: 20px;
  border: 1px solid transparent;
  border-radius: 2px;
}
