﻿html {
    box-sizing: border-box;
    font-size: 14px;
    --antd-wave-shadow-color: #1890ff;
    --scroll-bar: 0;
}

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

body,
h1,
h2,
h3,
h4,
h5,
h6,
p,
ol,
ul {
    margin: 0;
    padding: 0;
    font-family: Averta-Standard;
    font-weight: normal;
}

body {
    color: black;
    line-height: 20px;
    background-color: #fafbff;
}

ol,
ul {
    list-style: none;
}

a {
    color: #0366d6;
}

.validation-summary-valid {
    display: none;
}

.wrapper {
    min-height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
}

.button-success,
.button-error,
.button-warning {
    color: white;
    border-radius: 4px;
    text-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
}

.pure-button {
    border-radius: 4px;
}

.button-success {
    background: rgb(28, 184, 65);
}

.button-error {
    background: rgb(202, 60, 60);
}

.button-warning {
    background: rgb(223, 117, 20);
}

.validation-summary-errors ul,
.text-danger {
    color: rgb(202, 60, 60);
    font-size: 10px;
}

.pure-form {
    width: 250px;
    padding: 15px;
}

.header {
    margin-bottom: 50px;
}

.consent {
    max-width: 500px;
}

.consent ul li {
    padding: 0 15px;
}

.consent ul li h2 {
    padding: 15px 0;
}

.enable-mfa {
    max-width: 500px;
    padding: 20px;
}

.enable-mfa ol li {
    padding: 15px;
}

form li {
    margin: 10px 0;
}

.subtitle {
    padding: 20px;
    opacity: 0.5;
}

.flex-container {
    display: flex;
    min-height: 100vh;
}

.container {
    height: 100vh;
}

.flex-row {
    display: flex;
    flex-direction: row;
}

.flex-column {
    flex-direction: column;
    gap: 15px;
    display: flex;
}

.recovery-row {
    justify-content: space-between;
    display: flex;
}

.logo {
    position: absolute;
    top: 48px;
    width: 108px;
}

.corpay-logo {
    width: 170px;
}

.plaid-logo {
    width: 7rem;
}

.quote {
    text-align: left;
}

.quote-start-login,
.quote-start-register {
    width: 2rem;
    margin-bottom: 5rem;
}

.quote-start-register {
    margin-bottom: 3.5rem;
}

.quote-end-login,
.quote-end-register {
    width: 2rem;
    margin-bottom: -0.5rem;
}

.logo-left {
    left: 48px;
}

.logo-right {
    right: 48px;
}

.main-section {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    width: 100%;
    text-align: -webkit-center;
    height: 100%;
}

.panel {
    display: flex;
    flex-direction: row;
    flex-grow: 1;
    align-items: center;
    padding: 16px;
}

.panel-column {
    display: flex;
    flex-direction: column;
    flex-grow: 1;
    align-items: center;
    justify-content: space-between;
    height: 100%;
}

.panel .column,
.column-wide-container {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
}

.column,
.column-wide-container {
    text-align: -webkit-center;
}

.column-text-start {
    text-align: start;
}

.form,
.column-form {
    width: 366px;
    align-self: center;
}

.column-form-wide {
    max-width: 440px;
    width: 100%;
}

.form-heading {
    color: rgba(0, 0, 0, 0.85);
    font-family: Circular;
    font-size: 32px;
    font-weight: 900;
    margin-bottom: 2rem;
}

.register-heading-section {
    text-align-last: center;
    margin-top: 55px;
}

.register-form-heading {
    color: #000;
    font-size: 34px;
    margin-bottom: 32px;
    margin-top: 64px;
}

.register-form-subheading {
    font-size: 14px;
    color: #636273;
    margin-bottom: 16px;
}

.forgot-password-form-heading {
    margin-bottom: 10px;
}

.column-form-heading,
.welcome-form-heading {
    color: #000;
    font-size: 34px;
    line-height: 40px;
    margin-top: 64px;
    font-weight: bold;
}

.column-form-subheading {
    font-size: medium;
    color: black;
    margin-bottom: 2rem;
}

.column-form-subheading-center {
    font-size: medium;
    color: black;
    margin-bottom: 2rem;
    text-align: center;
}

.require-password-change-container {
    width: 466px;
    align-self: center;
}

.require-driven-login-container {
    width: 466px;
    align-self: center;
}

.form-description {
    color: rgb(99, 98, 115);
    line-height: 24px;
    padding: 0;
    margin: 0 0 25px;
    font-size: 14px;
}

.customers-heading {
    font-family: Circular;
    font-weight: 900;
    color: rgb(99, 98, 115);
    font-size: 20px;
    margin-bottom: 2rem;
}

.customers-img {
    width: 400px;
    height: 421px;
}

input {
    outline: none;
}

.input-field,
input + .input-bg {
    border: 1px solid #cccccc;
    box-sizing: border-box;
    height: 48px;
    width: 100%;
    border-radius: 8px;
    padding-left: 16px;
    font-size: 14px;
    display: block;
    font-weight: 600;
    line-height: 20px;
    background-color: white;
}

.input-field:focus,
input:focus + .input-bg {

  border: 1px solid #02738D !important;
  padding-top: 16px;

}

input.password,
input.password:focus {
    border: none !important;
    background-color: transparent;
    position: absolute;
    /* make space for the show/hide so that it doesn't overlap pw managers */
    padding-right: 45px;
}

.input-field:hover,
input:hover + .input-bg {
  border: 1px solid #02738D;
}

.input-validation-error,
.input-validation-error + .input-bg {
    border-color: #d73814 !important;
}

.helper-text {
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    line-height: 24px;
    color: #757575;
    padding: 4px 0 10px;
}

.input-error {
    color: #d73814;
}

input.password ~ .toggle-pw-visibility {
    position: absolute;
    right: 16px;
    top: 12px;
    cursor: pointer;
    fill: #757575;
}

.icon-btn {
    background: none;
    color: inherit;
    border: none;
    padding: 0;
    font: inherit;
    cursor: pointer;
    outline: inherit;
}

.icon-btn:hover,
.icon-btn:focus {
    filter: brightness(112%);
}

.icon-btn:active {
    filter: brightness(124%);
}

.inline-error {
    font-size: 12px;
    clear: both;
    padding: 4px 0 10px;
    display: none;
}

.input-validation-error ~ .inline-error {
    display: block;
}

.input-wrapper {
    position: relative;
    text-align: start;
    min-height: 72px;
}

::placeholder {
    color: #929292;
    font-weight: 100;
}

.field-set {
    position: absolute;
    top: 12px;
    left: 17px;
    color: #929292;
    pointer-events: none;
    transition: top 0.1s ease-in-out 0s, left 0.1s ease-in-out 0s;
}

.input-field:focus ~ .field-set {
    top: 8px;
    left: 10px;
    height: 0px;
    font-size: 10px;
    line-height: 16px;
    color: #5f6368 !important;
}

.input-field.has-value ~ .field-set {
    visibility: hidden;
}

.input-field.has-value:focus ~ .field-set {
    visibility: visible;
}

.input-field[data-val-required] ~ .field-set span::after {
    content: "*";
    color: red;
}

.email-required-error {
    font-size: 12px;
    position: relative;
    top: 4px;
}

.column-form-buttons {
    display: flex;
    margin-top: 35px;
    align-items: center;
    flex-direction: column;
    justify-content: space-between;
    margin-bottom: 46.5px;
}

.center-children {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
}

.welcome-form {
    text-align: center;
}

.welcome-form-link {
    margin: 70px;
}

.welcome-form-link h3 {
    font-size: 19px;
}

.forgot-password > .link {
    width: 100%;
    margin-top: 39.5px;
}

.label {
    display: inline-block;
    color: rgb(101, 101, 121);
    font-size: 14px;
    font-weight: 700;
    margin-bottom: 4px;
}

.link {
    color: black;
    font-size: 14px;
    font-weight: 600;
    text-decoration: underline;
    transition: color 0.3s;
}

.link:hover {
    color: rgb(153, 153, 153);
}

.link.back {
    position: absolute;
    top: 100px;
    left: 51px;
    color: rgb(153, 153, 153);
    text-decoration: none;
}

.link.header-nav {
    color: rgb(153, 153, 153);
    text-decoration: none;
    margin: 20px 0 0 20px;
}

.link-top-login {
    margin-top: 32px;
    color: rgb(153, 153, 153);
    text-align: center;
}

.link-top-register {
    margin-top: 33px;
    color: rgb(153, 153, 153);
}

.link-left {
    margin-left: 3px;
}

.button {
    color: rgb(255, 255, 255);
    cursor: pointer;
    background-color: rgb(0, 0, 0);
    border-color: rgb(0, 0, 0);
    border-radius: 24px;
    font-size: 12px;
    font-weight: 700;
    line-height: 30px;
    height: 3rem;
    width: 10.6rem;
    transition: all 0.3s;
    text-align-last: center;
}

.column-form-button {
  align-self: center;
  border-radius: 8px;
  min-height: 48px;
  font-size: 14px;
  border: none;
  background-color: #02738D;
  color: white !important;
  width: 100%;
}

.button:active {
    transform: scale(0.95);
}

.google-button, .intuit-button, .driven-button {
    background-color: white;
    border: 1.5px solid #989898;
    border-radius: 24px;
    color: black;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    font-weight: 500;
    height: 40px;
    width: 18rem;
    transition: all 0.3s;
    margin: 7px 0px;
}

.google-button:active, .intuit-button:active, .driven-button:active {
    transform: scale(0.95);
}

.google-button-img {
    height: 23px;
    width: 23px;
    margin-right: 8px;
}

.intuit-button-img {
    height: 2rem;
    width: 5.5rem;
    margin-bottom: 4px;
}

.okta-button-img {
    height: 2rem;
    width: 2rem;
    margin-right: 8px;
}

.driven-button-img {
    height: 23px;
    width: 23px;
    margin-right: 8px;
}

.external-providers-login {
    flex-direction: column;
    align-items: center;
    position: relative;
    padding-top: 1.5rem;
    text-align-last: center;
}

.external-providers-register {
    display: none;
    flex-direction: column;
    align-items: center;
    position: relative;
    margin-top: 1rem;
    padding-top: 2rem;
    text-align-last: center;
}

.external-providers-divider {
    text-align: center;
    margin-top: 3rem;
    color: #3d1628;
    font-weight: bold;
}

.existing-account {
    margin: 0;
}

.existing-account .link {
    font-weight: 700;
}

.alert {
    position: fixed;
    top: 0;
    left: 0;
    background-color: #ff5f5f;
    padding: 16px;
    width: 100%;
    text-align: center;
}

.alert.validation-summary-errors ul {
    color: white;
    font-size: 14px;
}

.alert.validation-summary-errors ul > li {
    margin: 0;
}

.alert.validation-summary-errors ul > li:nth-child(n + 2) {
    padding-top: 8px;
}

.logout-logo {
    width: 132px;
}

.logout-title {
    margin: 24px 0;
}

.logout-link {
    font-weight: 700;
}

.pure-menu-horizontal {
    margin-bottom: 30px;
}

.pure-img.forgot-password {
    width: 50rem;
}

.column-form-container-logo {
    margin: 56px 0;
    text-align: center;
}

.trust-login,
.trust-register {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    font-size: small;
    color: rgb(153, 153, 153);
    font-size: 12px;
    line-height: 16px;
    font-weight: 600;
    text-align: center;
    margin-top: 0;
    margin-bottom: 68px;
}

.trust-register p {
    width: 335px;
}

.footer-login,
.footer-register {
    font-size: 2.5rem;
    color: white;
    width: 100%;
    margin-top: 64px;
}

.content-login,
.content-register {
    display: flex;
    justify-content: space-evenly;
    background: #3d1628;
    height: 250px;
}

.content-login > .quote-container {
    font-size: 24px;
    margin-top: 55px;
}

.hr {
    height: 147px;
    opacity: 0.31;
    border: 1px solid #ffffff;
    margin-top: 3rem;
}

.sign {
    display: flex;
    color: white;
    opacity: 0.7;
    text-align: start;
    font-size: 1.2rem;
    font-size: 14px;
    margin-top: 26px;
    line-height: 20px;
}

.forgot-password {
    display: flex;
    flex-direction: column;
    color: #3d1628;
    text-align: center;
    width: 100%;
}

.steps {
    opacity: 0.4;
    margin-bottom: 32px;
}

.text-center {
    text-align: center;
}

.terms:hover {
    color: rgb(153, 153, 153);
}

.terms-eu {
    padding-bottom: 48px;
}

.continue-button {
    margin-top: 30px;
}

.continue-button button {
    align-self: center;
    border-radius: 8px;
    min-height: 48px;
    font-size: 14px;
    border: none;
    color: white !important;
    width: 100%;
    text-transform: uppercase;
}

.have-an-account {
    display: flex;
    justify-content: center;
    margin-bottom: 55px;
}

.plaid-svb-logo {
    display: flex;
    align-items: center;
    gap: 24px;
    margin-top: 16px;
    height: 64px;
}

.plaid-svb-logo svg {
    fill: rgb(146, 146, 146);
}

.plaid-logo {
    width: 64px;
    height: 64px;
}

.column-form-container {
    display: flex;
    flex-direction: column;
}

.dropdown-wrapper .dropdown {
    position: relative;
    display: inline-block;
}

.dropdown-wrapper .dropdown-content {
    display: none;
    position: absolute;
    z-index: 1;
}

.dropdown-wrapper .dropdown:hover .dropdown-content {
    display: block;
}

.dropdown-content li,
.dropdown span {
    text-align: left;
    margin: 0;
    padding: 0;
}

.dropdown-content li {
    margin-top: 10px;
}

.flag {
    background-image: url("/assets/images/flag-sprite.png");
    background-repeat: no-repeat;
    background-size: 100% 49494%;
    background-position: center top;
    display: inline-block;
    overflow: hidden;
    position: relative;
    vertical-align: middle;
    box-sizing: content-box;
    border-radius: 50%;
    width: 12px;
    height: 12px;
}

.flag-us {
    background-position: center 24.394%;
}

.flag-gb {
    background-position: center 44.12%;
}

.flag-dk {
    background-position: center 35.479%;
}

.language-label,
.dropdown-content li a {
    min-width: 125px;
    vertical-align: middle;
    color: #8989a2 !important;
    text-decoration: none !important;
    font-weight: 600;
}

.mh-logo img {
    max-width: 100%;
    height: auto;
}

.main-container {
    width: 100%;
    margin: 0 auto;
    padding: 20px;
}

.main-header {
    position: relative;
    z-index: 1;
}

.main-header .main-container {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
}

@media only screen and (max-width: 1024px) {
    .footer-login,
    .footer-register {
        font-size: 2rem;
    }

    .content-login p,
    .content-register p {
        width: 43rem;
        font-size: 2rem;
    }

    .quote-start-login,
    .quote-start-register {
        width: 1.6rem;
        margin-bottom: 5rem;
    }

    .quote-start-register {
        margin-bottom: 3rem;
    }

    .quote-end-login,
    .quote-end-register {
        width: 1.6rem;
    }

    .register-form-heading {
        font-size: 2.7rem;
    }
}

@media only screen and (max-width: 900px) {
    .register-form-heading {
        font-size: 2rem;
    }

    .content-login p,
    .content-register p {
        width: 30rem;
        font-size: 1.5rem;
    }

    .content-register p {
        width: 32rem;
    }

    .plaid-logo {
        width: 5rem;
    }

    .quote-start-login,
    .quote-start-register {
        width: 1.5rem;
        margin-bottom: 4rem;
    }

    .quote-start-register {
        margin-bottom: 2.3rem;
    }

    .quote-end-login,
    .quote-end-register {
        width: 1.5rem;
    }

    .sign {
        font-size: 1rem;
        margin-left: 2rem;
    }
}

@media only screen and (max-width: 700px) {
    .register-form-heading {
        text-align: center;
    }

    .content-register p {
        width: 21rem;
    }

    .quote-start-login,
    .quote-start-register {
        margin-left: -1.7rem;
        width: 1.1rem;
    }

    .quote-start-register {
        margin-bottom: 4rem;
    }

    .quote-end-login,
    .quote-end-register {
        width: 1.1rem;
    }

    .sign {
        margin-left: 0rem;
    }
}

@media only screen and (max-width: 540px) {
    .content-login p,
    .content-register p {
        width: 340px;
        font-size: 20px;
    }

    .content-register p {
        font-size: 1.4rem;
    }

    .quote-start-login,
    .quote-start-register {
        margin-bottom: 4.5rem;
    }

    .quote-start-register {
        margin-bottom: 4rem;
    }

    .register-form-heading {
        font-size: 1.7rem;
    }
}

@media only screen and (max-width: 480px) {
    .container {
        max-width: 100%;
        padding: 0 16px;
    }

    .main-container {
        padding-left: 0;
        padding-right: 0;
    }

    .column-form-heading,
    .welcome-form-heading {
        font-size: 24px;
        margin-top: 39px;
    }

    .column-form-container-logo {
        margin-top: 20px;
        margin-bottom: 56px;
    }

    .corpay-logo {
        width: 6rem;
    }

    .column-form,
    .form {
        max-width: 335px;
        width: 100%;
    }

    .google-button {
        font-size: 14px;
        font-weight: 600;
        height: 2.2rem;
        width: -webkit-fill-available;
    }

    .google-button-img {
        height: 18px;
    }

    .intuit-button {
        font-size: 14px;
        font-weight: 600;
        height: 2.2rem;
        width: -webkit-fill-available;
    }

    .intuit-button-img {
        height: 18px;
    }

    .column-form-container {
        text-align: justify;
    }

    .link-top-login {
        margin-top: 1rem;
        text-align-last: center;
    }

    .trust-login {
        flex-direction: column;
        text-align: center;
    }

    .trust-login p {
        width: 75%;
    }

    .quote-container {
        align-self: center;
        margin-top: 24px;
    }

    .quote-start-login {
        margin-left: 0rem;
        margin-bottom: 5rem;
        margin-right: -0.8rem;
    }

    .quote-start-register {
        margin-bottom: -0.8rem;
        margin-left: 2.8rem;
    }

    .quote-end-login {
        top: -1.6rem;
        left: 3.6rem;
        width: 1rem;
    }

    .sign {
        justify-content: center;
        margin-top: 16px;
    }

    .external-providers-login {
        padding-top: 6.1%;
        margin-top: 6.1%;
    }

    .plaid-svb-logo {
        margin-top: 1rem;
    }

    .register-heading-section {
        display: flex;
        flex-direction: column;
        margin-top: 29px;
        width: 100%;
    }

    .register-logo > .corpay-logo {
        width: 5.8rem;
    }

    .register-form-heading {
        text-align: center;
        font-size: 24px;
        align-self: center;
        margin-top: 39px;
        margin-bottom: 16px;
        width: 254px;
        line-height: 32px;
    }

    .button {
        height: 2.4rem;
    }

    .external-providers-register {
        margin-top: 1.5rem;
        padding-top: 1.5rem;
    }

    .continue-button {
        margin-top: 1.5rem;
    }

    .trust-register {
        flex-direction: column;
        text-align: -webkit-center;
    }

    .panel-secondary {
        display: none;
    }

    .column-text-start > .form {
        width: 100%;
    }

    .logo-left {
        left: 12px;
        top: 20px;
    }

    .hr {
        display: none;
    }

    .link-top-register {
        margin-top: 48px;
    }

    .have-an-account {
        margin-bottom: 48px;
    }

    .footer-register {
        margin-top: 8px;
    }
}

@media only screen and (max-width: 420px) {
    .quote-start-register {
        margin-left: 5rem;
    }
}

@media only screen and (max-width: 375px) {
    .quote-start-register {
        margin-left: 3.5rem;
    }
}

@media only screen and (max-width: 324px) {
    .quote-start-login {
        margin-bottom: 6.2rem;
        margin-right: -1.1rem;
    }

    .quote-start-register {
        margin-left: 2rem;
        margin-bottom: -1.1rem;
    }

    .form {
        max-width: 300px;
    }

    .column-form {
        max-width: 300px;
    }
}

.flex-box {
    display: flex;
    flex-direction: column;
    justify-content: center;
    flex: 1 1;
}

.full-background {
    min-height: 100%;
    position: absolute;
    width: 100%;
}

h1,
h2 {
    font-size: 32px;
    line-height: 1em;
}

h1,
h2,
h3,
h4 {
    font-family: Circular;
    font-weight: 900;
}

.fake-a {
    color: #0081c5;
    cursor: pointer;
}

a {
    color: #0081c5;
    cursor: pointer;
    text-decoration: none;
}

.pure-button-primary {
    background-color: rgb(0, 157, 224);
}

.button-twofalogin {
    width: 240px;
}

.grid-box {
    border-radius: 3px;
}

.grid-box.grid-border {
    background: #fff;
    border: 1px solid #dbe2ea;
    box-shadow: 0 0 24px rgba(0, 0, 0, 0.04);
    border-radius: 8px;
}

.strong-small,
.strong-small > span {
    color: #656579;
    font-size: 12px;
    font-weight: 700;
    text-align: left;
    letter-spacing: 0.05rem;
    text-transform: uppercase;
    -webkit-user-select: none;
    user-select: none;
}

.input-field[readonly]:hover {
    border-color: #fafafd;
}

input[readonly] {
    background-color: #f5f6f8;
    color: #636273;
    border-color: #fafafd;
    box-shadow: inset 0 1px 2px rgb(27 31 35 / 5%);
    outline: none;
}

.notification-icon {
  color: #02738D;
  margin-top: 2px;
  margin-right: 5px;
}

.notification-inline {
    border-width: 1px;
    border-style: solid;
    font-size: 12px;
    clear: both;
    padding: 8px 16px 10px 16px;
    margin: 10px 0px 24px;
    border-radius: 8px;
    line-height: 16px;
    align-items: flex-start;
}

.notification {
    border-width: 1px;
    border-style: solid;
    border-radius: 8px;
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    padding: 16px;
    text-align: left;
}

.notification svg {
    color: inherit;
    flex-shrink: 0;
}

.notification-info {
  border-color: #1393dd;
  background-color: #e8f7ff;
  color: #016179;
}

.notification-info svg {
  color: #02738D;
}

/* Button V2 - styles from web app */
.button-v2 {
  align-items: center;
  border-radius: 8px;
  border: none;
  box-shadow: none;
  color: #fff;
  display: inline-flex;
  font-weight: 700;
  justify-content: center;
  line-height: 1;
  text-transform: uppercase;
  white-space: nowrap;
  outline: none;
  background-color: #016179;
}

.button-v2:hover,
.button-v2:focus {
    filter: brightness(112%);
}

.button-v2:active {
    filter: brightness(124%);
}

/* button v2 large */
.button-v2-large {
    font-size: 14px;
    height: 48px;
    padding: 0 20px;
}

/* secondary style */
.button-v2-secondary {
  background-color: #02738D;
}

/* outline style */
.button-v2-outline {
    background-color: #fff;
    border: 1px solid #3d1628;
    color: #3d1628;
}

.button-v2-outline:hover,
.button-v2-outline:focus {
    background-color: #f5f5f5;
}

.button-v2-outline:active {
    background-color: rgba(61, 22, 40, 0.15);
}

.mfa-selection-wrapper {
    display: flex;
    flex-direction: column;
    margin: 0 auto;
    max-width: 830px;
}

.mfa-selection-header {
    text-align: center;
    width: 100%;
}

.mfa-selection-header h2 {
    margin: 0 0 30px 0;
}

.mfa-selection-header p {
    text-align: center;
    margin: 2px 0 0 0;
}

.mfa-selection-box {
    display: flex;
    justify-content: flex-start;
    box-shadow: 0 0 24px rgba(0, 0, 0, 0.08);
    border-radius: 8px;
    max-width: 830px;
    padding: 20px;
    margin: 15px auto;
}

.mfa-selection-box div {
    display: flex;
    flex-direction: column;
    justify-content: left;
}

.mfa-selection-box h3, p {
    text-align: left;
}

.mfa-selection-text {
    padding-top: 10px;
}

.mfa-add-phone-wrapper {
    display: flex;
    flex-direction: column;
    padding: 20px;
    max-width: 740px;
    text-align: center;
    margin: 0 auto;
}

.mfa-add-phone-wrapper button, p {
    margin: 20px 0 0 0;
}

.mfa-add-phone-wrapper input, select {
    padding: 15px;
    border: 1px solid #cccccc;
    border-radius: 8px;
}

.mfa-dial-code-select {
    flex-grow: 1;
    margin: 20px 20px 0 0;
}

.mfa-phone-number-input {
    flex-grow: 23;
    margin: 20px 0 0 0;
}

.mfa-phone-verification-input {
    max-width: 40px;
    margin: 20px 15px 0 0;
}

.mfa-phone-verification-input:last-child {
    margin: 20px 0 0 0;
}

.mfa-login-phone-verification-content {
    max-width: 400px;
    margin: 0 auto;
    display: flex;
    justify-content: center;
}

.mfa-login-phone-verification-content p {
    text-align: center;
    margin: 20px 0 0 0;
    padding: 0;
}

.mfa-recommended {
    margin-left: 10px;
    background-color: #E0F4FC;
    border-radius: 5px;
    padding: 5px 7px;
    color: #0071B1;
    font-weight: 50;
}

.mfa-button-wrapper {
    padding-left: 100px;
    margin: auto 0;
}

.mfa-setup-button {
    background-color: #fff;
    border: 1px solid #000;
    color: #000;
    margin-left: 90px;
}

.mfa-button-text {
    vertical-align: middle;
    margin: 0;
    padding: 10px 20px;
    font-weight: 700;
}

.mfa-logout-link {
    font-weight: 700;
    font-size: 14px;
    text-transform: uppercase;
    text-align: center;
    color: #000;
    margin: 0 auto;
}

.mfa-link {
    text-align: center;
    color: #0081C5;
    margin: 0 auto;
}

/* Move reCAPTCHA v3 badge to the left */
.grecaptcha-badge {
  width: 70px !important;
  overflow: hidden !important;
  transition: all 0.3s ease !important;
  left: 4px !important;
}
.grecaptcha-badge:hover {
  width: 256px !important;
}