#module_login_comnyou {
  background-color: #f5f5f5;
  border: 1px solid #f2f1ed;
  border-radius: 5px;
  color: #4d4d4d;
  padding: 20px;
}
#form_login_comnyou label {
  width: 100%;
  margin-bottom: 10px;
  font-weight: bold;
  display: inline-block;
  font-size: 15px;
  line-height: 20px;
  width: 36%;
  padding: 0;
  margin: 0;
  word-break: break-all;
}
#module_login_comnyou input[type="text"],
#module_login_comnyou input[type="password"] {
  width: 100%;
  margin: 0 0 10px 0;
  float: right;
  background: white !important;
  display: block;
  font-size: 14px;
  line-height: 20px;
  height: auto;
  transition: all 0.15s ease-in-out;
}
div.comnyou_login_submit_button,
div.comnyou_login_register_page {
  width: 50%;
  margin: 20px 0 0 0;
  float: left;
}
div.comnyou_login_register_page {
  padding-left: 10px;
}
div.comnyou_login_submit_button {
  padding-right: 10px;
}
#module_login_comnyou input[type="submit"] {
  float: right;
  width: 100%;
}
hr.pc_clear {
  border: none !important;
  clear: both !important;
  margin: 0 !important;
  padding: 0 !important;
  opacity: 0 !important;
  filter: alpha(opacity=0) !important;
  line-height: 0 !important;
}
.mdpoublismall {
  font-size: 11px;
  cursor: pointer;
  text-align: center;
  width: 100%;
  display: block;
  clear: both;
  padding: 15px;
}
img.logo_login_comnyou {
  float: right;
  clear: both;
  margin-bottom: 15px;
}
#module_login_comnyou .errormsg {
  color: red;
}
#module_login_comnyou #cystatusrow {
  clear: both;
}
