
.form-group.condensed {
  margin-bottom: 10px;
}
.form-group.condensed .form-control-label {
  position: absolute;
  left: 10px;
  top: 2px;
  z-index: 10;
  margin: 0;
  padding: 0;
  font-size: 12px;
  color: #7d7d7d;
}
.form-group.condensed .form-control{
  z-index: 9;
  position: relative;
  border-color: transparent;
  height: 50px;
  border: transparent;
  line-height: 1;
  font-size: 13px;
  padding: 16px 10px 5px 10px;
}
.input-outer {
  position: relative;
}
.required-field {
  color: #ce0000;
}

.form-group.condensed .condensed-inner{
  border: 1px solid #ebebeb;
  position: relative;
}
.form-group.condensed.condensed-noborder .condensed-inner{
  border-color: transparent;
}
.form-control{
  background: #fff;
}
.form-group.condensed select.form-control:not([size]):not([multiple]) {
  height: 50px;
  font-size: 13px;
}
.form-group.condensed .form-control-comment {
  color: #7d7d7d;
  position: absolute;
  right: 11px;
  top: 0;
  padding: 0;
  z-index: 11;
  font-size: 11px;
}
.form-group.condensed .input-group .input-group-btn>.btn.clean-btn {
  border-color: transparent;
  background: transparent;
  height: 40px;
  line-height: 19px;
  padding: 5px 16px;
  color: #000;
  font-size: 1rem;
}
.input-outer em {
  color: #7d7d7d;
  font-size: 12px;
  line-height: 1;
  margin-top: 4px;
  display: block;
}
.custom-checkbox label{
  padding-left: 0.625rem;
  text-align: left;
  font-size: 14px;
}
.required-field{
  font-weight: 500;
  font-size: 14px;
}
.required-field.checkbox {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 10;
}

.social-login .social-login-head:before{
  display: block;
  content: "";
  background: #e7e7e7;
  width: 100%;
  height: 1px;
  position: absolute;
  top: 12px;
}
.social-login .social-login-title {
  width: auto;
  display: inline-block;
  background: #fff;
  padding: 0 20px;
  font-weight: 400;
  font-size: 20px;
  position: relative;
}
.social-login .social-login-head {
  margin-bottom: 20px;
  display: block;
}
.social-login {
  margin-top: 50px;
  text-align: center;
}

.custom-checkbox input[type="checkbox"]+span .checkbox-checked{
  color: transparent;
}

.material-icons{
  display: inline-block;
  font-family: "Ionicons";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  text-rendering: auto;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: transparent;
  position: relative;
}
.material-icons.checkbox-checked::after{
  content: "";
  display: block;
  font-size: 14px;
  color: #000;
  position: absolute;
  top: 3px;
  left: 4px;
}


