.preload {
	display:none !important;
}
.layout-register-header, .layout-register-footer {
  text-align: center;
  padding: 30px;
  color: #b7bfc8;
}
.irea-logo {
  width:10%;
}
.btn-light {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
  font-size:12px;
}

.btn-light:hover {
  color: #212529;
  background-color: #e2e6ea;
  border-color: #dae0e5;
}

.size-type1 {
  width:95px;
  height: 40px;
}
.size-type2 {
  width:100px;
}

.form-select {
  margin-left: 15px;
  width:79%;
  color: #b7bfc8;
}
.form-select option {
  	color: #000000;
}

.btnLightBlue {
  background: #5DC8CD;
}
.btnFade.btnLightBlue:hover {
  background: #01939A;
}
.submit-btn {
  background: #1D5260;
  width: 120px;
  padding: 0;
  text-align: center;
  line-height: 50px;
  color: #FFF;
  border-radius: 5px;
  border: 0px;
  margin-right: 10px;
}
.udt {
	font-size:12px;
}
.submit-btn:hover {
  filter: brightness(0.6);
}
.required-title::before, .required::after {
  content: '*';
  color: #ff0000;
}