html,
body {
  width: 100%;
  font-family: "Poppins", sans-serif;
  color: #444;
  position: relative;
  height: 100%;
  direction: rtl;
  overflow: hidden;
  margin: 0px;
}
.app-mobile-block {
  height: 100%;
}
.app-login-flex {
  width: 400px;
  transition: all 0.2s ease;
  background-color: #fff;
  border-radius: 6px;
  position: relative;
  display: -ms-flexbox;
  display: flex;
  box-shadow: 0 20px 40px 0 rgba(0, 0, 0, 0.1), 0 10px 20px 0 rgba(0, 0, 0, 0.2);
}
.app-login-custom {
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}
.login-form-header {
  position: absolute;
  top: 0px;
  left: 0px;
}
.login-form-header img {
  width: 100%;
  height: auto;
}
.login-form-footer {
  position: absolute;
  bottom: -10px;
  left: 0px;
}
.login-form-footer img {
  width: 100%;
  height: auto;
}
.app-body-custom {
  text-align: center;
  width: 100%;
  padding: 80px 50px;
}
.logo-block img {
  width: 130px;
  height: auto;
}
.body-inner h2 {
  font-size: 22px;
  line-height: 22px;
  padding: 20px 0px;
  margin: 0px;
  color: #dda255;
}
.form-group {
  margin-bottom: 15px;
}
.form-group label {
  display: block;
  text-align: left;
  font-size: 16px;
  line-height: 16px;
  font-weight: 600;
  margin-bottom: 5px;
}
.form-group .form-control {
  width: 280px;
  height: 35px;
  border: 2px solid #936936;
  padding: 0px 5px;
  outline: none;
  box-shadow: none;
  font-size: 16px;
}
.form-last-btn {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 20px;
}
.form-last-btn a {
  font-size: 14px;
  font-weight: 500;
  color: #936936;
  text-decoration: none;
}
.btn-common {
  background-color: #d7a14b;
  border-color: #d7a14b;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
  font-size: 15px;
  font-weight: 600;
  text-transform: uppercase;
  width: auto !important;
  padding: 10px 25px;
  border-width: 1px;
  border-style: solid;
  border-color: transparent;
  border-radius: 3px;
  cursor: pointer;
  color: #fff;
}
.last-body-link a {
  font-size: 16px;
  line-height: 16px;
  color: #936936;
  font-weight: 500;
}
.btn-block-inner {
  padding-bottom: 35px;
}
.btn-block-inner h3 {
  font-size: 16px;
  text-align: left;
  margin: 8px 0px;
  font-weight: 500;
}
.form-group label.d-flex-block-label {
  text-align: right;
}
.d-flex-block-form {
  display: flex;
  margin: 0px -7px;
}
.d-flex-block-form .form-group {
  width: 50%;
  padding: 0px 7px;
}
.d-flex-block-form .form-group .form-control {
  width: 127px;
}
.btn-block-inner .btn-common {
  width: 100% !important;
}
table {
  width: 100%;
  border-spacing: 0px;
  border-collapse: separate;
}
table thead th {
  padding: 5px;
  font-size: 13px;
  border: 1px solid #444;
}
table tbody td {
  padding: 5px;
  font-size: 12px;
  border: 1px solid #444;
}
@media only screen and (max-width: 767px) {
  .app-body-custom {
    padding: 80px 13px;
  }
  .app-login-flex {
    width: 320px;
  }
  .form-group .form-control {
    width: 273px;
  }
}
@media only screen and (max-height: 650px) {
  html,
  body {
    height: auto;
    direction: rtl;
    overflow-y: visible;
  }
  .app-login-custom {
    padding: 15px;
    overflow-y: scroll;
    height: auto;
    overflow-x: hidden;
  }
}
