

/*#region MVC FORM */

.mvc-form {
    font-family: 'Open Sans';
    max-width: 600px;
    margin: 60px auto;
    padding: 0 15px;
}

    .mvc-form .mvc-form-header {
        font-size: 35px;
        font-weight: 600;
        font-family: 'Poppins';
        color: #3F4047;
        text-align: center;
        margin: 0;
    }

    .mvc-form .mvc-form-subheader {
        font-size: 16px;
        color: #575962;
        margin-top: 40px;
        margin-bottom: 0px;
        text-align: center;
    }

    .mvc-form .mvc-form-divider {
        border: 1px solid #dddddd;
        border-radius: 2px;
        margin: 35px 0;
    }


    .mvc-form .mvc-fieldset-header {
        font-size: 22px;
        font-weight: 400;
        color: #3F4047;
        margin-top: 30px;
        margin-bottom: 10px;
    }

    .mvc-form .alert>p {
        margin-bottom: 0;
    }

    .mvc-form .alerts .alert:nth-child(1) {
        margin-top: 30px;
    }


.form-control::placeholder {
    color: #979797;
}

.mvc-fieldset .form-control {
    font-family: "Open Sans";
    font-weight: 400;
    font-size: 14px;
    border-radius: 11px;
    border-color: #dddddd;
    height: 40px;
    margin: 10px 0;
}

    .mvc-fieldset .row:first-child .form-control {
        margin-top: 0;
    }

    .mvc-fieldset .row:last-child .form-control {
        margin-bottom: 0;
    }

.mvc-fieldset .verification-code-input  {
    width: 300px;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}

.static-field-label {
    font-size: 17px;
    padding-top: 7px;
    margin-bottom: 0;
    text-align: right;
    font-weight: 300;
    color: #2e353a;
}

.static-field {
    font-size: 17px;
    min-height: 34px;
    padding-top: 7px;
    padding-bottom: 7px;
    margin-bottom: 0;
}

.c-checkbox label > .green-check {
    border: 2px solid #009E55;
    border-top: none;
    border-left: none;
}

.c-checkbox label > .checkbox-rounded {
    border-radius: 5px;
    border-width: 1px;
}

.tos-label {
    font-size: 13px;
}

.tos-link {
    font-weight: 600;
    color: #0da3e2;
}

@media(min-width: 992px) {

    .mvc-fieldset .col-md-6:nth-child(1),
    .mvc-fieldset .col-md-4,
    .mvc-fieldset .col-md-5,
    .mvc-fieldset .col-md-9 {
        padding-right: 4px;
    }

    .mvc-fieldset .col-md-6:nth-child(2),
    .mvc-fieldset .col-md-3,
    .mvc-fieldset .col-md-5,
    .mvc-fieldset .col-md-8 {
        padding-left: 4px;
    }
}

/*#endregion*/


/*#region PRODUCT SUITE */

.etb-registration-light-grey-description {
    font-family: "Open Sans";
    font-size: 15px;
    color: #b5b5b5;
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 15px;
}

/*#endregion*/


/*#region TESTAMONIALS */

.etb-registration-testimonial-carousel {
    max-width: calc(min(560px, 80%));
    margin-top: 35px;
    margin-left: auto;
    margin-right: auto;
}

    .etb-registration-testimonial-carousel .carousel-item {
        height: 160px;
        margin-bottom: 10px;
    }

    .etb-registration-testimonial-carousel .carousel-indicators > li {
        border-radius: 50%;
    }

@media (min-width: 1319px) and (max-width: 1711px), (min-width: 715px) and (max-width: 910px) {
    .etb-registration-testimonial-carousel .carousel-item {
        height: 185px;
    }
}

@media (min-width: 1124px) and (max-width: 1318px), (min-width: 617px) and (max-width: 714px) {
    .etb-registration-testimonial-carousel .carousel-item {
        height: 210px;
    }
}

@media (min-width: 992px) and (max-width: 1123px), (max-width: 616px) {
    .etb-registration-testimonial-carousel .carousel-item {
        height: 235px;
    }
}

.etb-registration-testimonial-carousel .carousel-indicators {
    position: relative;
    bottom: 0px;
}

.etb-registration-testimonial-carousel li {
    background-color: #b5b5b5;
    opacity: 1;
    border: none;
    box-shadow: 0px 8px 6px #00000029;
    width: 15px;
    height: 15px;
    margin-left: 10px;
    margin-right: 10px;
    margin-bottom: 0;
}

    .etb-registration-testimonial-carousel li.active {
        background-color: var(--etbLightBlue);
        width: 15px;
        height: 15px;
        margin: 1px 10px;
    }

.etb-registration-testimonial-quote {
    font-size: 16px;
    color: #707070;
    margin-bottom: 10px;
}

.etb-registration-testimonial-author {
    font-size: 15px;
    font-weight: 400;
}

.etb-registration-testimonial-company {
    font-size: 15px;
    font-weight: 600;
    color: var(--accentOrange);
}

/*#endregion*/


/*#region REGISTRATION PAGE*/

.etb-company-registration {
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
}

    .etb-company-registration > p {
        font-family: 'Open Sans';
    }

.etb-registration-side-gradient {
    background: linear-gradient(90deg, rgba(0, 128, 190, 0.75), rgba(0, 52, 83, 0.75));
    height: 100%;
}

.etb-registration-side-box {
    width: 75%;
    min-width: 400px;
    background: #ffffff;
    margin-bottom: 90px;
    margin-top: 50px;
    padding-top: 30px;
    padding-bottom: 60px;
}

.etb-registration-side-box-external-site {
    margin-bottom: calc((100vh - 704px) / 2);
    margin-top: calc((100vh - 704px) / 2);
}


@media(max-width: 430px) {
    .etb-registration-side-box-external-site {
        margin-bottom: 90px;
        margin-top: 50px;
    }
}

    .etb-registration-side-box picture {
        filter: grayscale(100%);
    }

    .etb-registration-side-box .etb-logo-bar {
        max-width: 700px;
        margin-left: auto;
        margin-right: auto;
    }

.etb-registration-side-box-header {
    font-size: 24px;
    color: var(--etbBrandDarkBlue);
    margin-top: 40px;
    margin-bottom: 0;
    padding-left: 15px;
    padding-right: 15px;
}

@media(max-width: 430px) {

    .etb-registration-side-box, .user-authentication .etb-auth-side-box {
        min-width: 320px;
    }

    .etb-registration-testimonial-carousel .carousel-item {
        height: 300px;
    }
}

/*#endregion*/


/*#region REGISTRATION - USER INFO (Step 1) */

.user-authentication .mvc-form .mvc-form-subheader > a, .user-authentication .mvc-form form .user-authentication-password-reset a {
    color: #0da3e2;
}

.external-main-site-registration-form {
    margin-top: calc((100vh - 800px) / 2);
}

@media(max-width: 430px) {

    .external-main-site-registration-form {
        margin-top: -25px;
    }
}

.user-registration, .user-authentication {
    display: flex;
}

.user-registration > div, .user-authentication > div {
    width: 50%;
}

.user-authentication > div:nth-child(2) {
    padding-block: 120px;
}

.user-registration.external-main-site {
    margin-top: -100px;
}

@media(max-width: 430px) {

    .user-registration.external-main-site {
        margin-top: -50px;
    }
}

@media(max-width: 992px) {

    .user-registration, .user-authentication {
        display: flex;
        flex-direction: column;
        width: 100%;
    }

        .user-registration > div:first-child, .user-authentication > div:first-child {
            order: 2;
        }

        .user-registration > div, .user-authentication > div {
            order: 1;
            width: 100%;
        }

    .user-registration.external-main-site {
        margin-top: 0px;    
        margin-left: 0px;
    }
}

.external-main-site-logo {
    width: 75%;
    margin-bottom: 30px;
}

/*#endregion*/


/*#region REGISTRATION - SUBSCRIPTION PLAN AND COMPANY INFO (Step 3) */

.free-trial-subheader {
    display: inline-grid; /* Drops the free trial text down below the header, if it runs out of space */
    font-size: 14px;
    color: #ff6a00;
    padding-left: 8px;
    margin-top: 8px;
}

/*#endregion*/

/*#region Blog Tell Me More */

.tell-me-more-loader {
    border: 8px solid #f3f3f3; /* Light grey */
    border-top: 8px solid #3498db; /* Blue */
    border-radius: 50%;
    width: 60px;
    height: 60px;
    animation: spin 2s linear infinite;
    position: absolute;
    left: 45%;
    top: 40%;
    transform: translate(-50%,-50%);
    z-index: 1000
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

.tell-me-more-dialog {
    top: 15%;
}

.tell-me-more-overlay {
    opacity: 0.45;
    background-color: #ccc;
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    z-index: 1000;
}

/*#endregion*/