h2.page-header {
  margin: 10px 0 25px 0;
  padding-bottom: 15px;
}
.user-baseinfo {
  margin-bottom: 25px;
}
.user-baseinfo table tr td {
  color: #999;
}
@media (min-width: 992px) {
  .user-center .avatar-text,
  .user-center .avatar-img {
    height: 150px;
    width: 150px;
    border-radius: 150px;
    line-height: 150px;
    font-size: 70px;
  }
  .user-center .avatar-img {
    font-size: 0;
  }
  .user-center .avatar-img img {
    height: 150px;
    width: 150px;
    border-radius: 150px;
  }
}
.sidebar-toggle {
  display: none;
}
@media (max-width: 991px) {
  .sidenav {
    position: fixed;
    top: 50px;
    z-index: 1029;
    height: calc(100vh - 50px);
    padding: 20px 0 20px 0;
    min-width: 250px;
    overflow-y: auto;
    overflow-x: hidden;
    width: 250px;
    left: -250px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
  .sidebar-toggle {
    display: block;
    position: fixed;
    right: 20px;
    bottom: 70px;
    border-radius: 50%;
    background: #eee;
    font-size: 22px;
    padding: 10px;
    line-height: 30px;
    height: 50px;
    width: 50px;
    text-align: center;
    z-index: 999999;
  }
}
body.sidebar-open .sidenav {
  left: 0;
  width: 250px;
  box-shadow: 0 6px 27px rgba(0, 0, 0, 0.075);
}
body.sidebar-open .sidebar-toggle i:before {
  content: "\f00d";
}
.exam-login-page {
  min-height: calc(100vh - 135px);
  margin: -20px -15px -15px;
  padding: 72px 24px;
  color: #0f172a;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "Microsoft YaHei", Arial, sans-serif;
  background: radial-gradient(circle at 12% 8%, #dbeafe 0, transparent 34%), radial-gradient(circle at 88% 12%, rgba(16, 185, 129, .16) 0, transparent 30%), linear-gradient(135deg, #f8fafc 0%, #eef4ff 100%);
}
.exam-login-hero {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 440px;
  gap: 42px;
  align-items: center;
  width: min(1100px, 100%);
  margin: 0 auto;
}
.exam-login-copy {
  position: relative;
  min-height: 480px;
  padding: 44px;
  border: 1px solid rgba(148, 163, 184, .22);
  border-radius: 34px;
  overflow: hidden;
  background: rgba(255, 255, 255, .62);
  box-shadow: 0 24px 70px rgba(15, 23, 42, .08);
  backdrop-filter: blur(18px);
}
.exam-login-copy:after {
  content: "";
  position: absolute;
  right: -88px;
  bottom: -88px;
  width: 260px;
  height: 260px;
  border-radius: 50%;
  background: rgba(29, 78, 216, .12);
}
.exam-login-brand {
  display: inline-flex;
  gap: 12px;
  align-items: center;
  padding: 10px 14px;
  border-radius: 999px;
  color: #1d4ed8;
  font-weight: 800;
  background: #eff6ff;
}
.exam-login-brand span {
  width: 34px;
  height: 34px;
  display: grid;
  place-items: center;
  border-radius: 13px;
  color: #fff;
  background: linear-gradient(135deg, #1d4ed8, #0f172a);
}
.exam-login-copy h1 {
  max-width: 620px;
  margin: 34px 0 18px;
  font-size: 48px;
  line-height: 1.12;
  font-weight: 850;
  letter-spacing: -1px;
}
.exam-login-copy p {
  max-width: 560px;
  color: #64748b;
  font-size: 16px;
  line-height: 1.9;
}
.exam-login-badges {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 30px;
}
.exam-login-badges span {
  padding: 10px 14px;
  border: 1px solid #dbeafe;
  border-radius: 999px;
  color: #1e40af;
  font-weight: 800;
  background: rgba(239, 246, 255, .86);
}
.login-section.exam-login-card {
  width: auto;
  margin: 0;
  padding: 0;
  border: 1px solid rgba(148, 163, 184, .22);
  border-radius: 32px;
  overflow: hidden;
  background: rgba(255, 255, 255, .88);
  box-shadow: 0 24px 70px rgba(15, 23, 42, .1);
  backdrop-filter: blur(18px);
}
.exam-login-card .logon-tab {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  margin: 0;
  padding: 10px;
  gap: 10px;
  background: transparent;
}
.exam-login-card .logon-tab > a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: auto;
  min-height: 48px;
  float: none;
  padding: 12px 16px;
  border-radius: 18px;
  color: #64748b;
  font-weight: 800;
  line-height: 1.2;
  text-align: center;
  background: #f1f5f9;
}
.exam-login-card .logon-tab > a.active {
  color: #fff;
  background: linear-gradient(135deg, #1d4ed8, #2563eb);
  box-shadow: 0 14px 34px rgba(37, 99, 235, .24);
}
.exam-login-card .login-main {
  padding: 28px 34px 34px;
}
.exam-login-title {
  margin-bottom: 24px;
}
.exam-login-title strong,
.exam-login-title span {
  display: block;
}
.exam-login-title strong {
  font-size: 28px;
  line-height: 1.25;
}
.exam-login-title span {
  margin-top: 6px;
  color: #64748b;
}
.exam-login-card .control-label {
  margin-bottom: 8px;
  color: #334155;
  font-weight: 800;
}
.exam-login-card .form-control {
  height: 48px;
  border: 1px solid #dbe3ef;
  border-radius: 16px;
  box-shadow: none;
  background: #fff;
}
.exam-login-card .form-control:focus {
  border-color: #2563eb;
  box-shadow: 0 0 0 3px rgba(37, 99, 235, .12);
}
.exam-login-card .checkbox,
.exam-login-card .btn-forgot {
  color: #64748b;
}
.exam-login-card .btn-forgot {
  font-weight: 700;
}
.exam-login-submit {
  height: 50px;
  border: 0;
  border-radius: 18px;
  font-weight: 800;
  background: linear-gradient(135deg, #1d4ed8, #2563eb);
  box-shadow: 0 14px 34px rgba(37, 99, 235, .28);
}
.exam-login-register {
  height: 48px;
  border-radius: 18px;
  color: #1e293b;
  font-weight: 800;
  background: #e2e8f0;
}
.exam-register-page {
  padding-top: 44px;
  padding-bottom: 44px;
}
.exam-register-page .exam-login-copy {
  min-height: 560px;
}
.exam-register-card .login-main {
  padding-top: 24px;
}
.exam-register-card .form-group {
  margin-bottom: 14px;
}
.exam-register-card .input-group .form-control {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.exam-register-card .input-group .btn,
.exam-register-card .input-group-btn .btn {
  height: 48px;
  border: 0;
  border-radius: 0 16px 16px 0;
  font-weight: 800;
  background: linear-gradient(135deg, #1d4ed8, #2563eb);
}
@media (max-width: 900px) {
  .exam-login-page {
    padding: 24px 12px 40px;
  }
  .exam-login-hero {
    grid-template-columns: 1fr;
    gap: 18px;
  }
  .exam-login-copy {
    min-height: auto;
    padding: 28px;
  }
  .exam-login-copy h1 {
    font-size: 34px;
  }
  .exam-login-card .login-main {
    padding: 24px;
  }
  .exam-register-page .exam-login-copy {
    min-height: auto;
  }
}
/*# sourceMappingURL=user.css.map */
