* {
  margin: 0px;
  padding: 0px;
  border: none;
  outline: none;
  font-size: 100%;
}

:active,
:focus {
  outline: none !important;
}
ol,
ul {
  list-style-type: none;
  list-style-position: inside;
  margin: 0;
  padding: 0;
}
a {
  text-decoration: none;
}
::-webkit-input-placeholder {
  color: #999;
}

::-moz-input-placeholder {
  color: #999;
}

::-ms-input-placeholder {
  color: #999;
}
.main {
  width: 100vw;
  min-width: 1000px;
  height: 100vh;
  background: url("../img/bg.png") no-repeat;
  background-size: 100% 100%;
}
.main-top {
  width: 100%;
  /* background: #ccc; */
  padding: 60px 0 0 60px;
}
.top-logo {
  width: 300px;
  height: 50px;
}
.bottom-cont {
  width: 100%;
  flex: 1;
}
.main-contain {
  width: 880px;
  height: 546px;
  background: #ffffff;
  box-shadow: 0px 5px 40px 0px rgba(0, 0, 0, 0.04);
  border-radius: 24px;
}
.left-text {
  width: 50%;
  height: 100%;
}
.right-cont {
  width: 50%;
  height: 100%;
  padding: 40px 80px 90px 80px;
  /* padding: 0 80px 0 80px; */
  position: relative;
}
.table-wrapper {
  width: 100%;
  height: 100%;
  /* margin: 60px 0 90px 0 !important; */
}
.table-input {
  margin-bottom: 24px;
  padding-left: 0;
}
.table-check-code {
  margin-bottom: 16px;
  padding-left: 0;
}
.code-img {
  width: 120px;
  height: 48px;
  background: #f5f5f5;
  border-radius: 8px;
  margin-left: 12px;
}
.code-img > img {
  width: 100%;
  height: 100%;
  border-radius: 8px;
}
.remember-password {
  margin-bottom: 30px;
}

.sub-btn-box {
  width: 100%;
  height: 50px;
  padding-left: 0;
}
.login-sub-btn,.regist-sub-btn {
  width: 100%;
  height: 50px;
  color: #fff;
  background: #2653fd;
  border-radius: 8px;
  font-family: PingFangSC, PingFang SC;
  font-weight: 500;
  font-size: 16px;
  color: #ffffff;
  text-align: center;
  line-height: 50px;
}
/* 忘记密码 */

.forget-p-word {
  width: 72%;
  text-align: right;
  font-size: 12px;
  color: #939799;
  cursor: pointer;
}
.register-p {
  font-size: 30px;
  font-family: PingFangSC, PingFang SC;
  font-weight: 500;
  text-align: center;
  margin: 0;
}
.table-change-password-wrapper{
  transform: translateY(-15px);
}
.table-change-password-wrapper .form-control {
  height: 35px;
}
.code-regis-img {
  width: 100px;
  height: 35px;
  background: #f5f5f5;
  border-radius: 6px;
  margin-left: 12px;
}
.code-regis-img > img {
  width: 100%;
  height: 100%;
  border-radius: 6px;
}
.get-test-code{
  width: 100px;
  height: 35px;
  background: #f5f5f5;
  border-radius: 6px;
  margin-left: 12px;
  font-size: 16px;
}
.regist-sub-btn{
  margin-top: 10px;
}
/* bootstrap样式修改 */
.form-control {
  height: 48px;
  background: #f5f5f5;
  border-radius: 8px;
  border: none;
}
.col {
  padding-left: 0;
}
.row {
  padding: 0;
  margin: 5px 0;
}
.row > * {
  padding-right: 0;
}
/* 提示框
/* line 25, ../sass/whitebox.scss */
.alert {
  display: none;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%);
  z-index: 99999;
  padding: 15px 24px;
  font-family: PingFangSC, PingFang SC;
  font-weight: 400;
  font-size: 16px;
}
.alert_login {
  display: none;
  position: fixed;
  top: 10%;
  left: 50%;
  transform: translateX(-50%);
  z-index: 99999;
  padding: 15px 24px;
  border-radius: 12px;
  font-family: PingFangSC, PingFang SC;
  font-weight: 400;
  font-size: 16px;
}
.alert-success {
  color: #67c23a;
  background-color: #f0f9eb;
  border-color: #e1f3d8;
}

/* line 37, ../sass/whitebox.scss */
.alert-danger {
  color: #a94442;
  background-color: #f2dede;
  border-color: #ebccd1;
}

/* line 42, ../sass/whitebox.scss */
.alert-warning {
  color: #fff;
  background: #000000;
  border-radius: 12px;
  opacity: 0.8;
}
