body {
  background-repeat: no-repeat;
  background: #ebebeb;
  height: 96vh !important;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden !important; }
  body.swal2-height-auto {
    height: 96vh !important; }

.ptsans {
  position: absolute;
  bottom: 25px;
  left: 52%;
  transform: translateX(-50%);
  color: #fff !important; }
  .ptsans a {
    color: #fff !important; }

@media screen and (max-width: 560px) {
  .login-box {
    width: 90% !important; }
    .login-box img {
      width: 140px !important; } }

.login-box {
  max-width: 390px;
  background: #fff;
  min-height: auto;
  border-radius: 8px;
  margin-top: 6px;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24); }
  .login-box img {
    width: 150px; }
  .login-box.login-icon input, .login-box.login-icon select {
    padding-right: 50px; }
  .login-box .form-group {
    position: relative; }
    .login-box .form-group i {
      position: absolute;
      top: 50%;
      right: 20px;
      transform: translateY(-50%); }
  .login-box input, .login-box select {
    border: 1px solid #cecece !important;
    border-radius: 6px !important;
    color: #000 !important;
    height: 46px !important;
    box-shadow: none !important;
    font-size: 14px;
    transition: all 0.3s ease; }
    .login-box input::-webkit-input-placeholder, .login-box select::-webkit-input-placeholder {
      /* WebKit browsers */
      color: #000 !important; }
    .login-box input:-moz-placeholder, .login-box select:-moz-placeholder {
      /* Mozilla Firefox 4 to 18 */
      color: #000 !important; }
    .login-box input::-moz-placeholder, .login-box select::-moz-placeholder {
      /* Mozilla Firefox 19+ */
      color: #000 !important; }
    .login-box input:-ms-input-placeholder, .login-box select:-ms-input-placeholder {
      /* Internet Explorer 10+ */
      color: #000 !important; }
    .login-box input:focus, .login-box select:focus {
      border-color: #000 !important; }

.btn {
  border: 0px;
  background-image: linear-gradient(-30deg, #333 0%, #000 100%);
  position: relative;
  transition: all 0.3s ease;
  overflow: hidden;
  font-size: 17px;
  outline: none !important; }
  .btn:hover, .btn:focus {
    background-image: linear-gradient(-30deg, #333 0%, #000 100%) !important; }
    .btn:hover:before, .btn:focus:before {
      transform: translateX(0px) !important; }
  .btn span {
    position: relative;
    z-index: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    text-transform: uppercase; }
    .btn span i {
      margin-right: 7px; }
  .btn:before {
    content: "";
    position: absolute;
    bottom: 0px;
    left: 0px;
    height: 100%;
    width: 100%;
    background: #f6a305 !important;
    transition: all 0.4s ease;
    transform: translateX(-200%); }

.modal-header .modal-title {
  display: inline-block;
  font-size: 18px;
  font-weight: bold;
  color: #000;
  text-transform: uppercase; }

.modal-header .close {
  margin: 0px;
  position: absolute;
  right: 20px;
  top: 20px;
  opacity: 1;
  padding: 0px;
  outline: none !important;
  font-size: 20px; }

.text-center {
  text-align: center !important; }

.row.justify-content-center {
  display: flex;
  justify-content: center;
  flex-wrap: wrap; }

.modal-body input {
  height: 45px;
  border-radius: 0px;
  font-size: 15px; }
