.form-signin input[type=password].hidden-element, .form-signin button.hidden-element, .hidden-element {
  display: none;
}

@media ( max-width: 770px) {
  .hidden-footer {
    display: none;
  }
}

.G_M_table {
  float: left;
  width: 400px;
}

.L1_pos {
  float: left;
  width: 110px;
}

.L2_pos {
  float: left;
  text-align: center;
  font-size: 14px;
}

.L3_pos {
  float: left;
  width: 90px;
}

.d_line {
  width: 100%;
  border-top: 1px solid #ddd;
  margin-top: 10px;
}

.btn.btn-signin.ms_btn {
  color: #333333;
  background-color: #ffffff;
  border: 1px solid #ddd;
}

.btn.btn-signin.ms_btn:hover {
  background: #f0efef;
}

.btn.btn-signin.ms_btn:active {
  background: #e5e5e5;
}

.btn.btn-signin.sso_btn {
  background-color: #158bc8;
  color: #fff;
}

#extend_content table {
  width: 100%;
}

#sso_content table {
  width: 100%;
}
