body {
    background: url('/assets/images/cover.png') no-repeat top right fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
    font-family: 'Montserrat', sans-serif!important;
}

.btn-rounded{
    border-radius: 0!important;
    border: solid #ffffff 2px!important;
}

.btn-no-border{
    border: none!important;
}

/* Hide scrollbar for Chrome, Safari and Opera */
.no-scroolbar::-webkit-scrollbar {
    display: none;
}
  
  /* Hide scrollbar for IE, Edge and Firefox */
.no-scroolbar {
    -ms-overflow-style: none;  /* IE and Edge */
    scrollbar-width: none;  /* Firefox */
}

.div-rounded{
    border-radius: 0!important;
    border: solid #ffffff 2px!important;
}

.form-outline{
    color: #ffffff;
    border-radius: 0!important;
    border: solid #ffffff 2px!important;
    background: none;
}

::-webkit-input-placeholder { /* Edge */
    color: rgba(255, 255, 255, .9);
  }
  
  :-ms-input-placeholder { /* Internet Explorer 10-11 */
    color: rgba(255, 255, 255, .9);
  }
  
  ::placeholder {
    color: #ffffff;
  }

  .font-thin{
      font-weight: 100!important;
  }

  .font-medium{
    font-weight: 500!important;
  }

.carouselTicker__list img {
    max-height: 60px;
}