body {
    font-family: "Arial";
/*    padding-top: 40px;
    padding-bottom: 40px;*/

      display: table;
      position: absolute;
      height: 100%;
      width: 100%;
}

.form-signin-wrap {
    max-width: 570px;
    margin: 0 auto;
    background: #da1c5c;
}

.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: #da1c5c;
    font-size: 36px;
    font-weight: bold;
}

.form-signin {
  max-width: 400px;
  padding: 30px 70px;
  margin: 0 auto;
  background: white;
}
.form-signin .form-signin-heading,
.form-signin .checkbox {
  margin-bottom: 10px;
}
.form-signin .checkbox {
  font-weight: normal;
}
.form-signin .form-control {
  position: relative;
  height: auto;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  padding: 10px;
  margin-bottom: 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-signin-footer2 {
    color: #a69999;
    font-size: 10px;
    font-weight: bold;
    padding: 15px;
    margin: 0 auto;  
}

.form-icon {
  height: 45px;
}

.btn-login {
    color: white;
    font-weight: bold;
    font-size: 12px;
    background-color: #da1c5c;
}

.btn-login2  {
    color: white;
    font-weight: bold;
    font-size: 12px;
    background-color: #ed284b;
    transition-duration: 0.4s;
}

.btn-login2:hover  {
    background-color: white;
    color: #ed284b;
    border: 1px solid #ed284b;
}

.button {
  transition-duration: 0.4s;
}

.button:hover {
  background-color: #4CAF50; /* Green */
  color: white;
}




.vertical-center {
   display: table-cell;
   vertical-align: middle;
}

#loader .modal-content{
    background: transparent;
    color: rgba(255,255,255,1);
    box-shadow: none;
    border: none;
}