@import url(https://fonts.googleapis.com/css?family=Roboto+Mono);.navbar-laravel {
  background-color: #fff;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.04);
}

input.form-control,
textarea.form-control {
  color: #007bff;
}

::-webkit-input-placeholder {
  color: lightblue !important;
}

:-ms-input-placeholder {
  color: lightblue !important;
}

::-ms-input-placeholder {
  color: lightblue !important;
}

::placeholder {
  color: lightblue !important;
}

.bg-corporate {
  background-color: #0020D0 !important;
}

body {
  background-color: #f5f8fa;
}

