html,
body {
  height: 100%;
}
#login-body{
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
}
body {

  padding-top: 40px;
  padding-bottom: 40px;
  font-size:14px;
  /*font-family: 'Montserrat', sans-serif;*/
  font-family: 'Karla', sans-serif;

}

h3 {
  font-size: 22px;
  font-weight: normal;
  line-height: 32px;
}

.helper{
  font-size: 16px;
  line-height: 26px;
  color: #565656;
  margin-bottom: 20px;
}

a, a:hover, a:active {
  color:#000;
  text-decoration: none;
}


.login-bg{
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #f5f5f5;
  /*background: url('/img/login-bg.png');*/
  background-size: cover;
  /*-webkit-filter: grayscale(81%);
  filter: gray;
  opacity: 1;*/
}


.login-container{
  position: relative;
  width: 100%;
  max-width: 530px;
  min-height: 498px;
  padding: 15px;
  margin: auto;
  background-color: #fff;
}
.form-signin,
.forgot-password {
  width: 100%;
  max-width: 430px;
  /*padding: 15px;*/
  margin: auto;
  /*background-color: #fff;*/
}
.login-container .subheader{
  color: #ACABAF;
}
.form-signin .checkbox {
  font-weight: 400;
}
.form-signin .form-control {
  position: relative;
  box-sizing: border-box;
  height: auto;
  padding: 10px;
  font-size: 16px;
}

.full-width{
  width: 100% !important;
}
.form-signin .form-control:focus {
  z-index: 2;
}


.form-signin input {
  border: 0px;
  border-bottom: 1px solid #eee;
}

.btn{
  border-radius: 0px;

}
.form-signin input[type="email"] {

  /*margin-bottom: -1px;*/
  /*border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;*/
}
.form-signin input[type="password"] {
  /*margin-bottom: 10px;*/
  /*border-top-left-radius: 0;
  border-top-right-radius: 0;*/
}

.group        {
  position:relative;
  margin-bottom:45px;
}

.form-control         {
  font-size:18px;
  padding:10px 10px 10px 5px;
  display:block;
  width:300px;
  border:none;
  border-bottom:1px solid #eee;
  border-radius: 0px;
}
.form-control:focus     { outline:none; }

/* LABEL ======================================= */
.label          {
  color:#999;
  font-size:13px;
  font-weight:normal;
  position:absolute;
  pointer-events:none;
  left:5px;
  top:10px;
  transition:0.2s ease all;
  -moz-transition:0.2s ease all;
  -webkit-transition:0.2s ease all;
}
label {
  font-size:13px;
}

/* active state */
.form-control:focus ~ label, .form-control:valid ~ label {
  top:-20px;
  font-size:14px;
  color:#6c757d;
}



/* BOTTOM BARS ================================= */
.bar  { position:relative; display:block; width:300px; }
.bar:before, .bar:after   {
  content:'';
  height:2px;
  width:0;
  bottom:1px;
  position:absolute;
  background:#6c757d;
  transition:0.2s ease all;
  -moz-transition:0.2s ease all;
  -webkit-transition:0.2s ease all;
}
.bar:before {
  left:50%;
}
.bar:after {
  right:50%;
}

/* active state */
input:focus ~ .bar:before, input:focus ~ .bar:after {
  width:50%;
  /*color: #495057;
  background-color: #fff;*/

}
input:focus, input:active {
  border-color: #6c757d !important;
  outline: 0 !important;
  box-shadow: none !important;
}

/* HIGHLIGHTER ================================== */
.highlight {
  position:absolute;
  height:60%;
  width:100px;
  top:25%;
  left:0;
  pointer-events:none;
  opacity:0.5;
}

/* active state */
input:focus ~ .highlight {
  -webkit-animation:inputHighlighter 0.3s ease;
  -moz-animation:inputHighlighter 0.3s ease;
  animation:inputHighlighter 0.3s ease;
}

/* ANIMATIONS ================ */
@-webkit-keyframes inputHighlighter {
  from { background:#5264AE; }
  to  { width:0; background:transparent; }
}
@-moz-keyframes inputHighlighter {
  from { background:#5264AE; }
  to  { width:0; background:transparent; }
}
@keyframes inputHighlighter {
  from { background:#5264AE; }
  to  { width:0; background:transparent; }
}

.forgot-password h4{
  font-family: 'Montserrat', sans-serif;
  line-height: 36px;
  font-weight: 600;
}
.btn-primary {
  background-color: #F8D0C0 !important;
  border-color:#F8D0C0 !important;
  color: #000;
  text-transform: uppercase;
  font-weight: bold;
}

.btn-black:hover {
  background-color: #000 !important;
  border-color:#000 !important;
  color: #FFF;
  padding: 15px;
  text-transform: uppercase;
  font-weight: bold;
}

.btn-black{
  background-color: #F8D0C0 !important;
  border-color:#F8D0C0 !important;
  color: #000;
  text-transform: uppercase;
  font-weight: bold;
  padding: 15px;
}
