#teconsent {
    position: fixed;
    z-index: 1000;
    bottom: 0;
    right: 0;
    display: none;
}

body,
html {
    width: 100%;
    min-height: 100%;
    padding: 0;
    margin: 0;
    background: #fff;
}

div.login-container {
    background: inherit;
}

div.login-container .login-btn .login-sso-btn {
    font-weight: 100;
    padding-right: 30px;
    padding-left: 30px;
    margin: 0;
}

html,
body,
div,
a,
img,
form,
label {
    padding: 0;
    margin: 0;
    font: inherit;
    font-size: 100%;
    vertical-align: baseline;
    border: 0;
}

body {
    line-height: 1;
}

.row {
    display: grid;
    grid-template-columns: repeat(12, 1fr);
    grid-column-gap: 2%;
}

.col-8 {
    grid-column: span 8;
}

.col-8.col-start-3 {
    grid-column: 3/span 8;
}

.col-10 {
    grid-column: span 10;
}

*,
*:before,
*:after {
    box-sizing: border-box;
}

a,
a:hover,
a:active,
a:focus,
button,
button:hover,
button:active,
button:focus {
    outline: none;
}

a {
    color: #489be8;
    text-decoration: none;
    transition: color .3s;
}

a:hover {
    color: #1a82e2;
}

body {
    font-family: Colfax, Helvetica, Arial, sans-serif;
    font-style: normal;
    font-weight: 400;
    color: #546b81;
}

.login-container {
    min-height: 100%;
    text-align: center;
    background: #29466105;
}

.login-modals {
    margin: 40px auto;
}

.login-modal {
    position: relative;
    display: inline-block;
    width: 525px;
    height: 665px;
    vertical-align: top;
    background: #fff;
    box-shadow: 2px 2px 6px #2946611a;
}

.login-modal-table {
    display: table;
    width: 100%;
    height: 100%;
}

.login-modal-body {
    display: table-cell;
    height: 594px;
    vertical-align: middle;
}

.login-modal-table-row {
    display: table-row;
}

.login-logo {
    margin-top: 30px;
    text-align: center;
}

.login-logo img {
    width: 246px;
}

.login-form {
    margin: 50px 0 0;
    text-align: left;
}

.login-link {
    display: block;
    font-size: 13px;
    text-align: right;
}

.login-btn {
    margin: 30px 0;
    text-align: center;
}

.login-modal-footer {
    display: table-cell;
    width: 100%;
    height: 71px;
    font-size: 13px;
    vertical-align: middle;
    background: #9e9e9e1a;
}

input:focus,
input:active {
    outline: 0;
}

.input-text-wrap {
    position: relative;
    padding-top: 15px;
    margin-bottom: 20px;
}

.input-text-wrap [type=text] {
    display: block;
    width: 100%;
    padding: 0;
    font-size: 13px;
    line-height: 24px;
    color: #294661;
    background-color: transparent;
    border: 0;
    border-bottom: 1px solid #d4dadf;
    box-shadow: transparent 0 1px 0;
    transition: .3s border-color, .3s box-shadow;
}

.input-text-wrap [type=text]:focus {
    border-color: #1a82e2;
    box-shadow: #1a82e2 0 1px;
}

.input-text-wrap [type=text]:disabled {
    background: transparent;
}

.input-text-label {
    position: absolute;
    top: 18px;
    display: inline-block;
    font-size: 13px;
    line-height: 18px;
    pointer-events: none;
    transition: .3s top, .3s font-size;
    transition-timing-function: cubic-bezier(.02, .01, .47, 1);
}

.input-text-wrap.has-value .input-text-label {
    top: 0;
    font-size: 11px;
    color: #1a82e2;
}

.btn {
    position: relative;
    display: inline-block;
    padding: 11px 30px;
    font-size: 13px;
    line-height: 16px;
    text-align: center;
    text-decoration: none;
    vertical-align: middle;
    cursor: pointer;
    border-style: solid;
    border-width: 1px;
    border-radius: 2px;
    box-sizing: border-box;
    transition: color .3s, background-color .3s, border-color .3s;
    -webkit-user-select: none;
    user-select: none;
}

.btn.is-disabled {
    color: #fff;
    pointer-events: none;
    cursor: default;
    background-color: #9e9e9e;
    border-color: #9e9e9e;
}

.btn.has-icon {
    padding-right: 18px;
    padding-left: 18px;
}

.btn-primary {
    color: #fff;
    background-color: #489be8;
    border-color: #1a82e2;
}

.btn-primary:hover,
.btn-primary:focus {
    color: #fff;
    background-color: #1a82e2;
}

.btn-primary:active {
    box-shadow: 0 1px 4px #1a82e233;
}


/*! CSS Used from: Embedded */

html {
    font-size: 100%;
    font-family: TwilioSansText, "Inter var experimental", "Inter var", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
}

body {
    background-color: rgb(255, 255, 255);
    margin: 0px;
}

*,
::after,
::before {
    box-sizing: border-box;
}

@media (prefers-reduced-motion: reduce) {
    * {
        animation-iteration-count: 1 !important;
        scroll-behavior: auto !important;
    }
}

:root {
    --reach-dialog: 1;
}


/*! CSS Used from: Embedded */

.css-1pzojz9 {
    color: rgb(18, 28, 45);
    color-scheme: light;
    font-size: 0.875rem;
    font-family: TwilioSansText, "Inter var experimental", "Inter var", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
    line-height: 1.25rem;
    font-weight: 400;
    font-variant-numeric: tabular-nums;
}


/*! CSS Used fontfaces */

@font-face {
    font-family: TwilioSansText;
    font-style: normal;
    font-display: swap;
    font-weight: 300;
    src: local(""), url("../fonts/TwilioSansText-Light.woff2") format("woff2"), url("../fonts/TwilioSansText-Light.woff") format("woff");
}

@font-face {
    font-family: TwilioSansText;
    font-style: italic;
    font-display: swap;
    font-weight: 300;
    src: local(""), url("../fonts/TwilioSansText-LightItl.woff2") format("woff2"), url("../fonts/TwilioSansText-LightItl.woff") format("woff");
}

@font-face {
    font-family: TwilioSansText;
    font-style: normal;
    font-display: swap;
    font-weight: 400;
    src: local(""), url("../fonts/TwilioSansText-Regular.woff2") format("woff2"), url("../fonts/TwilioSansText-Regular.woff") format("woff");
}

@font-face {
    font-family: TwilioSansText;
    font-style: italic;
    font-display: swap;
    font-weight: 400;
    src: local(""), url("../fonts/TwilioSansText-RegularItl.woff2") format("woff2"), url("../fonts/TwilioSansText-RegularItl.woff") format("woff");
}

@font-face {
    font-family: TwilioSansText;
    font-style: normal;
    font-display: swap;
    font-weight: 500;
    src: local(""), url("../fonts/TwilioSansText-Medium.woff2") format("woff2"), url("../fonts/TwilioSansText-Medium.woff") format("woff");
}

@font-face {
    font-family: TwilioSansText;
    font-style: italic;
    font-display: swap;
    font-weight: 500;
    src: local(""), url("../fonts/TwilioSansText-MediumItl.woff2") format("woff2"), url("../fonts/TwilioSansText-MediumItl.woff") format("woff");
}

@font-face {
    font-family: TwilioSansText;
    font-style: normal;
    font-display: swap;
    font-weight: 600;
    src: local(""), url("../fonts/TwilioSansText-Semibold.woff2") format("woff2"), url("../fonts/TwilioSansText-Semibold.woff") format("woff");
}

@font-face {
    font-family: TwilioSansText;
    font-style: italic;
    font-display: swap;
    font-weight: 600;
    src: local(""), url("../fonts/TwilioSansText-SemiboldItl.woff2") format("woff2"), url("../fonts/TwilioSansText-SemiboldItl.woff") format("woff");
}

@font-face {
    font-family: TwilioSansText;
    font-style: normal;
    font-display: swap;
    font-weight: 700;
    src: local(""), url("../fonts/TwilioSansText-Bold.woff2") format("woff2"), url("../fonts/TwilioSansText-Bold.woff") format("woff");
}

@font-face {
    font-family: TwilioSansText;
    font-style: italic;
    font-display: swap;
    font-weight: 700;
    src: local(""), url("../fonts/TwilioSansText-BoldItl.woff2") format("woff2"), url("../fonts/TwilioSansText-BoldItl.woff") format("woff");
}

@font-face {
    font-family: TwilioSansText;
    font-style: normal;
    font-display: swap;
    font-weight: 800;
    src: local(""), url("../fonts/TwilioSansText-Extrabold.woff2") format("woff2"), url("../fonts/TwilioSansText-Extrabold.woff") format("woff");
}

@font-face {
    font-family: TwilioSansText;
    font-style: italic;
    font-display: swap;
    font-weight: 800;
    src: local(""), url("../fonts/TwilioSansText-ExtraboldItl.woff2") format("woff2"), url("../fonts/TwilioSansText-ExtraboldItl.woff") format("woff");
}

@font-face {
    font-family: "Inter var experimental";
    font-weight: 100 900;
    font-display: swap;
    font-style: oblique 0deg 8deg;
    src: url("../fonts/Inter.var.woff2?v=3.19") format("woff2");
}

@font-face {
    font-family: "Inter var";
    font-weight: 100 900;
    font-display: swap;
    font-style: normal;
    src: url("../fonts/Inter-roman.var.woff2?v=3.19") format("woff2");
}

@font-face {
    font-family: "Inter var";
    font-weight: 100 900;
    font-display: swap;
    font-style: italic;
    src: url("../fonts/Inter-italic.var.woff2?v=3.19") format("woff2");
}