html,
body {
  height: 100%;
}

body {
  display: flex;
  align-items: center;
  padding-top: 40px;
  padding-bottom: 40px;
  background-color: #1D2127;
}

.form-signin {
  width: 100%;
  max-width: 360px;
  padding: 30px 30px;
  padding-bottom: 20px;
  margin: auto;
  border-radius: 5px
}

.login-header {
  margin: 0;
  padding: 0;
  margin-bottom: 20px;
}

.login_title {
  font-size: 17px;
  color: #fff;
  line-height: 19px;
  margin: 0;
  padding: 0;
}

.login_desc {
  font-size: 14px;
  color: #fff;
  line-height: 19px;
  padding: 0;
  margin: 0;
}

.login_group {
  position: relative;
}

.login-body {
    /*margin-top: 50px;*/
}

.login_input {
    background-color: #1D2127 !important;
    background-color: rgba(0, 0, 0, 0.1) !important;
    color: #fff !important;
    width: 100%;
}

.login_group .login_input::placeholder {
    color: #69868A;
}

.login_group i {
    position: absolute;
    top: 12px;
    left: 10px;
    color: #fff;
}

.login_group .login_input:focus,
.login_group .login_input:active {
    outline: none;
    background-color: rgba(0,0,0,0.1);
}

.login_group .login_input:focus ~ label,
.login_group .login_input:valid ~ label {
  top: -20px;
  font-size: 12px;
  text-transform: uppercase;
  color: #69868A;
    left: 0;
}

.login_group .login_label {
  color: #69868A;
  font-family: "Open Sans", sans-serif;
  font-size: 14px;
  font-weight: 400;
  position: absolute;
  pointer-events: none;
  left: 10px;
  top: 10px;
  -webkit-transition: .2s ease all;
  transition: .2s ease all
}

.login_group .reset_password {
    font-size: 14px;
    color: #69868A;
    line-height: 19px;
    padding: 0;
    margin: 0;
    text-decoration: none;
}

.login_bar {
  position: relative;
  display: block;
}

.login_bar:before,
.login_bar:after {
  content: '';
  height: 2px;
  width: 0;
  bottom: 1px;
  position: absolute;
  background: #fff;
  transition: .2s ease all;
  -moz-transition: .2s ease all;
  -webkit-transition: .2s ease all
}

.login_bar:before {
  left: 50%
}

.login_bar:after {
  right: 50%
}

input:focus ~ .login_bar:before,
input:focus ~ .login_bar:after {
  width: 50%
}

.login_button {
  font-family: "Open Sans", sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  width: 100%;
  background: #fff;
  border: none;
  border-radius: 5px;
  color: #000;
  height: 45px;
  font-size: 14px;
  bottom: 0;
  margin-top: 30px;
  margin-bottom: 0;
  -webkit-appearance: button;
}

.login_button:hover {
  cursor: pointer;
}

.copyright {
  width: 100px;
  margin: 25px auto;
  padding: 0;
  color: #69868A;
  line-height: 19px;
  font-weight: 600;
  font-size: 11px;
  text-transform: uppercase;
  position: absolute;
  left: 0;
  right: 0;
}

.login_alert {
  background-color: #FE0101;
  padding: 7px 5px;
  border-radius: 5px;
  border: 0;
}

.text-red {
    color: #FE0101 !important;
}

.login_alert p {
  font-size: 14px;
  color: #fff;
  line-height: 19px;
  padding: 0;
  margin: 0;
}
