@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

html {
  font-size: 14px;
}

@media (min-width: 768px) {
  html {
    font-size: 16px;
  }
}

.btn:focus, .btn:active:focus, .btn-link.nav-link:focus, .form-control:focus, .form-check-input:focus {
  box-shadow: 0 0 0 0.1rem white, 0 0 0 0.25rem #258cfb;
}

.btn {
    font-weight: 500;
}

.btn-primary {
    background-color: #4090FF !important;
    border-color: #4090FF !important;
    color: #fff !important;
}

.btn-primary:hover {
    background-color: #2a7dff !important;
    border-color: #2a7dff !important;
}

.btn-secondary {
    background-color:#eee;
    color:#333;
    border:1px solid #ccc;
}

.btn-secondary:hover {
    background-color: #ccc;
    color: #333;
    border: 1px solid #ccc;
}

.form-group label {
    font-weight:500;
    margin-bottom:3px;
}

.field-validation-error {
    font-weight:500;
}

html {
  position: relative;
  min-height: 100%;
}

body {
  background-color:#FAFDFF;
  font-family: "Inter", sans-serif;
}

h1, h2, h3, h4, h5 {
    font-family: "Poppins", sans-serif;
    font-weight: 600;
    line-height: 1.2;
    letter-spacing: -0.5px;
}

h1, h2, h3 {
    font-weight:700;
}

.login-box {
    max-width:400px;
    margin:0 auto;
}

.container {
    max-width:900px;
}

.page-header {
    margin-bottom:2rem;
}

.answer-container {
    max-width:700px;
}

.wave {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 200px;
    line-height: 0;
    z-index: -1;
}

.wave svg {
    display: block;
    width: 100%;
    height: 100%;
}
