/* Your custom styles */

/* Required for full background image */

html,
body,
header,
.view {
  height: 100%;
}
.md-form label {
	color: white;
}


@media (max-width: 740px) {
  html,
  body,
  header,
  .view {
    height: 1100px;
  }
}
@media (min-width: 800px) and (max-width: 850px) {
  html,
  body,
  header,
  .view {
    height: 700px;
  }
}

.top-nav-collapse {
  background-color: #1B9EAA !important;
}

.navbar:not(.top-nav-collapse) {
  background: transparent !important;
}

@media (max-width: 768px) {
  .navbar:not(.top-nav-collapse) {
    background: #1B9EAA !important;
  }
}
@media (min-width: 800px) and (max-width: 850px) {
  .navbar:not(.top-nav-collapse) {
    background: #1B9EAA !important;
  }
}

h6 {
  line-height: 1.7;
}
                

