html {
    height: 100%;
    background-color: #f0f3f4;
}

body {
    margin: 0;
    font-family: 'Helvetica', sans-serif;
    color: #fdfdfd;
    background-image: none !important;
}

a {
    text-decoration: underline;
    color: #ffffff;
}

a:hover {
    color: #ffffff;
}

.form-control::placeholder {
    color: #999999;
}

form#registration {
    margin-bottom: 0;
}

.login-banner {
    width: 100%;
    background-color: #313d4a;
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 80px;
    padding: 10px 0;
}

.login-banner img {
    display: flex;
    justify-content: center;
    align-items: center;
    height: calc(34px + 0.5vw);
}

.login-container {
    height: 100vh;
    background-color: transparent;
    background-image: linear-gradient(20deg, #ff8300 30%, #c9313a 100%);
    background-size: cover;
    overflow: auto;
    display: flex;
    flex-direction: column;
    align-items: center;
}

#banner-logo {
    margin: auto 100px;
}

.custom-checkbox input[type='checkbox'] {
    /* Hide the default checkbox */
    display: none;
}

.custom-checkbox label {
    position: relative;
    display: inline-block;
    padding-left: 25px;
    cursor: pointer;
}

.custom-checkbox label::before {
    content: '';
    position: absolute;
    top: 2px;
    left: 0;
    width: 15px;
    height: 15px;
    border: 1px solid #dddfe2;
    border-radius: 1px;
    transition: border-color 0.3s;
}

.custom-checkbox input[type='checkbox']:checked + label::before {
    background-color: #f59d29;
    border-color: #f59d29;
}

.custom-checkbox label::after {
    content: '\2713';
    position: absolute;
    top: 0px;
    left: 3px;
    font-size: 14px;
    font-weight: bolder;
    color: #313d4a;
    opacity: 0;
    transition: opacity 0.3s;
}

.custom-checkbox input[type='checkbox']:checked + label::after {
    opacity: 1;
}

#login-form-container {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
}

.login-box {
    padding: 20px 50px 15px;
    background-color: #313d4a;
    border-radius: 4px;
    max-width: 550px;
    margin: 40px 20px;
}

.heading {
    font-size: 32px;
    text-align: center;
    margin-bottom: 25px;
}

.country-state-container {
    display: flex;
    gap: 8px;
}

.country-state-container > * {
    flex: 1;
}

label {
    font-size: 14px;
    margin-bottom: 4px;
}

.error-msg {
    width: 100%;
    text-align: center;
    background-color: #ef5b00;
    font-size: 13px;
}

.form-control.is-valid,
.was-validated .form-control:valid,
.was-validated .form-control:valid:focus {
    border-color: #ced4da;
    background-image: none;
    box-shadow: none;
}

.form-control:focus {
    border-color: #f59d29;
    box-shadow: none;
}

.hide {
    display: none;
}

label.error {
    display: none !important;
}

.submit-container {
    margin-top: 20px;
    margin-bottom: 20px;
}

.next-btn {
    height: 40px;
    background-color: #fdba11;
    color: #333333;
    font-size: 14px;
    font-weight: bold;
    padding: 4px 10px;
    border-radius: 2px;
    border-style: none;
}

.next-btn:disabled {
    background-color: #b5bdc9;
    border-color: #b5bdc9;
    color: #fff;
    cursor: not-allowed;
}

.api-error {
    width: 100%;
    text-align: center;
    background-color: #ef5b00;
    font-size: 14px;
    padding: 5px;
}

#captcha {
    height: 0px;
}

.grecaptcha-badge {
    visibility: hidden;
}

.terms-conditions {
    font-size: 12px;
}

/* Mobile field */
.iti {
    width: 100%;
}

.iti__country-name {
    color: #000000;
}

@-webkit-keyframes spinAround {
    from {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    to {
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg);
    }
}

@keyframes spinAround {
    from {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    to {
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg);
    }
}

#submit-inprogress-container {
    height: 75px;
    margin-bottom: 0.5rem;
}

#submit-inprogress-container > p {
    text-align: center;
    margin-bottom: 0.5rem;
}

.loading-spinner {
    display: block;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    color: #fff;
}

.button.is-loading {
    min-width: 24px;
    min-height: 24px;
}

button.is-loading.preview {
    background: transparent;
    border: none;
    right: 50%;
    pointer-events: none;
}

button.is-loading.preview::after {
    border: 2px solid white;
    border-top-color: transparent;
    border-right-color: transparent;
    height: 24px;
    width: 24px;
}

.button.is-loading::after {
    left: calc(50% - (1em / 2));
    top: calc(50% - (1em / 2));
    z-index: 1;
}

.button.is-loading::after,
.control.is-loading::after,
.loader,
.select.is-loading::after {
    -webkit-animation: spinAround 0.5s infinite linear;
    animation: spinAround 0.5s infinite linear;
    border: 2px solid #dbdbdb;
    border-radius: 290486px;
    border-right-color: transparent;
    border-top-color: transparent;
    content: '';
    display: block;
    height: 1em;
    position: relative;
    width: 1em;
}

#signup-description {
    width: 50%;
    max-width: 830px;
    margin-left: 15px;
    margin-right: 15px;
}

#signup-description-heading {
    color: #fff;
    font-family: 'roboto slab', Sans-serif, serif;
    font-size: calc(40px + 0.5vw);
    font-weight: 500;
    margin-top: 40px;
    margin-bottom: 40px;
}

#elementor-heading-title {
    color: #fff;
    font-family: roboto, Sans-serif, serif;
    font-size: calc(20px + 0.5vw);
    font-weight: 500;
    margin-bottom: 40px;
}

#signup-description .elementor-icon-list-icon img {
    width: 1em;
    height: 1em;
}

#signup-description .elementor-icon-list-items {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

#signup-description .elementor-icon-list-item {
    margin: 0;
    padding-bottom: 20px;
    position: relative;
}

#signup-description .elementor-icon-list-item {
    display: flex;
    align-items: center;
    font-size: inherit;
}

#signup-description .elementor-icon-list-icon + .elementor-icon-list-text {
    align-self: center;
    padding-left: 16px;
    font-weight: 400;
    font-size: 17px;
}

#universal-login {
    position: absolute;
    top: 50%;
    right: 50%;
    width: 400px;
    height: 500px;
    transform: translate(50%, -50%);
}

@media only screen and (max-width: 1025px) {
    #signup-description {
        width: 100%;
        margin-top: 15px;
    }

    #signup-description-heading {
        text-align: center;
    }

    #elementor-heading-title {
        text-align: center;
    }

    #signup-description-container {
        text-align: center;
    }

    .elementor-icon-list-items {
        display: inline-block;
        text-align: left;
    }

    .login-box {
        width: 100%;
        max-width: 700px;
        padding: 35px 20px 15px;
    }
}

@media only screen and (max-width: 415px) {
    #signup-description {
        width: 100%;
        margin-top: 15px;
    }

    #signup-description-heading {
        font-size: 30px;
        text-align: center;
    }

    #elementor-heading-title {
        font-size: 16px;
        text-align: center;
    }

    .elementor-icon-list-text {
        font-size: 14px;
    }

    #signup-description-container {
        text-align: center;
    }

    .elementor-icon-list-items {
        display: inline-block;
        text-align: left;
    }

    .login-box {
        width: 100%;
        max-width: 700px;
        padding: 35px 20px 15px;
    }
}
