.apply-probation {
  width: 100vw;
  height: 890px;
  padding: 80px 0;
  margin-top: 64px;
}
.apply-probation .form-box {
  width: 460px;
  height: 732px;
  background: #ffffff;
  border-radius: 2px;
  box-shadow: 2px 2px 39px 0px rgba(0, 0, 0, 0.06);
  margin: 0 auto;
  padding: 50px 60px;
}
.apply-probation .form-box li {
  padding-bottom: 30px;
}
.apply-probation .form-box li .required {
  color: #e02020;
  background: #fbe8e8;
  border-radius: 2px;
  padding: 2px 5px;
}
.apply-probation .form-box li input {
  margin-top: 8px;
  width: 340px;
  height: 32px;
  background: #ffffff;
  border: 1px solid #cccccc;
  border-radius: 5px;
  padding: 0 12px;
}
.apply-probation .form-box li .error {
  border: 1px solid #f56c6c;
}
.apply-probation .form-box .btn {
  width: 340px;
  height: 40px;
  line-height: 40px;
  background: #3196fa;
  border-radius: 4px;
  box-shadow: 0px 4px 6px 0px rgba(40, 107, 239, 0.35);
  margin-top: 20px;
}
#toast {
  position: fixed;
  left: 50%;
  top: 100px;
  display: none;
  transform: translateX(-50%);
  margin: auto;
  z-index: 999999;
  width: 400px;
  height: 50px;
  line-height: 50px;
  border-radius: 5px;
  font-size: 14px;
  padding-left: 20px;
}
.warning {
  background-color: #fdf6ec;
  border-color: #faecd8;
  color: #e6a23c;
}
.error {
  background-color: #fef0f0;
  border-color: #fde2e2;
  color: #f56c6c;
}
.success {
  background-color: #f0f9eb;
  border-color: #e1f3d8;
  color: #67c23a;
}
