/*============================================================================
   #Webcms
==============================================================================*/
/* Form đăng ký */
.page-main {
  margin-top: 70px;
  margin-bottom: 300px;
  max-width: 1400px;
  margin: 0 auto;
}
#maincontent .page-title-wrapper {
  margin-left: 3%;
  margin-bottom: 50px;
}
.page-title-wrapper .page-header {
  font-size: 28px;
  text-transform: uppercase;
  border: 0;
  padding-bottom: 9px;
  margin: 40px 0 20px;
}
.page-main .form-create-account {
  width: 67.5%;
  margin-left: 3%;
}
.form-create-account .fiedset {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 0;
}
fieldset>.field .control {
  position: relative;
}
.gender>.control input[name=gender]+label::before {
  content: "";
  font-family: 'routine-icons';
  font-size: 10px;
  display: inline-block;
  width: 22px;
  height: 22px;
  line-height: 20px;
  text-align: center;
  border: #c7c7c7 1px solid;
}
.gender>.control input[name=gender]+label::before {
  vertical-align: text-bottom;
  margin-right: 10px;
}
.gender>.control input[name=gender]:checked+label::before {
  content: "\002B";
}
.control label{
  margin-bottom: 6px;
  line-height: 1.1;
  text-transform: uppercase;
}
.control input[name=gender] {
  display: none;
}
.form-create-account .fielde label{
  margin-bottom: 6px;
  line-height: 1.1;
  text-transform: uppercase;
  display: inline-block;
  font-weight: 500;
  font-size: 12px;
  color: #231f20;
  padding: 0;
  margin: 0 0 9px;
  text-align: left;
}
input[type=text], input[type=password], input[type=url], input[type=tel], input[type=search], input[type=number], input[type=datetime], input[type=email] {
  background: #fff;
  border: 1px solid #707070;
  box-sizing: border-box;
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -o-border-radius: 0;
  font-size: 12px;
  font-weight: 300;
  width: 100%;
  height: 36px;
  padding: 0 13px;
  vertical-align: baseline;
  box-shadow: none !important;
}
.fielde .control button {
  position: absolute;
  top: 0;
  right: 0;
  height: 36px;
}
.telephone .control {
  position: relative;
}
.control .btn-primary {
  color: #fff;
  border: 1px solid #231f20;
  background-color: #231f20;
}
.control .btn {
  text-transform: uppercase;
  border-radius: 0;
  padding: 0 15px;
  line-height: 36px;
}
.form-create-account .choice {
  width: 100%;
  padding: 0;
}
.form-create-account .choice label {
  position: relative;
}
.choice label {
  margin: 0;
  font-size: 13px;
  cursor: pointer;
  white-space: normal;
}
.choice a {
  color: #231f20;
  text-decoration: underline;
}
.actions-toolbar .btn-primary {
  color: #fff;
  border: 1px solid #231f20;
  background-color: #231f20;
}
.actions-toolbar .btn {
  text-transform: uppercase;
  border-radius: 0;
  height: 40px;
  padding: 0 15px;
  line-height: 36px;
}