/* App Login Page*/
.app-login-title {
    background: linear-gradient(135deg, #7373F0, #1cafd3, #49be8f);
    color: transparent;
    background-clip: text;
    font-size: 26px;
    text-align: center;
    font-weight: 700;
}

.app-form-text {
    color: #0b1a48;
    font-weight: 600;
}

.app-login-btn {
    background: #49be8f;
    color: #fff;
    height: 42px;
    width: 100%;
    text-align: center;
    border-radius: 8px;
    font-size: 16px;
    border: none;
    font-weight: 700;
}
.app-login-btn:hover {
    opacity: 0.7;
}
    .form-control {
        border-radius: 8px;
    }
    .login-box-msg a {
        color: #28B463;
    }
    .col-xs-4 {
        width: 100% !important;
    }
    input:focus {
        border: 1px solid #28B463 !important;
    }

.contact-footer {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  background: rgba(255, 255, 255, 0.3);
  backdrop-filter: blur(10px);
  text-align: center;
  padding: 10px 0;
  font-size: 14px;
  color: #fff;
  z-index: 9999;
  letter-spacing: 2px;
}

.contact-footer span {
  display: inline-block;
  margin: 0 20px;
}

.form-control {
  height: 42px !important;
  font-size: 15px !important;
}

.btn {
  height: 42px;
  font-size: 16px;
  background: #49be8f !important;
}
.btn:hover {
  opacity: 0.8 !important;
}

a {
  color: #fff !important;
}
/* End App Login Page */