﻿.MemberTestLog {
  background: #fff;
  margin: 10px;
  padding: 10px;
  border-radius: 10px;
}
.MemberTestLog .h1 {
  color: #000;
  font-size: 24px;
  text-align: center;
  margin-bottom: 20px;
  font-weight: bold;
}
.form .formValue input.form-control {
  height: 38px;
  line-height: 38px;
  padding-top: 0px;
  padding-bottom: 0px;
  padding-right: 0px;
  padding-left: 5px;
  resize: none;
  border-radius: 0px;
  box-shadow: none;
}
.select2-container .select2-selection--single {
  box-sizing: border-box;
  cursor: pointer;
  display: block;
  height: 38px;
  outline: none;
  user-select: none;
  -webkit-user-select: none;
}
.select2-container--default .select2-selection--single .select2-selection__rendered {
  color: #475059;
  line-height: 36px;
}
.sendText {
  position: absolute;
  top: 14px;
  right: 15px;
  z-index: 99;
  color: #0d84ff;
}
.form .formTitle {
  position: relative;
  left: 0px;
  text-align: left;
  white-space: nowrap;
  font-weight: normal;
  width: 75px;
  padding-right: 0px;
  padding-left: 10px;
}
.Save {
  margin-top: 10px;
}
.Save .btn {
  width: 100%;
  border-radius: 10px;
}
.fangruan-Success {
  margin: 10px;
  padding: 10px;
  background: #fff;
  border-radius: 10px;
}
.fangruan-Success .fangruan-iconfont {
  text-align: center;
}
.fangruan-Success .fangruan-iconfont .iconfont {
  color: #19be6b;
  font-size: 50px;
}
.fangruan-Success .fangruan-text {
  color: #000;
  font-size: 24px;
  text-align: center;
  margin-bottom: 20px;
  font-weight: bold;
}