@font-face {
    font-family: "Proximanova";
    src: url("../fonts/proximanova-regular.otf");
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: "Proximanova Bold";
    src: url("../fonts/proximanova-bold.otf");
    font-weight: bold;
    font-style: normal;
}
@font-face {
    font-family: "NotoSans";
    src: url("../fonts/notosans-regular-webfont.woff");
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: "NotoSans SemiBold";
    src: url("../fonts/notosans-semibold-webfont.woff");
    font-weight: bold;
    font-style: normal;
}
@font-face {
    font-family: "NotoSans Bold";
    src: url("../fonts/notosans-bold-webfont.woff");
    font-weight: bold;
    font-style: normal;
}
.navbar {
    box-shadow: 0px 4px 40px rgba(0, 0, 0, 0.06);
    padding: 19px 20px;
}
/* TODO consolidate styles */
.btn-primary {
    background-color: #1B1C3C;
    border-color: #1B1C3C;
    border-radius: 3rem;
    padding-left: 3rem;
    padding-right: 3rem;
}
.btn-primary:hover {
    background-color: #1B1C3C;
    border-color: #1B1C3C;
}
.btn-outline-primary {
    font-family: "Proximanova Bold",Open Sans,sans-serif;
    font-size: .875rem;
    line-height: 1.5;
    letter-spacing: .025em;
    color: #1b1c3c;
    background-color: transparent;
    background-image: none;
    border-color: #1b1c3c;
    border-width: 2px;
    border-radius: 20px;
    padding: 0.375rem 1.5rem;
}
.btn-outline-primary:hover {
    background-color: #1B1C3C;
    border-color: #1b1c3c;
    border-width: 2px;
}
.btn-secondary, .consent-give {
    background-color: #FCC02B !important;;
    border-color: #FCC02B !important;;
    border-radius: 3rem !important;;
    color: #1B1C3C !important;;
    padding-left: 3rem !important;;
    padding-right: 3rem !important;;
}
.btn-secondary:not(:disabled):hover, .consent-give:hover {
    background-color: #FFF;
    border-color: #FCC02B;
    color: #1B1C3C;
}
.btn-secondary:not(:disabled):not(.disabled).active,
.btn-secondary:not(:disabled):not(.disabled):active,
.btn-secondary:focus, .btn-secondary.focus {
    background-color: #FCC02B;
    border-color: #FCC02B;
    color: #1B1C3C;
}
.btn-outline-dark {
    color: #1B1C3C;
    border-color: #1B1C3C;
}
.btn-outline-dark:hover {
    color: #FFF;
    background-color: #1B1C3C;
    border-color: #1B1C3C;
}
.btn-outline-dark:not(:disabled):not(.disabled).active,
.btn-outline-dark:not(:disabled):not(.disabled):active {
    color: #1B1C3C;
    background-color: #FFF;
    border-color: #1B1C3C;
}
.btn-sm {
    border-radius: 2rem;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
}
.btn-salt{
    background: #7161DB;
    color: #fff;
    width: 275px;
    padding: 15px;
    border-radius: 100px;
    height: unset;
}
.btn-salt:hover{
    color: #fff;
    background-color: #1a1e2a;
}
.link-salt{
    color: #7161DB;
    font-size: 16px;
    font-family: "NotoSans Bold";
}
.salt-regular-text{
    font-family: "NotoSans";
}
body {
    color: #1B1C3C;
    font-family: "Proximanova";
}
h1, h2, h3, h4, h5 {
    font-family: "Proximanova Bold";
    margin-bottom: 1.5rem;
}
.font-weight-bold {
    font-family: "Proximanova Bold";
}
.form-group {
        margin-bottom: 1.5rem;
}
input[type=text], input[type=email], input[type=password] {
    border: none !important;
    border-bottom: 1px solid #EDE9F5 !important;
    border-radius: 0 !important;
    background-color: none !important;
}
input:-webkit-autofill {
    -webkit-box-shadow:0 0 0 50px white inset;
    -webkit-text-fill-color: #1B1C3C;
}
input:-webkit-autofill:focus {
    -webkit-box-shadow: 0 0 0 50px white inset;
    -webkit-text-fill-color: #1B1C3C;
}
a {
    color: #1B1C3C;
    text-decoration: underline;
}
a.btn {
    text-decoration: none;
}
a:hover {
    color: #1B1C3C;
}

.splash {
    background-color: #3D5AFE;
}

.container-fluid-splash {
    padding-left: 0px !important;
    padding-left: 0px !important;
}

/* onboarding registration form styles */
.form-control:disabled, .form-control[readonly] {
    background: #E8E8EB !important;
    border: 1px solid #D1D2D8 !important;
    border-radius: 8px !important;
}
.form-control {
    height: 48px !important;
}
label {
    font-family: 'Proximanova';
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    line-height: 20px;
    color: #1B1C3C;
}
.custom-select {
    border: 1px solid #D1D2D8;
    border-radius: 8px;
    height: 48px;
}
.btn-continue {
    background: #FCC02B;
    border-radius: 30.5px;
    width: 100%;
    height: 56px;
}
.form-check-inline .form-check-input {
    margin-left: -16px;
    position: relative;
    top: 2px;
}
.form-check-label{
    font-weight: 500;
    font-size: 14px;
    line-height: 20px;
    color: #5F6077;
    margin-left: 16px;
}
input[type=text],
input[type=email],
input[type=password] {
    border: 1px solid #D1D2D8 !important;
    border-radius: 8px !important;
}
strong {
    font-family: "Proximanova Bold",Open Sans,sans-serif;
}
.logo-max-height {
    max-height: 40px;
}
.container-pt-5-5 {
    padding-top: 5.5rem !important;
}
