.rl-navbar {
  background-color: #f5f5f5; }

.rl-hide {
  display: none; }

input[type="text"], input[type="password"], input[type="email"], textarea, textarea.form-control {
  height: 3rem;
  margin: 0;
  padding: 0 1rem;
  vertical-align: middle;
  background: #f8f8f8;
  border: 3px solid #ddd;
  font-family: 'Roboto', sans-serif;
  font-size: 1.2rem;
  font-weight: 300;
  line-height: 3rem;
  color: #888;
  border-radius: 4px;
  box-shadow: none;
  transition: all .3s; }

input[type="text"]:focus, input[type="password"]:focus, input[type="email"]:focus, textarea:focus, textarea.form-control:focus {
  outline: 0;
  background: #fff;
  border: 3px solid #ccc;
  box-shadow: none; }

.card {
  border: 0; }
  .card .card-header {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-align: center;
    align-items: center;
    font-size: 22px;
    font-weight: 300;
    font-family: Roboto, sans-serif;
    color: #555;
    line-height: 30px;
    border-bottom: 0; }
    .card .card-header .rl-form-icon > i {
      font-size: 40px;
      color: #ddd; }
  .card .card-block {
    background: #eee; }
    .card .card-block label {
      color: #888; }
    .card .card-block .rl-submit-btn {
      cursor: pointer;
      height: 3rem;
      margin: 0;
      padding: 0 20px;
      vertical-align: middle;
      background: #19b9e7;
      border: 0;
      font-family: 'Roboto', sans-serif;
      font-size: 16px;
      font-weight: 300;
      line-height: 3rem;
      color: #fff;
      border-radius: 4px;
      text-shadow: none;
      box-shadow: none;
      transition: all .3s; }
    .card .card-block .rl-submit-btn:focus {
      outline: 0;
      opacity: 0.6;
      background: #19b9e7;
      color: #fff; }
    .card .card-block .rl-submit-btn:hover {
      opacity: 0.6;
      color: #fff; }
    .card .card-block .form-check-input.has-danger {
      box-shadow: 0px 0px 1px 2px #d9534f; }

/*# sourceMappingURL=rl-forms.css.map */
