/* Fonts */
@import url(https://fonts.googleapis.com/css?family=Open+Sans:400);

/* fontawesome
@import url(http://weloveiconfonts.com/api/?family=fontawesome);
 */
[class*="fontawesome-"]:before {
  font-family: 'FontAwesome', sans-serif;
}

/* Simple Reset */
* { margin: 0; padding: 0; box-sizing: border-box; }

/* body */
body {
  background: #e9e9e9;
  color: #5e5e5e;
  font: 400 87.5%/1.5em 'Open Sans', sans-serif;
}

/* header */
header{
  background-color:black;
  height:80px;
  width:100%;
  position:fixed;
  margin-top:-202px;
}
header h5{
  color:white;
  margin-top:10px;
  margin-left:150px;
  font-size:11px;
}
header h2{
  color:white;
  margin-top:10px;
  margin-left:150px;
  font-size:28px;
}

/* Form Layout */
.form-wrapper {
  background: #fafafa;
  margin: 15% auto;
  padding: 0 1em;
  max-width: 370px;
}

.header-logo {
    position: relative;
    margin: 0 auto;
    width: 100%;
    display: -webkit-flex;
    display: -ms-flexbox;
    -js-display: flex;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  background: #ffffff;
}
#container, .clearfix, .row {
    display: block;
}
#container, .clearfix, .row {
    display: inline-block;
}

.drawer-nav-btn-wrap {
    position: absolute;
    top: 0;
    left: 0;
    width: 55px;
    height: 100%;
}

.drawer-nav-btn-wrap {
    display: none !important;
}

.drawer-nav-btn {
    width: 30px;
    height: 30px;
    position: absolute;
    left: 15px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

#logo, .logo {
    font-weight: 100;
    line-height: 1;
    margin-right: auto;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    -js-display: flex;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

div.logo_title {
    color: #3d3d3d;
}
div.logo_title {
    font-size: 2em;
    font-weight: bold;
    padding: .7em 0;
}

h1 {
  text-align: center;
  padding: 1em 0;
}

h3 {
  text-align: center;
  padding: 1em 0;
}

form {
  padding: 0 1.5em;
}

.form-item {
  margin-bottom: 0.75em;
  width: 100%;
}

.form-item input {
  background: #fafafa;
  border: none;
  border-bottom: 2px solid #e9e9e9;
  color: #666;
  font-family: 'Open Sans', sans-serif;
  font-size: 1em;
  height: 50px;
  transition: border-color 0.3s;
  width: 100%;
}

.form-item input:focus {
  border-bottom: 2px solid #c0c0c0;
  outline: none;
}

.button-panel {
  margin: 2em 0 0;
  width: 100%;
}

.button-panel .button {
  background: #0268cc;
  border: none;
  color: #fff;
  cursor: pointer;
  height: 50px;
  font-family: 'Open Sans', sans-serif;
  font-size: 1.2em;
  letter-spacing: 0.05em;
  text-align: center;
  text-transform: uppercase;
  transition: background 0.3s ease-in-out;
  width: 100%;
}

.button:hover {
  background: #ee3e52;
}

.form-footer {
  font-size: 1em;
  padding: 2em 0;
  text-align: center;
}

.form-footer a {
  color: #8c8c8c;
  text-decoration: none;
  transition: border-color 0.3s;
}

.form-footer a:hover {
  border-bottom: 1px dotted #8c8c8c;
}
.alert__heading{
  color:red;
  margin-left:20px;
}
