.fw-login {
  max-width: 700px;
  width: 100%;
  position: relative;
  min-height: 250px;
  height: unset !important;
  border-radius: 10px;
  top: unset !important;
  -webkit-box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
  -moz-box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
  transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -webkit-transform: translate(0, 0);
  left: auto;
  right: auto;
  margin: 50px auto 0;
}

.uaePassError {
  padding: 15px;
  font-family: sans-serif;
  color: red;
}

.uae-pass-single-identity {
  border-bottom: 1px solid #dadada;
  padding-bottom: 16px;
  margin-bottom: 7px;
  line-height: 1.3;
  text-align: center;
  font-size: 14px;
}

.mainlogin-form {
  height: 240px;
  padding: 20px 30px;
}

.custom-btn {
  height: 70px;
  line-height: 70px;
  padding: 0;
  font-size: 20px;
  margin-left: 0 !important;
  margin-right: 0 !important;
  margin-bottom: 10px;
}

#normalLoginNew {
  position: inherit;
  display: flex;
}
/* #loginForm1 {flex-wrap:nowrap !important; }*/
#bioLoginEIDA h3 {
  white-space: nowrap;
}

#bioLoginEIDA {
  display: flex;
  justify-content: center;
}

.modal-announcebar {
  height: 591px;
}

.mainlogin-form {
  height: auto;
}

.fw-login {
}
/* Style the tab */
.tab {
  overflow: hidden;
  border: 1px solid #ccc;
  background-color: #bf9e66 !important
}

  /* Style the buttons inside the tab */
  .tab button {
    background-color: #bf9e66 !important;
    float: left;
    border: none;
    outline: none;
    cursor: pointer;
    padding: 14px 16px;
    transition: 0.3s;
    font-size: 17px;
    color: white;
  }

    /* Change background color of buttons on hover */
    .tab button:hover {
      background-color: #ddd;
    }

    /* Create an active/current tablink class */
    .tab button.active {
      background-color: #ccc;
    }

/* Style the tab content */
.tabcontent {
  display: none;
  padding: 6px 12px;
  border: 1px solid #ccc;
  border-top: none;
}

a.disabled {
  pointer-events: none;
  cursor: default;
}

.disable {
  pointer-events: none;
  cursor: default;
}

span.underline {
  color: #979798;
  text-decoration: none;
}

  span.underline a {
    color: #979798;
    text-decoration: none;
  }

    span.underline a:hover {
      color: #bf9e66;
    }


form label {
  font-size: 14px;
  position: relative;
}

.quick-form h3 {
  margin: 0;
}

.quick-form hr {
  margin-top: 0.5rem;
  margin-bottom: 2rem;
}

.quick-form.form-login .form-control {
  height: 48px;
  border-radius: 8px;
  border: solid 1px #a7abba;
  font-size: 13px;
}

.quick-form.form-login .form-control {
  display: block;
  width: 100%;
  padding: 0.375rem 0.75rem !important;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}

  .quick-form.form-login .form-control:focus {
    color: #495057;
    background-color: #fff;
    border-color: #bf9d66;
    box-shadow: none;
    outline: 0;
  }

.quick-form .modal-content {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0,0,0,.2);
  border-radius: 0.3rem;
  outline: 0;
}

.quick-form.form-login .form-group label,
.quick-form.form .form-group label {
  position: unset;
  display: block;
}

.quick-form.form-login select {
  background-position: 98% 50%;
  background-size: 10px;
}
.table-holder {
  text-align: center;
  overflow: hidden;
  padding: 0 15px;
  margin: 0 auto;
}

  .table-holder .row .col {
    margin: 0 1px 2px;
    padding: 10px;
  }

  .table-holder .table-header .col {
    background: #F1F1F1;
  }

  .table-holder .table-body .col {
    background: #fff;
    -webkit-box-shadow: 0 0 5px 0px rgba(0,0,0,0.1);
    -moz-box-shadow: 0 0 5px 0px rgba(0,0,0,0.1);
    box-shadow: 0 0 5px 0px rgba(0,0,0,0.1);
  }

.alert-danger {
  color: #842029;
  background-color: #f8d7da;
  position: relative;
  padding: 1rem 1rem;
  margin-bottom: 1rem;
  border: 1px solid #f5c2c7;
  border-radius: 0.25rem;
}
.fw-login .madal-main {
  padding-bottom: 0 !important;
}

.arb-styles .quick-form.form-login select {
  background-position: 2% 50%;
}
@media(max-width:1699px) {
  .fw-login {
    max-width: 550px;
  }
}
@media only screen and (max-width: 1279px) {

  .table-holder .row .col {
    padding: 8px 5px;
  }
}
@media(max-width:991px) {
  fw-login {
    max-width: 100%;
  }
}
@media only screen and (max-width: 767px) {

  .table-holder {
    min-width: 350px;
    width: 100%;
    font-size: 10px;
  }
}


