﻿/* Provide sufficient contrast against white background */
a {
    color: #212529;
}

a:hover {
    color: #212529;
}

.btn-primary {
    color: #fff;
    background-color: #773cbc;
    border: none;
}

.btn-primary:hover, .btn-primary:focus, .btn-primary:active {
    color: #fff;
    background-color: #0095a9;
    border: none;
}

.nav-pills .nav-link.active, .nav-pills .show > .nav-link {
  color: #fff;
  background-color: #1b6ec2;
  border-color: #1861ac;
}

/* Password Strength
-------------------------------------------------- */
.pw-strength {
    display: block;
    height: 8px;
    border-radius: 4px;
}

.pw-0 {
    width: 1px;
    background-color: transparent;
}

.pw-1 {
    width: 20%;
    background-color: #FA0066;
}

.pw-2 {
    width: 40%;
    background-color: #F96C00;
}

.pw-3 {
    width: 60%;
    background-color: #FCDD04;
}

.pw-4 {
    width: 80%;
    background-color: #239ED6;
}

.pw-5 {
    width: 100%;
    background-color: #66C85A;
}

/* Sticky footer styles
-------------------------------------------------- */
html {
  font-size: 14px;
}

@media (min-width: 768px) {
  html {
    font-size: 16px;
  }
}

.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;
}

/* Sticky footer styles
-------------------------------------------------- */
html, body {
  position: relative;
  min-height: 100%;
}

body {
    width: 100vw;
    min-height: 100vh;
}

* {
    box-sizing: border-box;
}

.w-534 {
    max-width: 534px;
    width: 534px;
}