@keyframes spin { 100% { -webkit-transform: rotate(360deg); transform:rotate(360deg); } }

*, *::before, *::after {
    box-sizing: border-box;
}
html {
    font-size: 0.875rem;
}

.fade {
    opacity: 1;
}

body {
    margin: 0;
    font-family: "Value Sans";
    font-size: 0.875rem;
    font-weight: 400;
    line-height: 1.5;
    color: #444;
    text-align: left;
    background-color: #F5F6F6;
}

img, svg {
    vertical-align: middle;
    border-style: none;
}

.signup-header {
    font-style: normal;
    font-weight: 700;
    font-size: 22px;
    line-height: 26px;
    margin-bottom:32px;
}

.signup-header > p {
    margin: 0;
}

#lc-signup-form > p.terms {
    margin: 24px 0 40px;
}
#lc-signup-form > p.login-toggle {
    margin: 16px 0 57px;
}

form {
    display: block;
    margin-top: 0;
    margin-bottom: 6px;
}

button, input {
    overflow: visible;
}

button, [type="button"], [type="reset"], [type="submit"] {
    -webkit-appearance: button;
}

input, button, select, optgroup, textarea {
    margin: 0;
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
}

input:focus, select:focus {
    outline: none !important;
    border: 1px solid #A469FC !important;
}

input:hover, select:hover {
    background-color: #F1F1F5 !important;

    -webkit-transition: background-color .15s ease-in-out;
    -ms-transition: background-color .15s ease-in-out;
    transition: background-color .15s ease-in-out;
}

input::placeholder {
    color: #AAACBD !important;
}

form > .form-group:last-child {
    margin-bottom: 0;
}

.form-group {
    position: relative;
    margin-bottom: 16px;
}

.form-group.invalid {
    margin-bottom: 28px !important;
}

.form-group.invalid input, .form-group.invalid select {
    border-color: #EE6378 !important;
}

.form-group.invalid .invalid-feedback {
    display: block !important;
}

.invalid-feedback {
    position: absolute;
    color: #EE6378;
    font-size: 11px;
    line-height: 17px;
    bottom: -22px;
}

select.form-control {
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
    background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iOSIgaGVpZ2h0PSI1IiB2aWV3Qm94PSIwIDAgOSA1IiBmaWxsPSJub25lIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPgo8cGF0aCBkPSJNMS45MzgwNSAwTDQuOTk4MDUgMy4wNTMzM0w4LjA1ODA1IDBMOC45OTgwNSAwLjk0TDQuOTk4MDUgNC45NEwwLjk5ODA0NyAwLjk0TDEuOTM4MDUgMFoiIGZpbGw9IiM0NDQ0NDQiIGZpbGwtb3BhY2l0eT0iMC41Ii8+Cjwvc3ZnPgo=);
    background-repeat: no-repeat;
    background-position: right 12px top 50%, 0 0;
    background-size: 0.65em auto, 100%;
}

a {
    color: #914AFA;
    text-decoration: none;
    background-color: transparent;
}

p {
    margin-top: 0;
    margin-bottom: 1rem;
}

select:required:invalid {
    color: #AAACBD !important;
}

.hidden {
    display: none !important;
}

.mt-4, .my-4 {
    margin-top: 8px !important;
}

.mb-4 {
    margin-bottom: 16px !important;
}

.mt-5, .my-5 {
    margin-top: 32px !important;
}

.pt-4, .py-4 {
    padding-top: 1.5rem !important;
}

.mb-2 {
    margin-bottom: 2rem !important;
}

.mb-6 {
    margin-bottom: 6rem !important;
}

.text-muted {
    color: #6c757d !important;
}

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

.lpg-content_full-size {
    grid-row-start: sidebar;
    grid-column-start: sidebar;
    grid-column-end: content;
    grid-row-end: content;
}

.src-containers-login-index-mod__full-size {
    margin: 0 !important;
    padding: 0 !important;
    background: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 100vh;
}

.src-containers-login-index-mod__wrapper {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 64px 0;
}

.container, .container-fluid, .container-sm, .container-md, .container-lg, .container-xl {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}

@media (min-width: 576px) {
    .container, .container-sm {
        width: 540px;
    }
}

@media (min-width: 1024px) {
    .container, .container-sm, .container-md {
        width: 960px;
    }
}

@media (min-width: 1200px) {
    .container, .container-sm, .container-md, .container-lg, .container-xl {
        width: 960px;
    }
}

.src-containers-login-index-mod__credentials {
    display: flex;
    white-space: nowrap;
    position: absolute;
    left: inherit;
    bottom: 24px;
    right: 24px;
    color: rgb(255, 255, 255);
    opacity: 1;
}

.src-containers-login-index-mod__credentials img {
    filter: brightness(0) invert(1) !important;
}

.src-containers-login-index-mod__container {
    width: 100%;
    background-color: #fff;
    color: #161c2d;
    font-family: "Inter";
    box-shadow: 0 4px 38px rgb(0 0 0 / 8%);
    border-radius: 20px;
    overflow: hidden;
    height: auto;
    min-height: 660px;
}

.src-containers-login-index-mod__container > div {
    padding: 0;
}

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

.col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .col, .col-auto, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm, .col-sm-auto, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-md, .col-md-auto, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg, .col-lg-auto, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl, .col-xl-auto {
    position: relative;
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
}

@media (min-width: 1024px) {
    .col-md {
        flex-basis: 0;
        flex-grow: 1;
        max-width: 100%;
    }
}

.src-containers-login-index-mod__animation {
    position: relative;
    padding: 0 !important;
    background-color: #e7e8f3;
}

.src-containers-login-index-mod__animation > div:first-child {
    width: 100%;
    height: 100%;
    background: #FBFBFD;
}

.src-containers-login-index-mod__content {
    height: 100%;
    padding: 64px !important;
    padding-bottom: 0 !important;
    display: flex;
    flex-direction: column;
}

.src-containers-login-index-mod__logo {
    margin-bottom: 32px;
    display: flex;
    flex-direction: row;
}

.asa-partner-img {
    margin-left: auto;
    margin-bottom: 12px;
}

.src-containers-login-index-mod__form {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.src-containers-login-index-mod__container .alert.alert-danger {
    background-color: #FDE8EB;
    border: none;
}

.src-containers-login-index-mod__container .alert {
    border-radius: 8px;
    overflow: hidden;
    color: #EE6378;
}

.alert {
    position: relative;
    padding: 0.75rem 1.25rem;
    margin-bottom: 1rem;
    border: 1px solid transparent;
    border-radius: 2px;
}

.src-containers-login-index-mod__container .alert.alert-danger:before {
    content: '';
    position: absolute;
    width: 4px;
    height: 100%;
    top: 0;
    left: 0;
    background-color: #EE6378;
}

.src-containers-login-index-mod__container .form-group {
    width: 100%;
}

.src-containers-login-login-index-mod__login-input {
    position: relative;
}

.src-containers-login-login-index-mod__login-input::before {
    position: absolute;
    top: 0;
    bottom: 0;
    margin-top: auto;
    margin-bottom: auto;
    left: 12px;
    content: '';
    display: inline-block;
    width: 1.2rem;
    height: 1.2rem;
    background-repeat: no-repeat;
    background-position: center;
}

.src-containers-login-login-index-mod__login-input::before {
    background-color: initial;
    background-size: contain;
    background-image: url("../../assets/img/user.svg");
    -webkit-mask-image: none;
    mask-image: none;
}

.src-containers-login-index-mod__container .form-control {
    height: auto;
    padding: 8px;
    font-size: 0.875rem;
    line-height: 1.6;
    color: #1C1E36;
    background-color: #F9F9FB;
    background-clip: padding-box;
    border: 1px solid #E9E9F5;
    border-radius: 8px;
    box-shadow: none !important;
    font-family: "Inter";
}

.form-control {
    display: block;
    width: 100%;
    height: calc(1.5em + 0.75rem);
    padding: 0.375rem 0.75rem;
    font-size: 0.875rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 0 solid #ced4da;
    border-radius: 2px;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.src-containers-login-index-mod__container .form-control:-webkit-autofill,
.src-containers-login-index-mod__container .form-control:-webkit-autofill:hover,
.src-containers-login-index-mod__container .form-control:-webkit-autofill:focus,
.src-containers-login-index-mod__container .form-control:-webkit-autofill:active {
    -webkit-box-shadow: 0 0 0 30px #F9F9FB inset !important;
}

.src-containers-login-login-index-mod__login-input input, .src-containers-login-login-index-mod__password-input input {
    padding-left: calc( 32px + 8px) !important;
}

.src-containers-login-login-index-mod__password-input {
    position: relative;
}

.src-containers-login-login-index-mod__password-input::before {
    position: absolute;
    top: 0;
    bottom: 0;
    margin-top: auto;
    margin-bottom: auto;
    left: 12px;
    content: '';
    display: inline-block;
    width: 1.2rem;
    height: 1.2rem;
    background-repeat: no-repeat;
    background-position: center;
}

.src-containers-login-login-index-mod__password-input::before {
    background-color: initial;
    background-size: contain;
    background-image: url("../../assets/img/password.svg");
    -webkit-mask-image: none;
    mask-image: none;
}

.src-containers-login-login-index-mod__forgot {
    color: #AAACBD !important;
}

.font-size-sm, .font-size-xs {
    font-family: "Inter";
}

.font-size-xs {
    font-size: 12px;
}

.btn-block {
    display: block;
    width: 100%;
}

.btn {
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 400;
    color: #444;
    text-align: center;
    vertical-align: middle;
    user-select: none;
    background-color: transparent;
    border: 0 solid transparent;
    padding: 0.375rem 0.75rem;
    font-size: 0.875rem;
    line-height: 1.5;
    border-radius: 2px;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    -webkit-appearance: none;
}

.btn:not(:disabled):not(.disabled) {
    cursor: pointer;
}

.btn-primary {
    background-color: white;
    border-color: transparent !important;
    box-shadow: inset 0 1px 0 rgb(255 255 255 / 15%), 0 1px 1px rgb(68 68 68 / 8%);
    -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(68, 68, 68, 0.075);
    -webkit-box-shadow: inset 0 1px 0 rgb(255 255 255 / 15%), 0 1px 1px rgb(68 68 68 / 8%);
    color: #914AFA;
}

.btn.loading::before {
    background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTYiIGhlaWdodD0iMTYiIHZpZXdCb3g9IjAgMCAxNiAxNiIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPGNpcmNsZSBjeD0iOCIgY3k9IjgiIHI9IjciIHN0cm9rZT0iI0UwRTBFMCIgc3Ryb2tlLXdpZHRoPSIyIi8+CjxwYXRoIGQ9Ik04IDFDNC4xMzQwMSAxIDEgNC4xMzQwMSAxIDhDMSAxMS44NjYgNC4xMzQwMSAxNSA4IDE1QzExLjg2NiAxNSAxNSAxMS44NjYgMTUgOEMxNSA2LjM0NDU5IDE0LjQyNTQgNC44MjM0IDEzLjQ2NDcgMy42MjUiIHN0cm9rZT0iIzkxNEFGQSIgc3Ryb2tlLXdpZHRoPSIyIi8+Cjwvc3ZnPgo=);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center;
    content: '';
    display: inline-block;
    width: 1em;
    height: 1em;
    animation: spin 4s linear infinite;
    margin: 0 8px 0 0;
}

.src-containers-login-index-mod__container .btn {
    width: 100%;
    position: relative;
    padding: 8px;
    font-size: 1rem;
    line-height: 1.5rem;
    border-radius: 100vh;
    box-shadow: none !important;
}

.src-containers-login-index-mod__container .btn-primary {
    color: #fff;
    box-shadow: none;
    background-color: #914AFA;
    border-color: #914AFA;
    font-weight: bold;
}

.src-containers-login-login-index-mod__horizontal-rule {
    position: relative;
    margin: 20px 0;
    border: none;
    border-top: 1px solid #E9E9F5;
    color: #333;
    overflow: visible;
    text-align: center;
}

.src-containers-login-login-index-mod__horizontal-rule:after {
    background: #fff;
    content: 'OR';
    padding: 0 12px;
    position: absolute;
    top: 0;
    left: 50%;
    color: #53575B;
    transform: translateX(-50%) translateY(-55%);
}

.btn-secondary {
    color: #444;
    background-color: white;
    border-color: white;
}

.src-containers-login-login-index-mod__google-auth .src-containers-login-login-index-mod__google-btn {
    border-color: #E9E9F5 !important;
}

.src-containers-login-login-index-mod__google-auth .src-containers-login-login-index-mod__google-btn:hover {
    border-color: #914AFA !important;
}

.src-containers-login-index-mod__container .btn {
    width: 100%;
    position: relative;
    padding: 8px;
    font-size: 1rem;
    line-height: 1.5rem;
    border-radius: 100vh;
    box-shadow: none !important;
    border: 1px solid #E9E9F5;
}

.src-containers-login-index-mod__container .btn-primary:hover, .src-containers-login-index-mod__container .btn-primary:disabled, .src-containers-login-index-mod__container .btn-primary:active {
    opacity: 1 !important;
    color: #fff !important;
    background-color: #7d4ae6 !important;
    border-color: #7d4ae6 !important;
}

.src-containers-login-login-index-mod__google-auth .src-containers-login-login-index-mod__google-btn .src-containers-login-login-index-mod__google-icon-svg {
    position: absolute;
    top: 50%;
    left: 12px;
    width: 16px;
    height: 16px;
    transform: translateY(-50%);
}

.src-containers-login-bidalgo-index-mod__domain-input {
    display: flex;
    position: relative;
    margin-bottom: 16px;
}

.src-containers-login-bidalgo-index-mod__domain-input > input {
    margin-bottom: 0;
    width: 76px;
}

.src-containers-login-bidalgo-index-mod__domain-input::before {
    background-color: initial;
    background-size: contain;
    background-image: url("../../assets/img/domain.svg");
    -webkit-mask-image: none;
    mask-image: none;
}

.src-containers-login-bidalgo-index-mod__domain-input::before {
    position: absolute;
    top: 0;
    bottom: 0;
    margin-top: auto;
    margin-bottom: auto;
    left: 12px;
    content: '';
    width: 1.2rem;
    height: 1.2rem;
    background-repeat: no-repeat;
    background-position: center;
}

.src-containers-login-bidalgo-index-mod__domain-input input:first-child {
    flex-grow: 1;
    flex-basis: 250%;
    padding-left: calc(32px + 8px);
    border-top-right-radius: 0 !important;
    border-bottom-right-radius: 0 !important;
}

.src-containers-login-bidalgo-index-mod__domain-input input:last-child {
    border-left: 0;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}

.src-containers-login-bidalgo-index-mod__domain-input input:disabled {
    font-weight: 500;
    background-color: #F9F9FB;
    color: #AAACBD;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}

.src-containers-login-index-mod__container .input-group {
    display: flex;
    box-shadow: none;
}

.src-containers-login-index-mod__container .input-group > div {
    width: 50%;
    padding-right: 16px;
}

.src-containers-login-index-mod__container .input-group > div:last-child {
    padding-right: 0;
}

.src-containers-login-index-mod__container .form-control{
    height: auto;
    padding: 8px;
    font-size: 0.875rem;
    line-height: 1.6;
    color: #1C1E36;
    background-color: #F9F9FB;
    background-clip: padding-box;
    border: 1px solid #E9E9F5;
    border-radius: 8px;
    box-shadow: none !important;
    font-family: "Inter";
}

select {
    display: block;
    width: 100%;
    height: 33px;
    background: #fff;
    border: none;
}

.src-containers-login-index-mod__container .form-control {
    height: auto;
    padding: 8px;
    font-size: 0.875rem;
    line-height: 1.6;
    color: #1C1E36;
    background-color: #F9F9FB;
    background-clip: padding-box;
    border: 1px solid #E9E9F5;
    border-radius: 8px;
    border-top-right-radius: 8px !important;
    border-bottom-right-radius: 8px !important;
    box-shadow: none !important;
    font-family: "Inter";
}

.src-containers-login-index-mod__container select:required:invalid {
    color: #AAACBD !important;
}

.src-containers-login-index-mod__switch {
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 100vh;
    position: relative;
    list-style: none;
    padding: 0;
    background-color: #f9f9fb;
    margin: 0 0 32px;
}
.src-containers-login-index-mod__switch:focus-within {
    box-shadow: 0 0 0 3px #1c1e36;
}
.src-containers-login-index-mod__switch:before {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 1;
    user-select: none;
    pointer-events: none;
    border-radius: 100vh;
    border: 1px solid #e9e9f5;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}
.src-containers-login-index-mod__switch input {
    display: none;
}
.src-containers-login-index-mod__item {
    position: relative;
    height: 100%;
    width: 50%;
}
.src-containers-login-index-mod__label {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    border-radius: 100vh;
    z-index: 2;
    position: relative;
    color: #aaacbd;
    transition: color 0.25s ease-in-out;
    font-size: 0.75rem;
    font-weight: 500;
    /*line-height: 16px;*/
    margin: 8px 0 7px 0;
    user-select: none;
    cursor: pointer;
}
.src-containers-login-index-mod__label span {
    font-size: 1rem;
    font-weight: 600;
    margin-top: 1px;
}
.src-containers-login-index-mod__input:checked ~ .src-containers-login-index-mod__label {
    color: #1c1e36;
}
.src-containers-login-index-mod__input:focus ~ .src-containers-login-index-mod__label {
    background-color: #1c1e36;
}
.src-containers-login-index-mod__label :not(*):focus-within, .src-containers-login-index-mod__input:focus ~ .src-containers-login-index-mod__label {
    background-color: transparent;
}
.src-containers-login-index-mod__marker {
    position: absolute;
    top: 0;
    left: -100%;
    height: 100%;
    width: 100%;
    border-radius: 100vh;
    transition: transform 0.3s;
    border: 1px solid #e9e9f5;
    z-index: 1;
    pointer-events: none;
    user-select: none;
    background-color: #fff;
}
.src-containers-login-index-mod__input:checked ~ .src-containers-login-index-mod__marker {
    transform: translateX(100%);
}

.src-containers-login-signup-index-mod__organization > :first-child {
    width: 76% !important;
}

.src-containers-login-signup-index-mod__organization > :last-child {
    width: 24% !important;
}

label {
    position: relative;
    cursor: pointer;
    user-select: none;
}

.src-containers-login-signup-index-mod__checkbox {
    display: block;
    padding-left: 24px;
}

input[type=checkbox] {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}

/* Create a custom checkbox */
input[type=checkbox] ~ .src-containers-login-signup-index-mod__checkmark {
    position: absolute;
    display: inline-block;
    top: 0;
    left: 0;
    height: 16px;
    width: 16px;
    border-radius: 2px;
    border: 1px solid #AAACBD;
    background-color: transparent;
    vertical-align: text-bottom;
    margin-right: 4px;

}

input[type=checkbox]:hover ~ .src-containers-login-signup-index-mod__checkmark,
input[type=checkbox] ~ .src-containers-login-signup-index-mod__checkmark:hover {
    border-color: #1C1E36;
}

input[type=checkbox]:checked ~ .src-containers-login-signup-index-mod__checkmark {
    border-color: #1C1E36;
    background-color: #1C1E36;
}

.src-containers-login-signup-index-mod__checkmark:after {
    content: "";
    position: absolute;
    display: none;
    background-image: url("data:image/svg+xml,%3Csvg width='10' height='8' viewBox='0 0 10 8' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M9 1L3.5 6.5L1 4' stroke='white' stroke-width='2'/%3E%3C/svg%3E");

    width: 100%;
    height: 100%;
    background-position: center;
    background-repeat: no-repeat;
}

input:checked ~ .src-containers-login-signup-index-mod__checkmark:after {
    display: block;
}

#resetPassword:hover {
    color: #1c1e36 !important;
}

.reset-password-tab {
    display: flex;
    flex: 1 1 auto;
}

.reset-password-tab form {
    align-self: center;
    text-align: center;
    width: 100%;
}

.reset-password-tab .btn-temp-password {
    width: 92px;
    height: 30px;
    border-color: transparent;
    box-shadow: inset 0 1px 0 rgb(255 255 255 / 15%), 0 1px 1px rgb(68 68 68 / 8%);
    -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(68, 68, 68, 0.075);
    -webkit-box-shadow: inset 0 18px 0 rgb(255 255 255 / 15%), 0 1px 1px rgb(68 68 68 / 8%);
    color: #914AFA;
    cursor: pointer;
}

.reset-password-tab .reset-password-title {
    font-size: 18px;
    font-weight: bold;
}

.reset-password-tab .reset-password-body {
    column-gap: 6px;
    display: flex;
    flex-flow: row nowrap;
}

.reset-password-tab .reset-password-description {
    font-size: 14px;
}

.pull-right {
    padding-left: 135px;
    padding-top: 20px;
}

.feedback-pass-invalid {
    color: #EE6378;
    font-size: 18px;
    line-height: 17px;
    bottom: -22px;
    padding-left: 90px;
    padding-top: 10px;
}

.feedback-pass {
    color: #71ee63;
    font-size: 18px;
    line-height: 17px;
    bottom: -22px;
    padding-left: 110px;
    padding-top: 10px;
}

.error-font-color {
    color: #EE6378;
}

/* LC SIGNUP */
.lc-signup-terms {
    color: #8C8FA6;
    font-size: 11px;
}
.lc-signup-terms a {
    color: #8C8FA6;
    text-decoration: underline;
}

.lc-toggle-password {
    position: absolute;
    right: -25px;
    top: 10px;
    cursor: pointer;
    z-index: 999;
    width: 20px;
    height: 20px;
}

.lc-signup-toggle-password {
    right: -25px;
}

#lc-password-instruction {
    display: none;
    flex-direction: column;
    font-family: "Inter";
    font-weight: 400;
    font-size: 12px;
    color: #8C8FA6;
    list-style-type: none;
    padding: 0;
}

.form-group.lc-password-field-wrapper.invalid {
    margin-bottom: 0!important;
}

.form-group.lc-password-field-wrapper.invalid #lc-password-instruction{
    padding:12px 0 0 0;
}

#lc-password-instruction li {
    display: flex;
    align-items: center;
}

#lc-password-instruction li::before {
    content: '';
    display: inline-block;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    margin: 0px 6px 2px 0;
}

.invalid-pw-bullet::before {
    background-color: #AAACBD;
}

.valid-pw-bullet::before {
    background-color:  #22AE7C;
}

.lc-signup-marketing {
    width: 100%;
}

.lc-term-checkbox {
    height: 1px!important;
    width: 1px!important;
    margin: 21px 0 0 -17px
}

.disabled-button {
    pointer-events: none;
    cursor: not-allowed;
}

.grecaptcha-badge {
    width: 70px !important;
    overflow: hidden !important;
    transition: all 0.3s ease !important;
    left: 4px !important;
}

.grecaptcha-badge:hover {
    width: 256px !important;
}

.lc-password-field-mandatory-error {
    bottom: 56px;
}

.lc-no-acc-wrapper {
    width: 100%;
    padding: 0;
}
.lc-no-acc-wrapper > p {
    margin-top: 24px;
}

select.lc-budget-select option {
    background: white;
    color: black;
    font-size: 13px;
    font-family: "Inter";
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

.creative-suite-login {
    position: absolute;
    width: 100%;
    bottom: 16px;
    left: 0;
    text-align: center;
    font-size: 12px;
    font-weight: 400;
    color: #595b77;
}
.creative-suite-login a {
    text-decoration: underline;
    color: #595b77;
}

@media (max-width: 454px) {
    .src-containers-login-index-mod__logo {
        flex-direction: column;
        align-items: center;
    }
    .asa-partner-img {
        margin: 12px 0 0 0;
    }
    .src-containers-login-index-mod__content {
        padding: 40px!important;
    }
    .lc-no-acc-wrapper {
        bottom: 0;
    }
}

@media (max-width: 375px) {
    .src-containers-login-index-mod__container {
        min-height: 595px;
    }
}

@media (max-width: 666px) {
    .grecaptcha-badge {
        display: none!important;
    }
}

/* END: LC SIGNUP */

/* MOBILE SIGNUP SUCCESS */
#lc-wrapper_signup_success_mobile {
    width: 100%;
    height: 100vh;
    padding-top: 64px;
    font-family: "Inter";
    background-color: #fff;
    position: relative;
}
#lc-wrapper_signup_success_mobile > img {
    display: block;
    left: 0;
    right: 0;
    margin: 0 auto;
}
#lc-wrapper_signup_success_mobile .content {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
#lc-wrapper_signup_success_mobile .content > * {
    margin-bottom: 16px;
}
#lc-wrapper_signup_success_mobile .content-title {
    font-family: "Inter";
    font-size: 22px;
    color: #000;
    font-weight: 700;
    text-align: center;
}
#lc-wrapper_signup_success_mobile .content-sub_text {
    font-size: 1rem;
    font-weight: 500;
    line-height: 17px;
    text-align: center;
    color: #000;
}
@media (max-width: 389px) {
    #lc-wrapper_signup_success_mobile .content-sub_text {
        font-size: 0.89rem;
    }
}
/* END: MOBILE SIGNUP SUCCESS */
