.bg-grey {
    background: #F2F2F2;
}

.primary-font {
  font-family: 'Roboto Condensed', sans-serif;
    color: #383838
}

.bg-penguins-yellow {
    background: #F2BA45;
}

.black-text {
    color: black
}
.penguins-yellow-text {
    color: #F2BA45;
}


.form-floating {
    position: relative
  }
  
  .form-floating>.form-control,.form-floating>.form-control-plaintext,.form-floating>.form-select {
    height: calc(3.5rem + 2px);
    line-height: 1.25
  }
  
  .form-floating>label {
    border: 1px solid transparent;
    height: 100%;
    left: 0;
    overflow: hidden;
    padding: 1rem .7rem;
    pointer-events: none;
    position: absolute;
    text-align: start;
    text-overflow: ellipsis;
    top: 0;
    transform-origin: 0 0;
    transition: opacity .1s ease-in-out,transform .1s ease-in-out;
    white-space: nowrap;
    width: 100%
  }
  
  @media(prefers-reduced-motion:reduce) {
    .form-floating>label {
        transition: none
    }
  }
  
  .form-floating>.form-control,.form-floating>.form-control-plaintext {
    padding: 1rem .7rem
  }
  
  .form-floating>.form-control-plaintext::-moz-placeholder,.form-floating>.form-control::-moz-placeholder {
    color: transparent
  }
  
  .form-floating>.form-control-plaintext::placeholder,.form-floating>.form-control::placeholder {
    color: transparent
  }
  
  .form-floating>.form-control-plaintext:not(:-moz-placeholder-shown),.form-floating>.form-control:not(:-moz-placeholder-shown) {
    padding-bottom: .625rem;
    padding-top: 1.625rem
  }
  
  .form-floating>.form-control-plaintext:focus,.form-floating>.form-control-plaintext:not(:placeholder-shown),.form-floating>.form-control:focus,.form-floating>.form-control:not(:placeholder-shown) {
    padding-bottom: .625rem;
    padding-top: 1.625rem
  }
  
  .form-floating>.form-control-plaintext:-webkit-autofill,.form-floating>.form-control:-webkit-autofill {
    padding-bottom: .625rem;
    padding-top: 1.625rem
  }
  
  .form-floating>.form-select {
    padding-bottom: .625rem;
    padding-top: 1.625rem
  }
  
  .form-floating>.form-control:not(:-moz-placeholder-shown)~label {
    opacity: .65;
    transform: scale(.85) translateY(-.5rem) translateX(.15rem)
  }
  
  .form-floating>.form-control-plaintext~label,.form-floating>.form-control:focus~label,.form-floating>.form-control:not(:placeholder-shown)~label,.form-floating>.form-select~label {
    opacity: .65;
    transform: scale(.85) translateY(-.5rem) translateX(.15rem)
  }
  
  .form-floating>.form-control:-webkit-autofill~label {
    opacity: .65;
    transform: scale(.85) translateY(-.5rem) translateX(.15rem)
  }
  
  .form-floating>.form-control-plaintext~label {
    border-width: 1px 0
  }
  
  .btn-authenticate {
    font-family: "Roboto Condensed";
    text-transform: uppercase;
    font-weight: 700;
    font-size: 15px;
    border-radius: 2px;
    background-color: #424242;
    border-color: #424242;
    color: #fff;
  }
