@import "../fonts.css";

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

html {
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
}

body {
    margin: 0;
    padding: 0;
    /* background-image: url(../images/login-background.jpg); */
    background-size: auto;
    background-repeat: no-repeat;
    background-position: 100% 0;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-rendering: optimizeLegibility;
}

.dont-have-credentia {
    height: 22px;
    width: 313px;
    color: #000000;
    font-family: Lato Regular;
    font-size: 16px;
    letter-spacing: 0;
    line-height: 22px;
}

@media (min-width: 767px) {
    .dont-have-credentia {
        width: 360px
    }
}

.header {
    min-height: 100px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 30px;
}

.logo span {
    font-family: 'Chubb Publico Roman';
    font-size: 20px;
    line-height: 20px;
    letter-spacing: 0;
    margin-left: 5px;
}

.NavBar {
    display: flex;
}

    .NavBar span {
        font-family: 'Chubb Publico Roman';
        font-size: 20px;
        line-height: 20px;
        letter-spacing: 0;
        cursor: pointer;
        text-decoration: underline;
        padding-right: 30px;
    }

        .NavBar span:last-of-type {
            padding-right: 60px;
        }

.footer {
    background-color: #4b4e53;
}

.wrapper-content {
    display: flex;
    flex-direction: column;
    min-height: 88vh;
    height: auto;
    margin: 10% 4% 0 0;
    background-color: #fff;
    padding-left: 4%;
}

.main-content {
    min-height: 500px;
    display: flex;
    flex-direction: row;
}

.left_section {
    width: 50%;
    display: flex;
}

.left-section--welcome-text {
    font-family: 'Chubb Publico Light';
    font-size: 52px;
    font-weight: 300;
    line-height: 70px;
    letter-spacing: 0;
    color: #000;
}

    .left-section--welcome-text p:last-of-type {
        color: #6e27c5;
        display: block;
        white-space: nowrap;
    }

    .left-section--welcome-text p {
        margin: 0;
        margin-block-start: 0;
        margin-block-end: 0;
    }

.right_section {
    width: 50%;
    height: fit-content;
    font-size: 16px;
    margin-top: 16px;
    line-height: 20px;
    color: #000;
    padding-right: 60px;
}

.right-section--unilogin-form {
    padding: 24px;
    font-family: 'Lato Regular';
    font-size: 16px;
    line-height: 20px;
}

.right-section--login-form {
    background-color: #f4f4f4;
    padding: 24px;
    border-top: 3px solid #6e27c5;
    font-family: 'Lato Regular';
    font-size: 16px;
    line-height: 20px;
}

    .right-section--login-form h2:first-of-type {
        margin-top: 0;
        margin-bottom: 40px;
        font-family: 'Chubb Publico Light';
        font-size: 24px;
        line-height: 28px;
        font-weight: lighter;
    }

.right-section__tab-container-desk {
    display: flex;
    flex-direction: row;
}

.right-section__login-tab-active {
    width: 50%;
    height: 60px;
    font-weight: 600;
    font-family: 'Lato Regular';
    background: #f4f4f4;
    cursor: pointer;
    padding-bottom: 18px;
    border-top: 3px solid #150f96;
    margin-right: 6px;
}

.right-section__payment-tab-inactive {
    width: 50%;
    height: 60px;
    background: #f4f4f4;
    cursor: pointer;
}

.right-section__tab-label {
    color: #000;
    text-align: left;
    padding: 15px;
    margin-top: 0;
    font-family: 'Chubb Publico Roman';
    font-size: 24px;
    line-height: 28px;
    font-weight: normal;
    text-decoration: none;
    padding-left: 22px !important;
}

.right-section--success {
    flex-grow: 2;
    border-top: 3px solid #150f96;
    font-size: 16px;
    line-height: 20px;
    color: #000;
    max-width: 534px;
    max-height: 424px;
    align-items: center;
    display: flex;
    flex-direction: column;
    background-color: #f4f4f4;
    padding: 27px 24px 32px;
    text-align: center;
}

    .right-section--success img {
        width: 78px;
        height: 78px;
        margin: auto auto 30px;
    }

.right-section--success-title {
    font-family: 'Chubb Publico Light';
    font-size: 26px;
    font-weight: 300;
    line-height: 30px;
    margin: auto;
    width: 70%;
}

.right-section--success-bottomborder {
    box-sizing: border-box;
    width: 57%;
    margin: 30px auto auto;
    border-bottom: 1px solid #d7d7d7;
}

.right-section--success-msg {
    font-family: 'Lato Regular';
    font-size: 16px;
    letter-spacing: 0;
    line-height: 20px;
    text-align: center;
    margin: 30px 0 47px;
}

.right-section--success-btn {
    background-color: #150f96;
    font-family: 'Chubb Publico Light';
    font-weight: 500;
    font-size: 16px;
    color: #fff;
    cursor: pointer;
    width: 50%;
    height: 48px;
    border: 0;
}

label {
    line-height: 28px;
    margin-bottom: 0;
    display: none;
}

.password-label {
    display: none;
}

.footer__content {
    padding-left: 4%;
    padding-right: 4%;
    padding-top: 10px;
    padding-bottom: 20px;
}

    .footer__content h1 {
        font-weight: normal;
        font-size: 20px;
        color: #fff;
    }

.footer__content--links span {
    display: inline-block;
    margin-right: 15px;
}

    .footer__content--links span a {
        color: #ffffff;
        cursor: pointer;
        /* font-family: 'Lato Regular'; */
    }

ul {
    margin: 0;
    padding: 0;
}

    ul li {
        list-style: none;
    }

input[type="text"],
input[type="password"] {
    width: 100%;
    font-family: 'Lato Regular';
    padding: 1.3125em .75em 0 .75em;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #000000;
    background-color: #ffffff;
    border: none;
    border-bottom: 2px solid #ced4da;
    border-radius: unset;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    position: relative;
    height: 57px;
    box-sizing: border-box;
}

    input[type="text"]:hover,
    input[type="password"]:hover {
        border-bottom: 2px solid #000000;
        outline: none;
    }

    input[type="text"]:focus,
    input[type="password"]:focus {
        border-bottom: 2px solid #150f96;
        outline: none;
    }

.bottomContactUs {
    margin-top: 50px;
}

    .bottomContactUs p {
        margin-block-start: 0;
        margin-block-end: 0;
    }

    .bottomContactUs .bottomContactUsTitle {
        color: #150F96;
        font-family: 'Lato Regular';
        font-size: 14px;
        font-weight: bold;
        letter-spacing: 0;
        line-height: 20px;
    }

    .bottomContactUs .bottomContactUsNumber {
        color: #150F96;
        font-family: 'Lato Regular';
        font-size: 14px;
        letter-spacing: 0;
        line-height: 20px;
    }

#showLoader {
    /* display: none; */
    position: fixed;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    background-color: white;
    z-index: 9999;
    padding-top: 10px;
}

#loading-text {
    position: absolute;
    top: 50%;
    left: 47%;
}
.img-icon{
    align-self: center;
    height: 16px;
    left: 4px;
}

.modal.right .modal-dialog {
    position: fixed;
    margin: auto;
    width: 536px;
    height: 100%;
    -webkit-transform: translate3d(0%, 0, 0);
    -ms-transform: translate3d(0%, 0, 0);
    -o-transform: translate3d(0%, 0, 0);
    transform: translate3d(0%, 0, 0);
}
.modal.right .modal-content {
    height: 100%;
    overflow-y: auto;
}
.modal.right.fade .modal-dialog {
    right: 0;
    -webkit-transition: opacity 0.3s linear, right 0.3s ease-out;
    -moz-transition: opacity 0.3s linear, right 0.3s ease-out;
    -o-transition: opacity 0.3s linear, right 0.3s ease-out;
    transition: opacity 0.3s linear, right 0.3s ease-out;
}

.modal.right.fade.in .modal-dialog {
    right: 0;
}

/* ----- MODAL STYLE ----- */
.modal-dialog .modal-content {
    border-radius: 0;
    border: none;
}

.error_section,
.consent_section {
    border-top: 5px solid #150F96;
    background-color: #f6f7f7;
    padding: 50px;
    width: 70%;
    margin-left: 12%;
    font-family: 'Lato Regular';
}

.error_section-header p,
.consent_section-header p {
    font-size: 28px;
    margin-block-start: 0;
    margin-block-end: 0;
}

    .error_section-header p:nth-child(2) {
        color: #150F96;
    }

.error_section-content p {
    margin-top: 40px;
    line-height: 25px;
}

.consent_section {
    max-width: 830px;
}

.consent_section-content {
    background-color: #fff;
    overflow: scroll;
    max-height: 400px;
    margin-top: 20px;
    padding: 0 20px;
    text-align: justify;
}

.clickhere {
    text-transform: uppercase;
    font-size: 12px;
    text-decoration: none !important;
    border: solid 2px;
    padding: 14px;
    letter-spacing: 1px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    cursor: pointer;
    outline: none;
    min-height: 51px;
    background-color: #150F96;
    color: #ffffff;
    border-color: transparent;
    min-width: 180px;
    margin-top: 20px;
}

@media only screen and (max-width: 767px) {
    .buttons {
        flex-direction: column;
    }

    .NavBar {
        display: none;
    }

    .left-section--welcome-text {
        font-size: 28px;
        line-height: 36px;
    }

        .left-section--welcome-text p:nth-child(1) {
            display: inline;
            margin-right: 5px;
        }

        .left-section--welcome-text p:nth-child(2) {
            display: inline;
        }

    .right_section {
        padding-right: 4%;
    }

    .header {
        margin-bottom: 0;
        min-height: 90px;
    }

    #loading-text {
        left: 40%;
    }

    .error_section {
        width: 94%;
        margin-left: 0;
        padding: 20px;
    }

    .consent_section {
        width: 94%;
        margin-left: 0;
        padding: 20px;
    }

    .logo span {
        font-family: 'Chubb Publico Roman';
        font-size: 16px;
        margin-left: 4px;
    }

    #grecaptcha {
        transform: scale(0.77);
        transform-origin: 0 0;
    }
}

/* @media (min-width: 1024px) {
    .wrapper-content {
        min-height: 600px;
    }
} */
/* @media (max-width: 768px) {
    .main-content {
        flex-direction: column;
    } 
    .left_section {
        width: 100%;
        flex-direction: column;
    } 
    .right_section {
        width: 100%;
    }
} */
@media (max-device-width: 1181px) and (orientation: portrait) {
    .main-content {
        flex-direction: column;
    }

    .left_section {
        width: 100%;
        flex-direction: column;
    }

    .right_section {
        width: 100%;
    }
}

@media (max-device-width: 1181px) and (orientation: landscape) {
    .main-content {
        flex-direction: column;
    }

    .left_section {
        width: 100%;
        flex-direction: column;
    }

    .right_section {
        width: 100%;
    }
}

@media (min-device-width: 840px) and (max-device-width: 1181px) and (orientation: landscape) {
    .main-content {
        max-width: 70%;
    }
}