/* Moved from Pages/Shared/_LayoutRegister.cshtml.css to be a globally loaded stylesheet
   so layout-level styles are applied reliably.
*/

a.navbar-brand {
  white-space: normal;
  text-align: center;
  word-break: break-all;
}

a {
  color: #0077cc;
}

.nav-pills .nav-link.active, .nav-pills .show > .nav-link {
  color: #fff;
  background-color: #1b6ec2;
  border-color: #1861ac;
}

.border-top {
  border-top: 1px solid #e5e5e5;
}

.border-bottom {
  border-bottom: 1px solid #e5e5e5;
}

.box-shadow {
  box-shadow: 0 .25rem .75rem rgba(0, 0, 0, .05);
}

button.accept-policy {
  font-size: 1rem;
  line-height: inherit;
}

.footer {
  position: absolute;
  bottom: 0;
  width: 100%;
  white-space: nowrap;
  line-height: 60px;
}

body, main {
    height: 100vh;
}

main {
    color: #565d63;
}

h1, h2, h3, h4, h5, h6 {
    color: #1c1433;
    font-weight: 700;
}

.waves {
    background: url(/assets/stacked-waves.svg);
    background-size: cover;
    background-repeat: no-repeat;
}

.blobs {
    background: url(/assets/blob-scene.svg);
    background-size: cover;
    background-repeat: no-repeat;
}

.btn:not(.btn-link) {
    font-weight: 700;
}

.register-container {
    width: 40rem;
    max-width: calc(100% - 2rem);
}

.register-success-container {
    width: 55rem;
    max-width: calc(100% - 2rem);
}

    .register-container > .container-fluid,
    .register-success-container > .container-fluid {
        left: 0;
        transition: transform 0.3s ease-in-out;
        overflow-y: auto;
    }

@media (max-width: 768px) {
    .register-container {
        min-height: calc(100% - 30vh);
        max-height: calc(100% - 2rem);
    }
}

@media (min-width: 768px) {
    .register-container {
        margin-bottom: 10vh;
    }
}
