.floating-label-form-group {
  position: relative; }

.floating-label-form-group label {
  display: block;
  position: absolute;
  font-weight: normal;
  top: 17px;
  left: 15px;
  font-family: 'Roboto-Regular', sans-serif;
  font-size: 18px;
  color: #999;
  z-index: 4;
  line-height: 20px;
  vertical-align: middle;
  vertical-align: baseline;
  margin: 0;
  -webkit-transition: top 0.5s ease, opacity 0.5s ease, color 0.5s ease, font-size 0.5s ease;
  -moz-transition: top 0.5s ease, opacity 0.5s ease, color 0.5s ease, font-size 0.5s ease;
  -ms-transition: top 0.5s ease, opacity 0.5s ease, color 0.5s ease, font-size 0.5s ease;
  transition: top 0.5s ease, opacity 0.5s ease, color 0.5s ease, font-size 0.5s ease; }

.floating-label-form-group-with-value label {
  color: #536371 !important;
  font-size: 10px;
  line-height: 10px;
  top: 5px; }

@media screen and (max-width: 767px) {
  .floating-label-form-group label {
    font-size: 14px;
    line-height: 16px;
    position: static;
    margin: 0 0 5px 0;
    opacity: 1; }

  .form-select.floating-label-form-group-with-value label {
    color: #999 !important; } }

