html,
body {
  height: 100%;
}

body {
  display: table;
  position: absolute;
  height: 100%;
  width: 100%;
}

.form-signin-wrap {
    max-width: 570px;
    margin: 0 auto;
}

.form-signin-wrap2 {
    max-width: 800px;
    margin: 0 auto;
}

.form-signin-req {
    font-size: 11px;
}

.form-signin-title {
    color: white;
    font-size: 46px;
}

.form-signin-title2 {
    color: #00adef;
    font-size: 36px;
    font-weight: bold;
}

.form-signin {
  max-width: 430px;
  padding: 0 70px;
  margin: 0 auto;
  background: white;
}

.form-signin .checkbox {
  font-weight: 400;
}
.form-signin .form-control {
  position: relative;
  box-sizing: border-box;
  height: auto;
  padding: 10px;
  font-size: 16px;
}
.form-signin .form-control:focus {
  z-index: 2;
}
.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;
}

.form-signin-footer {
    color: white;
    font-size: 10px;
    font-weight: bold;
    padding: 15px;
    margin: 0 auto;  
}

.form-icon {
  height: 45px;
}

.vertical-center {
   display: table-cell;
   vertical-align: middle;
}

.btn-login {
    color: white;
    font-weight: bold;
    font-size: 12px;
    background-color: #742844;
}

.btn-login:hover {
  color: #fff;
}