.material-form .form-row {
  margin-left: -15px;
  margin-right: -15px;
}
.material-form .form-row .form-group {
  padding: 15px 15px 0;
  align-self: flex-end;
}
.material-form .form-group {
  position: relative;
  padding-top: 15px;
  margin-bottom: 30px;
}
.material-form .form-control {
  border: 0;
  border-radius: 0;
  padding: 10px 10px;
  background-color: transparent;
  position: relative;
  z-index: 2;
  font-size: 0.9rem;
}
.material-form .form-control:not(textarea) {
  height: 44px;
}
.material-form .form-control + label {
  position: absolute;
  margin-bottom: 0;
  font-size: .875rem;
  color: #555555;
  z-index: 1;
  top: 25px;
  margin: 0;
  transition: all 0.2s ease-in-out;
  pointer-events: none;
  left: 10px;
  right: 10px;
}
.material-form .form-control:focus {
  box-shadow: none;
  background-color: transparent;
}
.material-form .form-control:focus + label {
  color: #2196F3;
}
.material-form .form-control:focus + label,
.material-form .form-control.has-value + label {
  font-size: 0.75rem;
  top: 0;
}
.material-form .no-js .form-control + label {
  font-size: 0.75rem;
  top: 0;
}
.material-form .form-row .form-control + label {
  left: 25px;
  right: 25px;
}
.material-form .form-row .line {
  left: 15px;
  right: 15px;
}
.material-form .line {
  position: absolute;
  display: block;
  bottom: 0;
  left: 0;
  right: 0;
  height: 1px;
  background: #ebebec;
}
.material-form .line:after {
  content: "";
  height: 1px;
  position: absolute;
  display: block;
  background: #2196F3;
  left: 0;
  right: 0;
  transform: scaleX(0);
  transition: transform 0.2s ease-in-out;
  transform-origin: 0 0;
}
.material-form .form-control:focus ~ .line:after {
  transform: scaleX(1);
}
.material-form select.form-control:not([size]):not([multiple]) {
  height: 44px;
}
.material-form .btn {
  display: inline-block;
  font-weight: 400;
  color: #444;
  text-align: center;
  vertical-align: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-color: transparent;
  border: 1px solid transparent;
  padding: 0.8rem 1rem;
  font-size: 0.8125rem;
  line-height: 1.5;
  border-radius: 0.25rem;
  -webkit-transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .material-form .btn {
    -webkit-transition: none;
    transition: none;
  }
}
.material-form .btn:hover {
  color: #444;
  text-decoration: none;
}
.material-form .btn:focus,
.material-form .btn.focus {
  outline: 0;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(33, 150, 243, 0.25);
  box-shadow: 0 0 0 0.2rem rgba(33, 150, 243, 0.25);
}
.material-form .btn.disabled,
.material-form .btn:disabled {
  opacity: 0.65;
}
.material-form a.btn.disabled,
.material-form fieldset:disabled a.btn {
  pointer-events: none;
}
.material-form .btn-primary {
  color: #fff;
  background: #2196F3 -webkit-gradient(linear, left top, left bottom, from(#42a6f5), to(#2196F3)) repeat-x;
  background: #2196F3 linear-gradient(180deg, #42a6f5, #2196F3) repeat-x;
  border-color: #2196F3;
}
.material-form .btn-primary:hover {
  color: #fff;
  background: #0c83e2 -webkit-gradient(linear, left top, left bottom, from(#3196e6), to(#0c83e2)) repeat-x;
  background: #0c83e2 linear-gradient(180deg, #3196e6, #0c83e2) repeat-x;
  border-color: #0c7cd5;
}
.material-form .btn-primary:focus,
.material-form .btn-primary.focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(66, 166, 245, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(66, 166, 245, 0.5);
}
.material-form .btn-primary.disabled,
.material-form .btn-primary:disabled {
  color: #fff;
  background-color: #2196F3;
  border-color: #2196F3;
  background-image: none;
}
.material-form .btn-primary:not(:disabled):not(.disabled):active,
.material-form .btn-primary:not(:disabled):not(.disabled).active,
.material-form .show > .btn-primary.dropdown-toggle {
  color: #fff;
  background-color: #0c7cd5;
  background-image: none;
  border-color: #0b75c9;
}
.material-form .btn-primary:not(:disabled):not(.disabled):active:focus,
.material-form .btn-primary:not(:disabled):not(.disabled).active:focus,
.material-form .show > .btn-primary.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(66, 166, 245, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(66, 166, 245, 0.5);
}
.material-form .btn-secondary {
  color: #212121;
  background: #fff -webkit-gradient(linear, left top, left bottom, from(white), to(#fff)) repeat-x;
  background: #fff linear-gradient(180deg, white, #fff) repeat-x;
  border-color: #fff;
}
.material-form .btn-secondary:hover {
  color: #212121;
  background: #ececec -webkit-gradient(linear, left top, left bottom, from(#efefef), to(#ececec)) repeat-x;
  background: #ececec linear-gradient(180deg, #efefef, #ececec) repeat-x;
  border-color: #e6e5e5;
}
.material-form .btn-secondary:focus,
.material-form .btn-secondary.focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(222, 222, 222, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(222, 222, 222, 0.5);
}
.material-form .btn-secondary.disabled,
.material-form .btn-secondary:disabled {
  color: #212121;
  background-color: #fff;
  border-color: #fff;
  background-image: none;
}
.material-form .btn-secondary:not(:disabled):not(.disabled):active,
.material-form .btn-secondary:not(:disabled):not(.disabled).active,
.material-form .show > .btn-secondary.dropdown-toggle {
  color: #212121;
  background-color: #e6e5e5;
  background-image: none;
  border-color: #dfdfdf;
}
.material-form .btn-secondary:not(:disabled):not(.disabled):active:focus,
.material-form .btn-secondary:not(:disabled):not(.disabled).active:focus,
.material-form .show > .btn-secondary.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(222, 222, 222, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(222, 222, 222, 0.5);
}
.material-form .btn-success {
  color: #fff;
  background: #4CAF50 -webkit-gradient(linear, left top, left bottom, from(#67bb6a), to(#4CAF50)) repeat-x;
  background: #4CAF50 linear-gradient(180deg, #67bb6a, #4CAF50) repeat-x;
  border-color: #4CAF50;
}
.material-form .btn-success:hover {
  color: #fff;
  background: #409444 -webkit-gradient(linear, left top, left bottom, from(#5da460), to(#409444)) repeat-x;
  background: #409444 linear-gradient(180deg, #5da460, #409444) repeat-x;
  border-color: #3d8b40;
}
.material-form .btn-success:focus,
.material-form .btn-success.focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(103, 187, 106, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(103, 187, 106, 0.5);
}
.material-form .btn-success.disabled,
.material-form .btn-success:disabled {
  color: #fff;
  background-color: #4CAF50;
  border-color: #4CAF50;
  background-image: none;
}
.material-form .btn-success:not(:disabled):not(.disabled):active,
.material-form .btn-success:not(:disabled):not(.disabled).active,
.material-form .show > .btn-success.dropdown-toggle {
  color: #fff;
  background-color: #3d8b40;
  background-image: none;
  border-color: #39833c;
}
.material-form .btn-success:not(:disabled):not(.disabled):active:focus,
.material-form .btn-success:not(:disabled):not(.disabled).active:focus,
.material-form .show > .btn-success.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(103, 187, 106, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(103, 187, 106, 0.5);
}
.material-form .btn-info {
  color: #fff;
  background: #9C27B0 -webkit-gradient(linear, left top, left bottom, from(#ab47bc), to(#9C27B0)) repeat-x;
  background: #9C27B0 linear-gradient(180deg, #ab47bc, #9C27B0) repeat-x;
  border-color: #9C27B0;
}
.material-form .btn-info:hover {
  color: #fff;
  background: #802091 -webkit-gradient(linear, left top, left bottom, from(#9342a1), to(#802091)) repeat-x;
  background: #802091 linear-gradient(180deg, #9342a1, #802091) repeat-x;
  border-color: #771e86;
}
.material-form .btn-info:focus,
.material-form .btn-info.focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(171, 71, 188, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(171, 71, 188, 0.5);
}
.material-form .btn-info.disabled,
.material-form .btn-info:disabled {
  color: #fff;
  background-color: #9C27B0;
  border-color: #9C27B0;
  background-image: none;
}
.material-form .btn-info:not(:disabled):not(.disabled):active,
.material-form .btn-info:not(:disabled):not(.disabled).active,
.material-form .show > .btn-info.dropdown-toggle {
  color: #fff;
  background-color: #771e86;
  background-image: none;
  border-color: #6e1b7c;
}
.material-form .btn-info:not(:disabled):not(.disabled):active:focus,
.material-form .btn-info:not(:disabled):not(.disabled).active:focus,
.material-form .show > .btn-info.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(171, 71, 188, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(171, 71, 188, 0.5);
}
.material-form .btn-warning {
  color: #fff;
  background: #ff9800 -webkit-gradient(linear, left top, left bottom, from(#ffa726), to(#ff9800)) repeat-x;
  background: #ff9800 linear-gradient(180deg, #ffa726, #ff9800) repeat-x;
  border-color: #ff9800;
}
.material-form .btn-warning:hover {
  color: #fff;
  background: #d98100 -webkit-gradient(linear, left top, left bottom, from(#de9426), to(#d98100)) repeat-x;
  background: #d98100 linear-gradient(180deg, #de9426, #d98100) repeat-x;
  border-color: #cc7a00;
}
.material-form .btn-warning:focus,
.material-form .btn-warning.focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(255, 167, 38, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(255, 167, 38, 0.5);
}
.material-form .btn-warning.disabled,
.material-form .btn-warning:disabled {
  color: #fff;
  background-color: #ff9800;
  border-color: #ff9800;
  background-image: none;
}
.material-form .btn-warning:not(:disabled):not(.disabled):active,
.material-form .btn-warning:not(:disabled):not(.disabled).active,
.material-form .show > .btn-warning.dropdown-toggle {
  color: #fff;
  background-color: #cc7a00;
  background-image: none;
  border-color: #bf7200;
}
.material-form .btn-warning:not(:disabled):not(.disabled):active:focus,
.material-form .btn-warning:not(:disabled):not(.disabled).active:focus,
.material-form .show > .btn-warning.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(255, 167, 38, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(255, 167, 38, 0.5);
}
.material-form .btn-danger {
  color: #fff;
  background: #e51c23 -webkit-gradient(linear, left top, left bottom, from(#e93e44), to(#e51c23)) repeat-x;
  background: #e51c23 linear-gradient(180deg, #e93e44, #e51c23) repeat-x;
  border-color: #e51c23;
}
.material-form .btn-danger:hover {
  color: #fff;
  background: #c4161d -webkit-gradient(linear, left top, left bottom, from(#cd393f), to(#c4161d)) repeat-x;
  background: #c4161d linear-gradient(180deg, #cd393f, #c4161d) repeat-x;
  border-color: #b9151b;
}
.material-form .btn-danger:focus,
.material-form .btn-danger.focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(233, 62, 68, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(233, 62, 68, 0.5);
}
.material-form .btn-danger.disabled,
.material-form .btn-danger:disabled {
  color: #fff;
  background-color: #e51c23;
  border-color: #e51c23;
  background-image: none;
}
.material-form .btn-danger:not(:disabled):not(.disabled):active,
.material-form .btn-danger:not(:disabled):not(.disabled).active,
.material-form .show > .btn-danger.dropdown-toggle {
  color: #fff;
  background-color: #b9151b;
  background-image: none;
  border-color: #ad1419;
}
.material-form .btn-danger:not(:disabled):not(.disabled):active:focus,
.material-form .btn-danger:not(:disabled):not(.disabled).active:focus,
.material-form .show > .btn-danger.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(233, 62, 68, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(233, 62, 68, 0.5);
}
.material-form .btn-light {
  color: #212121;
  background: #fff -webkit-gradient(linear, left top, left bottom, from(white), to(#fff)) repeat-x;
  background: #fff linear-gradient(180deg, white, #fff) repeat-x;
  border-color: #fff;
}
.material-form .btn-light:hover {
  color: #212121;
  background: #ececec -webkit-gradient(linear, left top, left bottom, from(#efefef), to(#ececec)) repeat-x;
  background: #ececec linear-gradient(180deg, #efefef, #ececec) repeat-x;
  border-color: #e6e5e5;
}
.material-form .btn-light:focus,
.material-form .btn-light.focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(222, 222, 222, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(222, 222, 222, 0.5);
}
.material-form .btn-light.disabled,
.material-form .btn-light:disabled {
  color: #212121;
  background-color: #fff;
  border-color: #fff;
  background-image: none;
}
.material-form .btn-light:not(:disabled):not(.disabled):active,
.material-form .btn-light:not(:disabled):not(.disabled).active,
.material-form .show > .btn-light.dropdown-toggle {
  color: #212121;
  background-color: #e6e5e5;
  background-image: none;
  border-color: #dfdfdf;
}
.material-form .btn-light:not(:disabled):not(.disabled):active:focus,
.material-form .btn-light:not(:disabled):not(.disabled).active:focus,
.material-form .show > .btn-light.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(222, 222, 222, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(222, 222, 222, 0.5);
}
.material-form .btn-dark {
  color: #fff;
  background: #222 -webkit-gradient(linear, left top, left bottom, from(#434343), to(#222)) repeat-x;
  background: #222 linear-gradient(180deg, #434343, #222) repeat-x;
  border-color: #222;
}
.material-form .btn-dark:hover {
  color: #fff;
  background: #0f0f0f -webkit-gradient(linear, left top, left bottom, from(#333333), to(#0f0f0f)) repeat-x;
  background: #0f0f0f linear-gradient(180deg, #333333, #0f0f0f) repeat-x;
  border-color: #090808;
}
.material-form .btn-dark:focus,
.material-form .btn-dark.focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(67, 67, 67, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(67, 67, 67, 0.5);
}
.material-form .btn-dark.disabled,
.material-form .btn-dark:disabled {
  color: #fff;
  background-color: #222;
  border-color: #222;
  background-image: none;
}
.material-form .btn-dark:not(:disabled):not(.disabled):active,
.material-form .btn-dark:not(:disabled):not(.disabled).active,
.material-form .show > .btn-dark.dropdown-toggle {
  color: #fff;
  background-color: #090808;
  background-image: none;
  border-color: #020202;
}
.material-form .btn-dark:not(:disabled):not(.disabled):active:focus,
.material-form .btn-dark:not(:disabled):not(.disabled).active:focus,
.material-form .show > .btn-dark.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(67, 67, 67, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(67, 67, 67, 0.5);
}
.material-form .btn-outline-primary {
  color: #2196F3;
  border-color: #2196F3;
}
.material-form .btn-outline-primary:hover {
  color: #fff;
  background-color: #2196F3;
  border-color: #2196F3;
}
.material-form .btn-outline-primary:focus,
.material-form .btn-outline-primary.focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(33, 150, 243, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(33, 150, 243, 0.5);
}
.material-form .btn-outline-primary.disabled,
.material-form .btn-outline-primary:disabled {
  color: #2196F3;
  background-color: transparent;
}
.material-form .btn-outline-primary:not(:disabled):not(.disabled):active,
.material-form .btn-outline-primary:not(:disabled):not(.disabled).active,
.material-form .show > .btn-outline-primary.dropdown-toggle {
  color: #fff;
  background-color: #2196F3;
  border-color: #2196F3;
}
.material-form .btn-outline-primary:not(:disabled):not(.disabled):active:focus,
.material-form .btn-outline-primary:not(:disabled):not(.disabled).active:focus,
.material-form .show > .btn-outline-primary.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(33, 150, 243, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(33, 150, 243, 0.5);
}
.material-form .btn-outline-secondary {
  color: #fff;
  border-color: #fff;
}
.material-form .btn-outline-secondary:hover {
  color: #212121;
  background-color: #fff;
  border-color: #fff;
}
.material-form .btn-outline-secondary:focus,
.material-form .btn-outline-secondary.focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(255, 255, 255, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(255, 255, 255, 0.5);
}
.material-form .btn-outline-secondary.disabled,
.material-form .btn-outline-secondary:disabled {
  color: #fff;
  background-color: transparent;
}
.material-form .btn-outline-secondary:not(:disabled):not(.disabled):active,
.material-form .btn-outline-secondary:not(:disabled):not(.disabled).active,
.material-form .show > .btn-outline-secondary.dropdown-toggle {
  color: #212121;
  background-color: #fff;
  border-color: #fff;
}
.material-form .btn-outline-secondary:not(:disabled):not(.disabled):active:focus,
.material-form .btn-outline-secondary:not(:disabled):not(.disabled).active:focus,
.material-form .show > .btn-outline-secondary.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(255, 255, 255, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(255, 255, 255, 0.5);
}
.material-form .btn-outline-success {
  color: #4CAF50;
  border-color: #4CAF50;
}
.material-form .btn-outline-success:hover {
  color: #fff;
  background-color: #4CAF50;
  border-color: #4CAF50;
}
.material-form .btn-outline-success:focus,
.material-form .btn-outline-success.focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(76, 175, 80, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(76, 175, 80, 0.5);
}
.material-form .btn-outline-success.disabled,
.material-form .btn-outline-success:disabled {
  color: #4CAF50;
  background-color: transparent;
}
.material-form .btn-outline-success:not(:disabled):not(.disabled):active,
.material-form .btn-outline-success:not(:disabled):not(.disabled).active,
.material-form .show > .btn-outline-success.dropdown-toggle {
  color: #fff;
  background-color: #4CAF50;
  border-color: #4CAF50;
}
.material-form .btn-outline-success:not(:disabled):not(.disabled):active:focus,
.material-form .btn-outline-success:not(:disabled):not(.disabled).active:focus,
.material-form .show > .btn-outline-success.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(76, 175, 80, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(76, 175, 80, 0.5);
}
.material-form .btn-outline-info {
  color: #9C27B0;
  border-color: #9C27B0;
}
.material-form .btn-outline-info:hover {
  color: #fff;
  background-color: #9C27B0;
  border-color: #9C27B0;
}
.material-form .btn-outline-info:focus,
.material-form .btn-outline-info.focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(156, 39, 176, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(156, 39, 176, 0.5);
}
.material-form .btn-outline-info.disabled,
.material-form .btn-outline-info:disabled {
  color: #9C27B0;
  background-color: transparent;
}
.material-form .btn-outline-info:not(:disabled):not(.disabled):active,
.material-form .btn-outline-info:not(:disabled):not(.disabled).active,
.material-form .show > .btn-outline-info.dropdown-toggle {
  color: #fff;
  background-color: #9C27B0;
  border-color: #9C27B0;
}
.material-form .btn-outline-info:not(:disabled):not(.disabled):active:focus,
.material-form .btn-outline-info:not(:disabled):not(.disabled).active:focus,
.material-form .show > .btn-outline-info.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(156, 39, 176, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(156, 39, 176, 0.5);
}
.material-form .btn-outline-warning {
  color: #ff9800;
  border-color: #ff9800;
}
.material-form .btn-outline-warning:hover {
  color: #fff;
  background-color: #ff9800;
  border-color: #ff9800;
}
.material-form .btn-outline-warning:focus,
.material-form .btn-outline-warning.focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(255, 152, 0, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(255, 152, 0, 0.5);
}
.material-form .btn-outline-warning.disabled,
.material-form .btn-outline-warning:disabled {
  color: #ff9800;
  background-color: transparent;
}
.material-form .btn-outline-warning:not(:disabled):not(.disabled):active,
.material-form .btn-outline-warning:not(:disabled):not(.disabled).active,
.material-form .show > .btn-outline-warning.dropdown-toggle {
  color: #fff;
  background-color: #ff9800;
  border-color: #ff9800;
}
.material-form .btn-outline-warning:not(:disabled):not(.disabled):active:focus,
.material-form .btn-outline-warning:not(:disabled):not(.disabled).active:focus,
.material-form .show > .btn-outline-warning.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(255, 152, 0, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(255, 152, 0, 0.5);
}
.material-form .btn-outline-danger {
  color: #e51c23;
  border-color: #e51c23;
}
.material-form .btn-outline-danger:hover {
  color: #fff;
  background-color: #e51c23;
  border-color: #e51c23;
}
.material-form .btn-outline-danger:focus,
.material-form .btn-outline-danger.focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(229, 28, 35, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(229, 28, 35, 0.5);
}
.material-form .btn-outline-danger.disabled,
.material-form .btn-outline-danger:disabled {
  color: #e51c23;
  background-color: transparent;
}
.material-form .btn-outline-danger:not(:disabled):not(.disabled):active,
.material-form .btn-outline-danger:not(:disabled):not(.disabled).active,
.material-form .show > .btn-outline-danger.dropdown-toggle {
  color: #fff;
  background-color: #e51c23;
  border-color: #e51c23;
}
.material-form .btn-outline-danger:not(:disabled):not(.disabled):active:focus,
.material-form .btn-outline-danger:not(:disabled):not(.disabled).active:focus,
.material-form .show > .btn-outline-danger.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(229, 28, 35, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(229, 28, 35, 0.5);
}
.material-form .btn-outline-light {
  color: #fff;
  border-color: #fff;
}
.material-form .btn-outline-light:hover {
  color: #212121;
  background-color: #fff;
  border-color: #fff;
}
.material-form .btn-outline-light:focus,
.material-form .btn-outline-light.focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(255, 255, 255, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(255, 255, 255, 0.5);
}
.material-form .btn-outline-light.disabled,
.material-form .btn-outline-light:disabled {
  color: #fff;
  background-color: transparent;
}
.material-form .btn-outline-light:not(:disabled):not(.disabled):active,
.material-form .btn-outline-light:not(:disabled):not(.disabled).active,
.material-form .show > .btn-outline-light.dropdown-toggle {
  color: #212121;
  background-color: #fff;
  border-color: #fff;
}
.material-form .btn-outline-light:not(:disabled):not(.disabled):active:focus,
.material-form .btn-outline-light:not(:disabled):not(.disabled).active:focus,
.material-form .show > .btn-outline-light.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(255, 255, 255, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(255, 255, 255, 0.5);
}
.material-form .btn-outline-dark {
  color: #222;
  border-color: #222;
}
.material-form .btn-outline-dark:hover {
  color: #fff;
  background-color: #222;
  border-color: #222;
}
.material-form .btn-outline-dark:focus,
.material-form .btn-outline-dark.focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(34, 34, 34, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(34, 34, 34, 0.5);
}
.material-form .btn-outline-dark.disabled,
.material-form .btn-outline-dark:disabled {
  color: #222;
  background-color: transparent;
}
.material-form .btn-outline-dark:not(:disabled):not(.disabled):active,
.material-form .btn-outline-dark:not(:disabled):not(.disabled).active,
.material-form .show > .btn-outline-dark.dropdown-toggle {
  color: #fff;
  background-color: #222;
  border-color: #222;
}
.material-form .btn-outline-dark:not(:disabled):not(.disabled):active:focus,
.material-form .btn-outline-dark:not(:disabled):not(.disabled).active:focus,
.material-form .show > .btn-outline-dark.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(34, 34, 34, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(34, 34, 34, 0.5);
}
.material-form .btn-link {
  font-weight: 400;
  color: #2196F3;
  text-decoration: none;
}
.material-form .btn-link:hover {
  color: #0a6ebd;
  text-decoration: underline;
}
.material-form .btn-link:focus,
.material-form .btn-link.focus {
  text-decoration: underline;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.material-form .btn-link:disabled,
.material-form .btn-link.disabled {
  color: #666;
  pointer-events: none;
}
.material-form .btn-lg,
.material-form .btn-group-lg > .btn {
  padding: 0.5rem 1rem;
  font-size: 1.015625rem;
  line-height: 1.5;
  border-radius: 0.3rem;
}
.material-form .btn-sm,
.material-form .btn-group-sm > .btn {
  padding: 0.25rem 0.5rem;
  font-size: 0.7109375rem;
  line-height: 1.5;
  border-radius: 0.2rem;
}
.material-form .btn-block {
  display: block;
  width: 100%;
}
.material-form .btn-block + .btn-block {
  margin-top: 0.5rem;
}
.material-form input[type="submit"].btn-block,
.material-form input[type="reset"].btn-block,
.material-form input[type="button"].btn-block {
  width: 100%;
}
