body {
    background-color: #3A3B40 !important;
}

.form-input {
    display: inline-block;
    width: 100%;
    padding: 9px 10px;
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: 24px;
    font-weight: normal;
    line-height: 22px;
    color: #33475b;
    border: 1px solid #cbd6e2;
    box-sizing: border-box;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    border-radius: 10px;
}

.form-input::placeholder {
    font-family: 'Mulish';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 112%;
    color: #0D0F45;
    opacity: 0.5;
}



.form-container {
    /*background-color: rgb(255, 255, 255);*/
    box-sizing: border-box;
    color: #33475b;
    font-family: "Mulish";
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    padding-bottom: 16px;
    padding-left: 16px;
    padding-right: 16px;
    padding-top: 16px;
    text-align: left
}

.form-title {
    box-sizing: border-box;
    color: rgb(255, 255, 255);
    font-family: "Mulish";
    font-size: 40px;
    font-weight: 700;
    line-height: 48px;
    margin-bottom: 8px;
    margin-top: 0px;
    text-align: left
}

.form-group {
    width: 100%;
}

.register-profile-form {
    display: flex;
    flex-direction: column;
    align-items: start;
    width: 100%;
}

.login-details-text {
    padding-right: 24px;
    padding-left: 24px;
    padding-top: 20px;
}

#kc-register-form {
    background-color: rgb(255, 255, 255);
    padding-right: 24px;
    padding-left: 24px;
    padding-top: 10px;
    padding-bottom: 10px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: start;
    border-radius: 5px;
    box-shadow: rgba(0, 0, 0, 0.12) 0px 12px 40px 0px;
    -webkit-box-shadow: rgba(0, 0, 0, 0.12) 0px 12px 40px 0px;
}

#kc-update-profile-form {
    background-color: rgb(255, 255, 255);
    padding-right: 24px;
    padding-left: 24px;
    padding-top: 10px;
    padding-bottom: 10px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.submit-btn {
    appearance: none;
    background-attachment: scroll;
    background-clip: border-box;
    background-color: rgb(8, 112, 138);
    background-image: none;
    background-origin: padding-box;
    background-position-x: 0%;
    background-position-y: 0%;
    background-repeat: repeat;
    background-size: auto;
    border-bottom-color: rgb(8, 112, 138);
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px;
    border-bottom-style: solid;
    border-bottom-width: 1px;
    border-left-color: rgb(8, 112, 138);
    border-left-style: solid;
    border-left-width: 1px;
    border-right-color: rgb(8, 112, 138);
    border-right-style: solid;
    border-right-width: 1px;
    border-top-color: rgb(8, 112, 138);
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
    border-top-style: solid;
    border-top-width: 1px;
    box-sizing: border-box;
    color: rgb(255, 255, 255);
    cursor: pointer;
    display: inline-block;
    font-family: Mulish;
    font-size: 12px;
    font-weight: 700;
    line-height: 12px;
    margin-bottom: 0px;
    margin-left: 0px;
    margin-right: 0px;
    margin-top: 0px;
    padding-bottom: 12px;
    padding-left: 24px;
    padding-right: 24px;
    padding-top: 12px;
    position: relative;
    text-align: center;
    transition-delay: 0s;
    transition-duration: 0.15s;
    transition-property: all;
    transition-timing-function: linear;
    white-space: pre-wrap
}


.submit-btn:focus {
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgb(0 123 255 / 25%);
}

.submit-btn:hover {
    color: #07728b;
    background-color: #fff;
}

.top-nav {
    align-items: center;
    box-sizing: border-box;
    background-color: white;
    color: rgb(33, 37, 41);
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    font-family: "Mulish";
    font-size: 16px;
    font-weight: 400;
    justify-content: flex-start;
    left: 0px;
    line-height: 24px;
    padding-bottom: 8px;
    padding-left: 16px;
    padding-right: 16px;
    padding-top: 8px;
    position: fixed;
    right: 0px;
    text-align: left;
    top: 0px;
    z-index: 1030
}

.nav-container {
    align-items: center;
    box-sizing: border-box;
    color: rgb(33, 37, 41);
    display: flex;
    flex-wrap: nowrap;
    font-family: "Mulish";
    font-size: 16px;
    font-weight: 400;
    justify-content: space-between;
    line-height: 24px;
    max-width: 1140px;
    padding-left: 15px;
    padding-right: 15px;
    position: relative;
    text-align: left;
    width: 1140px
}

.navbar {
    align-items: center;
    box-sizing: border-box;
    color: rgb(33, 37, 41);
    display: flex;
    flex-basis: auto;
    flex-grow: 1;
    font-family: "Mulish";
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    margin-bottom: 0;
    position: fixed;
    text-align: left;
    padding: 0 !important;
}

.nav-logo-link {
    background-color: rgba(0, 0, 0, 0);
    box-sizing: border-box;
    color: rgba(0, 0, 0, 0.9);
    display: block;
    font-family: "Mulish";
    font-size: 20px;
    font-weight: 400;
    line-height: 30px;
    margin-right: 161.317px;
    padding-bottom: 5px;
    padding-top: 5px;
    text-align: left;
    text-decoration-color: rgba(0, 0, 0, 0.9);
    text-decoration-line: none;
    text-decoration-style: solid;
    text-decoration-thickness: auto;
    white-space: nowrap
}

.custom-logo {
    border-bottom-style: none;
    border-left-style: none;
    border-right-style: none;
    border-top-style: none;
    box-sizing: border-box;
    color: rgba(0, 0, 0, 0.9);
    font-family: "Mulish";
    font-size: 20px;
    font-weight: 400;
    line-height: 30px;
    max-width: 220px;
    text-align: left;
    vertical-align: middle;
    white-space: nowrap;
    width: 220px
}

.main-banner {
    background-attachment: scroll;
    background-clip: border-box;
    background-color: #3A3B40;
    background-image: none;
    background-origin: padding-box;
    background-position-x: 0%;
    background-position-y: 0%;
    background-repeat: repeat;
    background-size: auto;
    box-sizing: border-box;
    color: rgb(255, 255, 255);
    display: block;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    padding-bottom: 60px;
    padding-left: 0px;
    padding-right: 0px;
    padding-top: 60px;
    margin-top: 85px;
    text-align: left
}

.login-banner {
    height: 80vh;
}

.container {
    box-sizing: border-box;
    color: rgb(255, 255, 255);
    font-family: "Mulish";
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    max-width: 1140px;
    padding-left: 15px;
    padding-right: 15px;
    text-align: left;
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}

.row {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
}


.left-section {

}

.default-container {
    background-color: rgb(255, 255, 255);
    border-bottom-color: rgba(0, 0, 0, 0);
    border-bottom-style: solid;
    border-bottom-width: 0px;
    border-image-outset: 0;
    border-image-repeat: stretch;
    border-image-slice: 100%;
    border-image-source: none;
    border-image-width: 1;
    border-left-color: rgba(0, 0, 0, 0);
    border-left-style: solid;
    border-left-width: 0px;
    border-right-color: rgba(0, 0, 0, 0);
    border-right-style: solid;
    border-right-width: 0px;
    border-top-color: rgba(0, 0, 0, 0);
    border-top-style: solid;
    border-top-width: 0px;
    box-shadow: rgba(0, 0, 0, 0.12) 0px 12px 40px 0px;
    box-sizing: border-box;
    color: rgb(45, 51, 58);
    display: flex;
    flex-direction: column;
    flex-grow: 1;
    font-family: ulp-font, -apple-system, BlinkMacSystemFont, Roboto, Helvetica, sans-serif;
    font-feature-settings: normal;
    font-kerning: auto;
    font-language-override: normal;
    font-optical-sizing: auto;
    font-size: 14px;
    font-size-adjust: none;
    font-stretch: 100%;
    font-style: normal;
    font-variant-alternates: normal;
    font-variant-caps: normal;
    font-variant-east-asian: normal;
    font-variant-ligatures: normal;
    font-variant-numeric: normal;
    font-variant-position: normal;
    font-variation-settings: normal;
    font-weight: 400;
    line-height: 14px;
    margin: 0px;
    overflow-x: hidden;
    overflow-y: hidden;
    padding: 0px;
    position: relative;
    vertical-align: baseline;
    white-space: normal;
}

.login-container {
    background-color: rgb(255, 255, 255);
    border-bottom-color: rgba(0, 0, 0, 0);
    border-bottom-style: solid;
    border-bottom-width: 0px;
    border-image-outset: 0;
    border-image-repeat: stretch;
    border-image-slice: 100%;
    border-image-source: none;
    border-image-width: 1;
    border-left-color: rgba(0, 0, 0, 0);
    border-left-style: solid;
    border-left-width: 0px;
    border-right-color: rgba(0, 0, 0, 0);
    border-right-style: solid;
    border-right-width: 0px;
    border-top-color: rgba(0, 0, 0, 0);
    border-top-style: solid;
    border-top-width: 0px;
    border-radius: 5px;
    box-shadow: rgba(0, 0, 0, 0.12) 0px 12px 40px 0px;
    box-sizing: border-box;
    color: rgb(45, 51, 58);
    display: flex;
    flex-direction: column;
    flex-grow: 1;
    font-family: ulp-font, -apple-system, BlinkMacSystemFont, Roboto, Helvetica, sans-serif;
    font-feature-settings: normal;
    font-kerning: auto;
    font-language-override: normal;
    font-optical-sizing: auto;
    font-size: 14px;
    font-size-adjust: none;
    font-stretch: 100%;
    font-style: normal;
    font-variant-alternates: normal;
    font-variant-caps: normal;
    font-variant-east-asian: normal;
    font-variant-ligatures: normal;
    font-variant-numeric: normal;
    font-variant-position: normal;
    font-variation-settings: normal;
    font-weight: 400;
    line-height: 14px;
    margin: 0px;
    overflow-x: hidden;
    overflow-y: hidden;
    padding: 20px;
    position: relative;
    vertical-align: baseline;
    white-space: normal;
}

.form-input-wrapper {
    margin-bottom: 10px;
    padding-bottom: 4px;
    display: flex;
    width: 100%;
    flex-direction: column;
}

.form-input-wrapper-row {
    margin-bottom: 10px;
    padding-bottom: 4px;
    display: flex;
    width: 100%;
    flex-direction: row;
}

.login-button-wrapper {

}

.login-form {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
}

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

.login-img {
    width: 200px;
    height: 220px;
}

.login-widget-header-block {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
}

#input-error {
    padding-top: 10px;
}

.social-btn-list {
    list-style: none;
    margin: 0;
    padding: 0;
    width: 100%;
}

.social-btn-list-item {
    margin: 10px 0;
    width: 100%;
    display: flex;
    justify-content: center;
}

.social-btn-link {
    width: 100%;
    filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.25));
}

.social-btn {
    width: 100%;
    height: 40px;
    font-family: 'Mulish';
    font-style: normal;
    font-weight: 800;
    font-size: 24px;
    line-height: 36px;
    border: 2px solid transparent;
    cursor: pointer;
    transition: background-color ease .2s,color ease .2s,border-color ease .2s,box-shadow ease .2s;
    background-color: #F86400;
    color: white;
    position: relative;
    border-radius: 10px;
    display: flex;
    flex-direction: row;
    justify-content: space-evenly;
    align-items: center;
    align-content: center;
}

.social-btn:hover {
    background-color: #c95400;
    text-decoration: none;
}

.social-btn:active {
    transform: scale(0.98);
}

.inner-social-btn-img {
    position: absolute;
    left: 20px;
    font-size: 32px;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.social-link-list {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}

.social-link-item {
    flex: 1;
    margin-right: 15px;
}

.social-link-href {
    font-family: 'Mulish';
    font-style: normal;
    font-weight: 800;
    font-size: 20px;
    line-height: 157.2%;
    color: #F86400;
}

.social-link-divider {
    font-family: 'Mulish';
    font-style: normal;
    font-weight: 800;
    font-size: 32px;
    line-height: 157.2%;
    color: #F86400;
    margin-right: 15px;
}


.btn-svg {
    height: 35px;
    width: 35px;
    fill: #0f6674;
}


.social-account-section {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-top: 15px;
    margin-bottom: 40px;
}

.login-main-error-block {
    color: #a71d2a;
    margin-bottom: 1rem;
    display: none;
    text-align: left;
    width: 90%;
}

.floating-content-center {
    width: 50%;
    min-width: 400px;
    max-width: 1000px;
    border-radius: 5px;
    box-shadow: #1b1e21;
    background-color: #ffffff;
    color: #1b1e21;
    padding: 20px 40px;
}



/*
New Design styles
*/

.main-container {
    display: flex;
    width: 100%;
    height: 100vh;
    margin: 0;
    padding: 0;
    flex-direction: column;
}

.top-lvl-container {
    /*height: calc(100vh - 100px); if footer is added*/
    height: calc(100vh);

}

.split-container {
    display: flex;
    flex-direction: row;
    width: 100%;
    height: 100%;
    margin-right: 0;
    margin-left: 0;
    padding: 0;
}

.split-info {
    background-color: white;
}

.split-info-content {
    padding-left: 75px;
    padding-right: 75px;
    margin-top: 75px;
    margin-bottom: 50px;
}

.split-info-logo-container {
    margin-bottom: 95px;
    text-align: center;
}

.split-info-main-text {
    margin-bottom: 80px;
    font-family: 'Mulish';
    font-style: normal;
    font-weight: 500;
    font-size: 20px;
    line-height: 157.2%;
    /* or 57px */
    color: #000000;
    text-align: justify;
}

.homepage-info-list {
    list-style: none;
    margin: 0;
    padding: 0;
}

.homepage-info-list-item {
    margin-bottom: 15px;
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: start;
    align-content: center;
    align-items: center;
}

.homepage-info-list-item-bullet {
    width: 60px;
    height: 51px;
    margin-right: 15px;
}


.homepage-info-list-item-text {
    font-family: 'Mulish';
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 157.2%;
    color: #000000;
}

.split-form {
    background-color: #3A3B40;
    margin: 0;
    padding-left: 0;
    padding-right: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-content: center;
    align-items: center;
}

.register-cta-box {
    min-height: 500px;
    min-width: 400px;
    max-width: 660px;
    display: flex;
    flex-direction: column;
    border-radius: 25px;
    background-color: white;
    padding-left: 80px;
    padding-right: 80px;
    padding-bottom: 25px;
    margin-top: 50px;
    margin-bottom: 50px;
}

.totp-container {
    min-height: 500px;
    min-width: 400px;
    display: flex;
    flex-direction: column;
    border-radius: 25px;
    background-color: white;
    padding-bottom: 25px;
    padding-right: 50px;
    padding-left: 50px;
    margin: auto;
}

.totp-one-time-container {
    max-width: 500px;
    display: flex;
    flex-direction: column;
    border-radius: 25px;
    background-color: white;
    padding-bottom: 25px;
    padding-right: 50px;
    padding-left: 50px;
    margin: auto;
}

.totp-one-time-title {
    font-family: 'Mulish';
    font-style: normal;
    font-weight: 800;
    font-size: 1.5rem;
    line-height: 112.5%;
    text-align: center;
    letter-spacing: -0.015em;
    color: #F86400;
    margin-top: 60px;
    margin-bottom: 50px;
}

.footer-container {
    width: 100%;
    height: 100px;
}

.trial-title {
    font-family: 'Mulish';
    font-style: normal;
    font-weight: 800;
    font-size: 48px;
    line-height: 112.5%;
    text-align: center;
    letter-spacing: -0.015em;
    color: #F86400;
    margin-top: 60px;
    margin-bottom: 50px;
}

.trial-page-info-text {
    font-family: 'Mulish';
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 157.2%;
    /* or 38px */
    margin-bottom: 30px;
    text-align: center;
    color: #000000;
}

.trial-horizontal-break-container {
    margin-bottom: 15px;
    display: flex;
    flex-direction: row;
    align-items: center;
    align-content: center;
    justify-content: center;
}

.horizontal-break-line {
    height: 1px;
    border: 2px black;
    background-color: black;
    flex-basis: 40%;
}

.horizontal-break-text-box {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-content: center;
    align-items: center;
    margin-top: -5px;
}

.horizontal-break-text {
    color: #F86400;
    text-align: center;
    font-family: 'Mulish';
    font-style: normal;
    font-weight: 500;
    font-size: 32px;
    letter-spacing: -0.015em;
    padding-left: 22px;
    padding-right: 22px;
}

.additional-social-options {
    margin-bottom: 15px;
    font-family: 'Mulish';
    font-style: normal;
    font-weight: 800;
    font-size: 18px;
    line-height: 157.2%;
    display: flex;
    justify-content: center;
}

.additional-social-options-container {
}

.additional-social-option-link {
    padding-right: 3px;
    padding-left: 3px;
}

.additional-social-option-link-text {
    color: #F86400;
}

.email-signup-container {
    font-family: 'Mulish';
    font-style: normal;
    font-weight: 800;
    font-size: 32px;
    line-height: 157.2%;
    text-align: center;
    color: #3A3B40;
    width: 100%;
    margin-bottom: 50px;
}

.email-signup-link {
    font-family: 'Mulish';
    font-style: normal;
    font-weight: 800;
    font-size: 24px;
    line-height: 157.2%;
    text-align: center;
    color: #F86400;
    cursor: pointer;
}

.existing-account-prompt-container {
    display: flex;
    justify-content: center;
}

.existing-account-prompt-text {
    font-family: 'Mulish';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 157.2%;
    /* or 38px */
    color: #000000;
    padding-right: 8px;
}

.login-link {
    cursor: pointer;
    font-family: 'Mulish';
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 157.2%;
    /* or 38px */
    color: #F86400;
}

.terms-conditions-container {
    display: flex;
    flex-direction: row;
    justify-content: center;
}

.terms-conditions-text {
    font-family: 'Mulish';
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    line-height: 157.2%;
    /* or 25px */
    color: rgba(0, 0, 0, 0.58);
}


.register-btn {
    width: 100%;
    text-align: center;
    padding: 0 24px;
    border: 2px solid transparent;
    border-radius: 10px;
    cursor: pointer;
    transition: background-color ease .2s,color ease .2s,border-color ease .2s,box-shadow ease .2s;
    color: white;
    position: relative;
    background-color: #F86400;
    font-family: 'Mulish';
    font-style: normal;
    font-weight: 800;

}

.register-btn:hover {
    background-color:  #c95400;
    text-decoration: none;
}

.register-btn:active {
    transform: scale(0.98);
}

.btn-large {
    height: 80px;
    font-size: 36px;
    line-height: 45px;
}

.btn-med {
    height: 50px;
    font-size: 24px;
    line-height: 34px;
}


.forgot-password-link {
    font-family: 'Mulish';
    font-style: normal;
    font-weight: 800;
    font-size: 18px;
    line-height: 157.2%;
    color: #F86400;
}

.error-page-title {
    font-family: 'Mulish';
    font-style: normal;
    font-weight: 800;
    font-size: 40px;
    line-height: 112.5%;
    letter-spacing: -0.015em;
    color: #F86400;
    text-align: center;
}

.main-login-section {
    width: 80%;
    max-width: 600px;
    margin: auto;
}

