.upay-user-auth {
  background:
    radial-gradient(circle at 12% 18%, rgba(112, 142, 234, 0.18), transparent 26%),
    radial-gradient(circle at 86% 12%, rgba(87, 211, 167, 0.14), transparent 24%),
    linear-gradient(135deg, #eef3ff 0%, #f7f9ff 42%, #edf7f4 100%);
  color: #999;
  min-height: 100vh;
  position: relative;
  overflow-x: hidden;
}

.upay-user-auth:before,
.upay-user-auth:after {
  content: "";
  position: fixed;
  border-radius: 999px;
  pointer-events: none;
  filter: blur(2px);
}

.upay-user-auth:before {
  width: 280px;
  height: 280px;
  right: -90px;
  top: 80px;
  background: rgba(112, 142, 234, 0.12);
}

.upay-user-auth:after {
  width: 220px;
  height: 220px;
  left: -70px;
  bottom: 70px;
  background: rgba(89, 191, 255, 0.10);
}

.upay-auth-shell {
  width: auto;
  padding: 0 15px;
}

.upay-auth-shell:before,
.upay-auth-shell:after {
  display: none;
}

.upay-user-auth .login-wrapper {
  width: 100%;
}

.upay-user-auth .login-screen {
  max-width: 430px;
  padding: 0;
  margin: 100px auto 0;
}

.upay-user-auth .login-screen .well {
  border-radius: 3px;
  box-shadow: 0 28px 60px rgba(36, 52, 71, 0.14);
  background: rgba(255, 255, 255, 0.94);
  backdrop-filter: blur(10px);
  border: none;
  padding: 0;
  overflow: visible;
}

.upay-user-auth .login-head {
  background: linear-gradient(135deg, #7f93de 0%, #93a8eb 100%);
  border-radius: 3px 3px 0 0;
}

.upay-user-auth .login-form {
  padding: 40px 30px;
  position: relative;
  z-index: 99;
}

.upay-auth-panel {
  text-align: center;
}

.upay-user-auth .profile-img-card {
  width: 100px;
  height: 100px;
  display: block;
  border-radius: 50%;
  margin: -93px auto 30px;
  border: 5px solid #fff;
}

.upay-user-auth .profile-name-card {
  text-align: center;
  color: #444;
  margin: 0;
}

.upay-auth-subtitle {
  color: #7b8794;
  font-size: 13px;
  margin: 0 0 26px;
}

.upay-auth-form {
  margin-top: 20px;
}

.upay-auth-form .form-group {
  margin-bottom: 15px;
}

.upay-auth-field {
  margin-bottom: 0;
}

.upay-auth-form .input-group {
  margin-bottom: 0;
  width: 100%;
}

.upay-auth-form .input-group-addon {
  min-width: 42px;
  padding: 6px 12px;
  background: #fff;
  color: #555;
  border-color: #d2d6de;
  text-align: center;
}

.upay-auth-form .form-control {
  font-size: 13px;
  height: 34px;
  padding: 6px 12px;
  border-color: #d2d6de;
  box-shadow: none;
}

.upay-auth-form .form-control:focus {
  border-color: #4397fd;
  box-shadow: none;
}

.upay-auth-form .input-group-addon .glyphicon {
  top: 1px;
}

.upay-auth-form textarea.form-control {
  height: auto;
}

.upay-auth-form .checkbox {
  margin-top: 0;
  margin-bottom: 15px;
  color: #666;
  text-align: left;
}

.upay-auth-form .checkbox .inline {
  margin: 0;
}

.upay-auth-form .checkbox .btn-forgot,
.upay-auth-footer a {
  color: #708eea;
}

.upay-auth-submit-wrap {
  margin-top: 0;
  margin-bottom: 0;
}

.upay-auth-submit {
  background: #708eea;
  border-color: #708eea;
  border-radius: 3px;
  font-weight: 400;
  letter-spacing: 0;
}

.upay-auth-submit:hover,
.upay-auth-submit:focus,
.upay-auth-submit:active {
  background: #5f7fe4 !important;
  border-color: #5f7fe4 !important;
}

.upay-auth-footer {
  margin-top: 20px;
}

.upay-auth-form .input-group .btn-captcha {
  height: 34px;
  line-height: 20px;
  padding: 6px 12px;
}

.upay-auth-form .input-group img {
  display: block;
  height: 34px;
  width: 100px;
}

.upay-auth-form .msg-wrap,
.upay-auth-form .msg-box,
.upay-auth-form .n-right,
.upay-auth-form .n-right .msg-wrap {
  display: none !important;
}

.upay-user-center .wrapper {
  height: auto !important;
  min-height: 100%;
}

.upay-user-center .content-wrapper {
  height: auto !important;
  min-height: calc(100vh - 50px);
}

.upay-user-center .content {
  overflow: visible !important;
}

.upay-user-center .panel-intro > .panel-body,
.upay-user-center .panel-intro > .panel-body > .tab-content,
.upay-user-center .panel-intro > .panel-body > .tab-content > .tab-pane,
.upay-user-center .panel-intro .widget-body,
.upay-user-center .panel-intro .bootstrap-table,
.upay-user-center .panel-intro .fixed-table-container {
  height: auto !important;
  min-height: 0 !important;
  overflow: visible !important;
}

.upay-user-center .panel-intro .fixed-table-body {
  height: auto !important;
  max-height: none !important;
  min-height: 0 !important;
  overflow-x: auto !important;
  overflow-y: visible !important;
}

.upay-user-center .panel-intro .fixed-table-pagination {
  display: block !important;
  height: auto !important;
  overflow: visible !important;
}

.upay-user-center .content-header {
  padding-bottom: 5px;
}

.upay-user-center .main-sidebar {
  padding-top: 50px;
}

.upay-user-center .main-sidebar .sidebar {
  padding-top: 10px;
}

.upay-user-center .content-header > h1 {
  font-size: 22px;
  font-weight: 600;
}

.upay-user-center .main-sidebar .user-panel .info > span {
  color: rgba(255, 255, 255, 0.72);
  display: block;
  font-size: 12px;
  line-height: 1.4;
}

.upay-user-center .small-box h3 {
  font-size: 28px;
}

.upay-overview-box .description-block {
  margin: 0;
}

.upay-overview-box .description-header {
  font-size: 20px;
  font-weight: 600;
}

.upay-shortcut-list .btn {
  margin: 0 10px 10px 0;
}

.upay-section-tabs {
  margin-bottom: 15px;
}

.upay-avatar-picker {
  position: relative;
  width: 110px;
}

.upay-avatar-picker .upay-avatar {
  width: 110px;
  height: 110px;
  object-fit: cover;
}

.upay-avatar-picker .upay-avatar-mask {
  align-items: center;
  background: rgba(44, 59, 65, 0.72);
  border-radius: 50%;
  color: #fff;
  display: none;
  height: 110px;
  justify-content: center;
  left: 0;
  position: absolute;
  top: 0;
  width: 110px;
}

.upay-avatar-picker:hover .upay-avatar-mask {
  display: flex;
}

.upay-avatar-picker .faupload {
  cursor: pointer;
  height: 110px;
  left: 0;
  opacity: 0;
  position: absolute;
  top: 0;
  width: 110px;
}

.upay-empty-state {
  color: #666;
  padding: 30px 15px;
  text-align: center;
}

.upay-empty-state i {
  color: #3c8dbc;
  font-size: 36px;
  margin-bottom: 12px;
}

.upay-empty-state h4 {
  color: #333;
  margin-bottom: 10px;
}

.upay-empty-state p {
  margin: 0;
}

.upay-plan-card {
  min-height: 430px;
}

.upay-plan-card.is-current {
  box-shadow: 0 0 0 2px rgba(60, 141, 188, 0.35);
}

.upay-plan-price {
  color: #333;
  font-size: 28px;
  font-weight: 700;
  margin-bottom: 15px;
}

.upay-plan-price small {
  color: #777;
  font-size: 13px;
}

.upay-plan-features {
  margin: 0;
  min-height: 155px;
  padding-left: 18px;
}

.upay-plan-features li {
  margin-bottom: 8px;
}

.upay-plan-metrics {
  margin-top: 15px;
}

.upay-plan-metrics .label {
  display: inline-block;
  margin: 0 6px 6px 0;
}

.upay-addon-card {
  background: #f8fafc;
  border: 1px solid #eef2f7;
  border-radius: 4px;
  margin-bottom: 15px;
  min-height: 180px;
  padding: 18px 16px;
}

.upay-addon-card h4 {
  margin-top: 0;
}

.upay-addon-price {
  color: #3c8dbc;
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 10px;
}

.upay-rule-list {
  margin: 0;
  padding-left: 18px;
}

.upay-rule-list li {
  margin-bottom: 10px;
}

@media (max-width: 767px) {
  .upay-user-auth .login-screen {
    margin-top: 36px;
    padding: 0 20px;
  }

  .upay-user-center .content-header {
    padding-top: 15px;
  }

  .upay-user-auth .login-form {
    padding: 36px 20px 24px;
  }
}
