
:root {
    scroll-behavior: auto;
    --font-global: HK_Grotesk, arial, sans-serif;
    --font-global-alt: HK_Grotesk_alt, arial, sans-serif;
}
.form-group label {
    float: left;
    font-size: 20px;
    font-weight: 600;
}
#app {
    margin-top: 0px !important;
}
.btn-register {
    color: #fff;
}
.home-section {
    background-image: url('/images/bg-FW.jpg');
}

.page-section-circuit {
    background-image: url('/images/CircuitBG-FW.png');
}


.span-light {
    color: #bbb;
    font-size: 14px;
}
.link-signup-now {
    color: #CBFF3B !important;
    font-size: 14px;
}
.link-signup-now:hover {
    color: #007170 !important;
}
/* table {
    color: #fff !important;
} */
.user-page .section-title {
    color: #fff !important;
    opacity: .78 !important;
}
.registration-tilt-page .btn-save {
    padding: 10px 50px;
}
.error-message {
    padding: 10px;
    font-size: 20px;
    color: #990000;
    /*border: 1px solid #ff0000;*/
    background-color: #ffcccc;
}
.user-page .btn-add-tilts {
    float: left;
   margin-bottom: 20px;
}
.success-message {
    padding: 10px;
    font-size: 20px;
    color: #fff;
    /*border: 1px solid #ff0000;*/
    background-color: #007170;
}
.forgot-password {
    text-align: left;
    font-size: 15px;
    margin-top: 10px;
    margin-bottom: 20px;
}
.btn-white {
    background-color: #fff;
    color: #000;
}
.btn-google {
    padding: 10px 40px;
}
.btn-apple {
    padding: 10px 45px;
}
.apple-icon {
    position: relative;
    top: -3px;
}
.google-icon {
    position: relative;
    top: -2px;
}
.alert {
    background-color: #007170;
    padding: 15px;
  }
  
  .fade-enter-active,
  .fade-leave-active {
    transition: opacity 1.3s ease;
  }
  
  .fade-enter,
  .fade-leave-to {
    opacity: 0;
  }