.login-wrap {
  width: 400px;
  margin: 0 auto;
}

/* .login-title-margin {
  margin: 0 auto 50px !important;

} */
.Container {
  position: relative;
}

.login-title {
  margin: 200px auto 50px;
  text-align: center;
  font-size: 30px;
  font-weight: bold;
  line-height: 60px;
}

.fault-tolerant {
  position: absolute;
  top: -200px;
  left: 50%;
  margin-left: -612px;
  width: 1226px;
  font-size: 14px;
  font-weight: bolder;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.fault-tolerant-content {
  width: 550px;
  margin: 0 auto;
  height: 200px;
  padding: 40px 0 0 0;
}

.fault-tolerant p {
  margin: 0;
}

.fault-tolerant p span {
  color: rgb(67, 113, 166);
}

/* #login_form {
  display: block;
}

#register_form {
  display: none;
} */

/* .logo-wrap {
  height: 60px;
  font-size: 0;
} */

/* .logo-wrap .logo-title,
.logo-wrap .logo-graph {
  display: inline-block;
  position: relative;
  vertical-align: top;
  height: 100%;
} */

/* .logo-wrap .logo-title {
  width: 300px;
  background: red;
  text-align: left;
  color: #fff;
  padding-left: 25px;
  font-size: 32px;
  line-height: 32px;

} */

/* .logo-wrap .logo-title::after {
  position: absolute;
  content: "";
  right: 0;
  width: 50px;
  height: 100%;
  transform: skewX(-25deg);
  border-bottom-right-radius: 10px;
  background-color: red;
  z-index: 10;
}
.logo-wrap .logo-graph {
  width: calc(100% - 300px);
  transform: skewX(-25deg);
  border-bottom-left-radius: 10px;
}

.logo-wrap .logo-graph::after {
  position: absolute;
  content: "";
  left: -5px;
  width: 50px;
  height: 100%;
  transform: skewX(-14deg);
  border-top-left-radius: 10px;
  background-color: #fff;
  z-index: 1;
}

.logo-wrap .logo-graph::before {
  position: absolute;
  content: "";
  left: -20px;
  width: 50px;
  height: 100%;
  background-color: red;
  z-index: 1;
} */
/* .occupied-bg {
  width: 100%;
  height: 30px;
  background-color: red;
} */

/* .fa {
  display: inline-block;
  top: 27px;
  left: 6px;
  position: relative;
  color: #ccc;
}

input[type="text"],
input[type="password"] {
  padding-left: 26px;
} */


.login-wrap table.form-table td {
  padding: 10px 20px;
  /* margin: 30px auto; */
}

.login-wrap table.form-table tr>td:first-child {
  display: table-cell;
  vertical-align: middle;
  font-size: 16px;
  font-weight: bolder;
  background-color: #f0f1f0;
  /* margin: 30px auto; */
}

.login-wrap button.submit-btn {
  background: #eb9f57;
  border: 1px solid #eb9f57;
}

.login-btn-wrap {
  text-align: center;
  margin: 0 auto;
}