@font-face {
    font-family: 'Heebo';
    font-style: normal;
    font-weight: 400;
    src: url('../../fonts/Heebo-Regular.ttf') format('truetype');
}

body {
    /*Primary*/
    --primary-darkest: #0099f0;
    --primary-darker: rgba(0, 153, 240, 0.54);
    --primary-default: rgba(0, 153, 240, 0.26);
    --primary-lighter: rgba(0, 153, 240, 0.12);
    --lds-color-primary-base: #124EAB;
    --lds-color-primary-darker: #124EAB;
    /*Toolbar*/
    --toolbar: #130d1f;
    /*Accent*/
    --accent-1-darkest: #007acd;
    --accent-2-darkest: #59d6fd;
    --accent-2-default: rgba(89, 214, 253, 0.26);
    --accent-2-darker: rgba(89, 214, 253, 0.54);
    /*Secondary*/
    --secondary-darkest: #2f3b5b;
    --secondary-darker: rgba(47, 59, 91, 0.54);
    --secondary-default: rgba(47, 59, 91, 0.26);
    --secondary-light: rgba(47, 59, 91, 0.12);
    --secondary-lighter: rgba(47, 59, 91, 0.08);
    --secondary-lightest: rgba(47, 59, 91, 0.04);
    
    display: flex;
    justify-content: center;
    align-items: stretch;
    flex-direction: row;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;

    font-family: Heebo;
}

.login {
    display: flex;
    flex-direction: row;
}

.tslider blockquote p {
    font-size: 2.2rem !important;
    color: #fff !important;
    font-weight: 600 !important;
    margin: auto !important;
}

.tslider blockquote {
    margin: auto !important;
    padding: 0;
}

    .tslider blockquote footer, .tslider blockquote footer a {
        font-size: 1em;
        color: #fff !important;
        text-align: center !important;
    }

        .tslider blockquote footer:before {
            content: '' !important;
        }

div.bx-wrapper {
    margin: 0;
}

.profilepress-login-status {
    background-color: #34495e;
    color: #ffffff;
    border: medium none;
    border-radius: 4px;
    font-size: 15px;
    font-weight: normal;
    line-height: 1.4;
    padding: 8px 5px;
}

    .profilepress-login-status a {
        color: #ea9629 !important;
    }

/*LOGIN-START*/
body {
    margin: 3px;
    font-family: 'Open Sans', sans-serif !important;
    overflow-y: hidden;
}

form {
    margin-bottom: 0px;
    font-family: 'Open Sans', sans-serif;
}

.logo-login {
    margin-bottom: 15px;
    text-align: center;
    width: 100%;
}

    .logo-login img {
        width: 270px;
    }

.login-input {
    width: 45%;
    display: inline-block;
    position: relative;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.login {
    display: flex;
    flex-direction: row;
    flex: 1 1 1%;
}

.login-image {
    height: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    display: -webkit-box;
    display: flex;
    flex: 1;
    justify-content: center;
    overflow: hidden;
}

    .login-image img {
        width: 100%;
        height: 100%;
    }

.login-page {
    position: relative;
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    flex: 1;
    display: flex;
    justify-content: center;
    flex-direction: column;
}

.login-form {
    background-color: #fff;
    border-radius: 6px;
    color: #999;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

    .login-form input {
        font-size: 1.2rem;
    }

input::-ms-clear, input::-ms-reveal {
    display: none;
}

input[type="password"], input[type="text"] {
    height: 48px;
    line-height: 48px;
    float: left;
    font-weight: 400;
    /*font-size: 15px;*/
    color: #85837e;
    background: #f9fafa;
    border: 1px solid #d8d8d8;
    border-radius: 0;
    padding: 0 18px;
    margin: 0.2rem 0 0 0;
}

input[type="submit"] {
    width: 100%;
    display: inline-block;
    padding: 10px;
    font-size: 16px;
    margin-bottom: 15px;
    margin-top: 54px;
    border-radius: 4px;
    text-transform: uppercase;
    padding: 1rem;
    -webkit-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
    cursor: pointer;
}



.disable {
    opacity: 0.26;
    cursor: not-allowed !important;
}

.login-box1 {
    text-align: center;
    display: inline-block;
    width: 100%;
    font-family: Heebo;
}

    .login-box1 h1 {
        color: #2f3b5b;
        color: var(--secondary-darkest);
        font-family: Heebo;
    }

.password-title {
    font-size: 22px;
    text-align: left;
    align-self: center;
    width: auto;
    color: #000;
    opacity: 0.87;
    font-family: 'Open Sans', sans-serif;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    margin-bottom: 3rem;
}

.green-success {
    text-align: center;
    margin: 100px 0 30px 0;
}

.password-success-title {
    font-size: 30px;
    text-align: center;
    color: #000;
    font-family: 'Open Sans', sans-serif;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
}

.redirecting {
    margin: 100px 0 10px 0;
    text-align: center;
    color: #000;
}

.waiting-gif {
    display: flex;
    justify-content: center;
}

.confirm-password-title {
    padding-top: 1rem;
    font-size: 16px;
    font-weight: 600;
    text-align: left;
    color: #000;
    font-family: 'Open Sans', sans-serif;
    margin-bottom: 1rem;
}

.login-box1 a {
    color: #999;
    text-decoration: none;
}

    .login-box1 a.lostp {
        color: #4e38a1;
        font-weight: 600;
    }

.login_text {
}

.bx-viewport {
    overflow: visible !important;
}

.line {
    height: 1px;
    background: #fff;
    opacity: 0.4;
    width: 100px;
    margin: auto;
}

.copyright-login {
    font-size: 12px;
    text-align: center;
    width: 100%;
    display: inline-block;
    bottom: 20px;
    position: absolute;
    z-index: 9;
    color: #555;
}

.cbp-qtcontent {
    display: -webkit-box;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: row;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
}

    .cbp-qtcontent p {
        font-size: 2.2rem;
        font-weight: 600;
        line-height: 2.5rem;
        -webkit-box-flex: 1;
        -ms-flex: 1;
        flex: 1;
        display: block;
        position: relative;
        margin: auto;
        min-height: 1rem;
    }

    .cbp-qtcontent blockquote {
        margin: auto !important;
    }

    .cbp-qtcontent p {
        font-size: 2.2rem;
        font-weight: 600;
        line-height: 2.5rem;
        position: relative;
        margin: auto;
        width: 100%;
        min-height: 1rem;
    }

    .cbp-qtcontent footer:before {
        content: '';
        height: 1px;
        background: rgba(255,255,255,0.4);
        width: 100px;
        margin-top: -0.8rem;
        margin-right: auto;
        margin-left: auto;
        position: absolute;
        right: 0;
        left: 0;
    }

    .cbp-qtcontent footer {
        position: relative;
        min-height: 3rem;
        z-index: 9999;
        float: none;
        clear: both;
        width: 100%;
        -webkit-box-flex: 1;
        -ms-flex: 1;
        flex: 1;
        padding-top: 1rem;
    }

.testimonials-slider li {
    min-width: 500px;
    max-width: 300px;
    position: inherit !important;
}

/*Change text in autofill textbox*/

/*
input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
    transition: background-color 5000s ease-in-out 0s;
    -webkit-text-fill-color: #ddd !important;
}*/

/*LOGIN-ENDS*/
@media screen and (max-width: 1067px) {
    .login-form {
        width: 80%;
        -webkit-transform: none;
        -ms-transform: none;
        transform: none;
        position: relative;
        position: relative;
    }

    .copyright-login {
        position: relative;
    }

    .login-image {
        display: none;
    }

    .login-input {
        width: 80%;
        height: 100vh;
    }

    .copyright-login {
        position: absolute;
        bottom: 1rem;
    }

    form {
        padding: 1.5rem;
    }
}

input.login-name {
    background: #f9fafa url(../img/login-username-icon-grey.svg) 1rem center no-repeat;
    padding-left: 3.7rem;
    margin-bottom: 20px;
}

    input.login-name:focus {
        background-image: url(../img/login-username-icon-blue.svg);
    }

    .password-container {
        display: flex;
        position: relative;
        margin-top: 0.2rem;
    }

.login-input .invisible {
    visibility: hidden;
}

.login-input .wrong-error-msg,
.login-input .reuse-error-msg {
    color: #ff2c2c;
    font-size: 12px;
}

input.login-passkey {
    background: #f9fafa url(../img/login-password-icon-grey.svg) 1.3rem center no-repeat;
    padding-left: 3.7rem;
}

input.login-passkey:focus {
    background-image: url(../img/login-password-icon-blue.svg);
}

input.input-password {
    width: 100%;
    display: inline-block;
}

input.hide-password {
    text-security: disc;
    -webkit-text-security: disc;
}

input.value-in-password {
    height: 35px;
    padding-top: 0.8rem;
    line-height: 15px;
}

.label-password {
    display: none;
}

.password-watermark {
    /*content: "Current password";*/
    position: absolute;
    top: 0.5rem;
    left: 1.2rem;
    font-size: 12px;
}

    .password-watermark.error-watermark {
        color: #ff0000;
    }

.spin-icon-absolute-center {
    color: #00bce4;
}

.icon-equal-stats .icon-stats {
    position: absolute;
    top: 1.2rem;
    right: 1.2rem;
    height: 1rem;
    width: 1rem;
}

.icon-gray {
    background: url(../img/icon-gray.png) center center no-repeat;
}

.icon-success {
    background: url(../img/icon-success.png) center center no-repeat;
}

.icon-error {
    background: url(../img/icon-error.png) center center no-repeat;
}

.ui-tooltip {
    width: 13rem;
    border: none !important;
    padding: 0 !important;
    opacity: 1 !important;
}

.tooltip-title {
    font-weight: bold;
    margin: 0 0.5rem;
    padding: 0;
    font-size: 12px;
    line-height: 18px;
}

.tooltip-validation {
    list-style-type: none;
    margin: 0.2rem 0.5rem;
    padding: 0;
    font-size: 12px;
    line-height: 18px;
}

.ui-tooltip-content {
    position: relative;
    padding: 0.5em;
    height: 13rem;
}

@media (-webkit-min-device-pixel-ratio:0) {
    .ui-tooltip-content::after {
        content: '\1F780';
        color: #FFF;
        font-weight: bold;
        background-color: #CCC;
        font-size: 25px;
        position: absolute;
        display: block !important;
        width: 0 !important;
        text-shadow: -2px 0px 2px rgba(0, 0, 0, 0.4);
    }
}

.right .ui-tooltip-content::after {
    top: 55px;
    left: -12px;
    border-color: transparent #AAA;
    border-width: 10px 10px 10px 0;
}

input[type="password"], input[type="text"] {
    font-family: Heebo;
    border: solid 1px rgba(47, 59, 91, 0.26);
    border: solid 1px var(--secondary-default);
    background-color: #ffffff !important;
    color: #130d1f;
    color: var(--toolbar);
}

    input[type="submit"] {
        font-family: Heebo;
    }

    input[type="password"]:active, input[type="text"]:active,
    input[type="password"]:focus, input[type="text"]:focus {
        border-color: #0099f0;
        border-color: var(--primary-darkest);
        outline: none
    }

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
    -webkit-box-shadow: 0 0 0 30px white inset !important;
}

    input[type="password"]:focus, input[type="text"]:focus {
        -webkit-box-shadow: none;
        box-shadow: none;
    }


    input:-webkit-autofill {
        background-color: transparent !important;
        -webkit-box-shadow: 0 0 0 50px white inset;
    }


input.hide-on-focus:focus::-webkit-input-placeholder {
    color: #f9fafa;
}

input.error.hide-on-focus:focus::-webkit-input-placeholder {
    color: #ffebeb;
}


/* VALIDATION ICONS - BEGIN */

.tooltip-validation span {
    position: absolute;
    left: 1.2rem;
    top: 0;
}

.tooltip-validation li {
    position: relative;
    margin: 0.15rem 0;
}

.tooltip-validation .validation-icon {
    vertical-align: middle;
    height: 1.1rem;
    width: 1rem;
}

.tooltip-validation .offset-line {
    padding-left: 1.2rem;
}

/* VALIDATION ICONS - END   */


.horizontal-separator {
    margin-top: 1rem;
    border-top: 0.001rem solid #d8d8d8;
}


/* Customize the label (the container) */
.checkbox_cont {
    font-family: 'Open Sans', sans-serif;
    display: block;
    position: relative;
    padding-left: 35px;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    font-size: 1rem;
    font-weight: 100;
    color: #3e4554;
    line-height: 1.7rem;
}

    /* Hide the browser's default checkbox */
    .checkbox_cont input {
        position: absolute;
        opacity: 0;
        cursor: pointer;
    }

/* Create a custom checkbox */
.checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 1.4rem;
    width: 1.4rem;
    background-color: #fcfcfc;
    border: 0.05rem solid #d6d6d6;
}

/* On mouse-over, add a grey background color */
.checkbox_cont:hover input ~ .checkmark {
    background-color: #ccc;
}

/* When the checkbox is checked, add a blue background */
.checkbox_cont input:checked ~ .checkmark {
    background-color: #fcfcfc;
    border: 0.05rem solid #d6d6d6;
}

/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

/* Show the checkmark when checked */
.checkbox_cont input:checked ~ .checkmark:after {
    display: block;
}

/* Style the checkmark/indicator */
.checkbox_cont .checkmark:after {
    left: 7px;
    top: 3px;
    width: 5px;
    height: 10px;
    border: solid #a7aaaf;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.forgot-pass {
    color: var(--lds-color-primary-darker);
    font-size: 14px;
    line-height: 1.8rem;
    text-decoration: none;
    font-family: Heebo;
}
.add {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 1rem;
    margin-top: 0.5rem;
    margin-bottom: 1.5rem;
    margin-top: 1rem;
}

@media screen and (max-width:1400px) {
    .login-input {
        width: 55%;
    }
}

@media screen and (max-width: 992px) {
    .login-input {
        width: 45%;
    }

    form {
        padding: 0rem;
    }

    .checkbox_cont, .forgot-pass {
        font-size: 0.8rem;
    }
}

@media screen and (max-width:650px) {
    .login-input {
        width: 45%;
    }
}


.reset {
    margin-top: 1.6rem !important;
}

.error-message {
    display: none;
}

.error-message {
    font-size: 0.9rem;
    line-height: 1.2rem;
    color: #b45a5a;
    margin: 0.5rem;
    font-weight: 400;
    margin: 3rem 0 0rem 0;
}

.error {
    border: 0.05rem solid #ff0000 !important;
    background-color: #ffebeb !important;
}

.b1 {
    color: #ffffff !important;
    background-color: var(--lds-color-primary-base);
    border: none;
}

    .b1:hover {
        background-color: rgba(0, 153, 240, 0.54);
        background-color: var(--primary-darker);
    }

    .b1:active {
        background-color: #007acd;
        background-color: var(--accent-1-darkest);
    }

    .b1.disabled, .b1[disabled="disabled"], .b1[disabled] {
        background-color: rgba(47, 59, 91, 0.08);
        background-color: var(--secondary-lighter);
    }
.social-login-btn {
    background-color: rgba(47,59,91,0.08);
    height: 40px;
    border-radius: 4px;
    border: none;
    margin-bottom: 16px;
    font-weight: 500;
    cursor: pointer;
    position: relative;
}
.svg-icon {
    top: 0.5em;
    left: 1em;
    position: absolute;
}
.or-row {
    display: flex;
    flex-grow: 1;
    justify-content: center;
    align-items: center;
    width: 100%;
    margin-bottom: 49px;
    margin-top: 49px;
}
.or-line {
    padding: 0px;
    background-color: var(--secondary-default);
    flex: 0 0 auto;
    max-width: 45%;
    flex-basis: 70%;
    height: 1px;
}
.or-row .text {
    margin-left: 10px;
    margin-right: 10px;
    color: var(--secondary-darkest);
}
.or-line::after {
    display: block;
    content: '';
    height: 1px;
    width: 100%;
    margin-top: 10px;
}