﻿body {
    font-size: 16px;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    line-height: 26px;
    color: #777;
    font-weight: normal;
}

#left-sidebar {
    display: none;
}

.personalLogo {
    max-height: 100px;
    margin-bottom: 22px;
}

.backgroundColor {
    position: fixed;
    top: 0;
    left: 0;
    width: 50%;
    height: 100%;
    background-color: rgb(0,75,113);
}

.registrationLeft {
    background-size: cover;
    background-position: center left;
}

.registrationLogo img {
    max-height: 100px;
}

.logoPIA {
    height: 300px;
}

.logoBillitWhiteMobile {
    max-width: 150px;
    max-height: 100px;
}

.mobileDisplayImg {
    display: none;
}

.width50 {
    width: 50%;
}

.mt-10 {
    margin-top: 10px;
}

.ml-15 {
    margin-left: 15px;
}

.pt-03 {
    padding-top: 3px;
}

.headerMobile {
    height: 150px;
    background-color: rgb(0,75,113);
}

.textLogin {
    font-size: 20px;
    font-weight: 600;
    margin-top: 30px;
    margin-bottom: 15px;
}

.defaultText {
    font-weight: 300;
    font-size: 16px;
}

.maxHeightImgBreex {
    max-height: 125px;
}

h5 {
    color: #114452;
    font-size: 32px;
    font-weight: 300;
}

.defaultLabel {
    color: #114452;
    font-size: 13px;
    text-transform: uppercase;
}

.customWidthInputfield {
    width: 100%;
    max-width: 400px;
    height: 41px;
    margin-top: 10px;
}

.imgLogonExtraTerms {
    max-width: 350px;
    max-height: 250px
}

.mb-25 {
    margin-bottom: 40px
}

.centerInputFields {
    align-items: center;
    justify-content: space-around;
    display: flex;
    float: none;
}

.btnLogonExtraTerms {
    width: 45%;
}

.mr-0 {
    margin-right: 0px;
}

.customBtn:hover {
    color: #fff;
}

.btnLogon:hover {
    opacity: 0.8;
}

.customBtn {
    text-transform: uppercase;
    width: 310px;
    padding-left: 2px;
    padding-bottom: 2px;
    padding-top: 2px;
    height: 41px;
    margin-top: 10px;
}

.btnLogin, .btnTwoFactorLogin {
    background-color: rgb(0,75,113);
    color: white;
    font-weight: bold;
}

.btnGreen.btn-primary , .btnRegister {
    background-color: #00b67a !important;
    box-shadow: 0px 0px 0px 2px #00b67a inset !important;
}

    .btnGreen.btn-primary:hover, .btnGreen.btn-primary:focus, .btnGreen.btn-primary:active, .btnRegister:hover, .btnRegister:focus, .btnRegister:active {
        background-color: #058d60 !important;
        box-shadow: 0px 0px 0px 2px #058d60 inset !important;
    }

.btnGreen.btn-secondary {
    color: #00b67a !important;
    box-shadow: 0px 0px 0px 2px #00b67a inset !important;
}

    .btnGreen.btn-secondary:hover, .btnGreen.btn-secondary:focus, .btnGreen.btn-secondary:active {
        color: #058d60 !important;
        box-shadow: 0px 0px 0px 2px #058d60 inset !important;
    }

.two-factor-input {
    margin-bottom: 10px;
}

.defaultLink {
    font-size: 14px;
    color: #428bca !important;
}

.helper {
    display: inline-block;
    height: 100%;
    vertical-align: middle;
}

.imgSignIn {
    float: left;
    padding-left: 5px;
}

.heightImagesBtn {
    height: 26px;
    width: 26px;
    background-color: white;
    padding-left: 5px;
}

ImgMyzenLoginPage {
    display: block;
}

.imgMyZenOtherPage {
    display: none;
}

.TextMicrosoft {
    font-size: 14px;
    font-weight: 600;
    color: #004B72;
}

.colorLightGrey {
    color: #114452 !important;
}

.mb-15 {
    margin-bottom: 15px;
}

.subtitleRegister {
    text-align: center;
    font-size: 2.27rem;
}

.textSignin {
    color: #114452;
    font-size: 14px;
}

.textLogin {
    font-weight: 600;
    margin-top: 30px;
    margin-bottom: 15px;
}

.mb-0 {
    margin-bottom: 0px;
}

.privacyPolis {
    color: #114452 !important;
    font-size: 13px !important;
}

.pr-0 {
    padding-right: 0;
}

.mr-10 {
    margin-right: 20px;
}

.line {
    height: 1px;
    border-top: 0.5px solid gainsboro;
    width: 90%;
    background-image: none;
}

.logoBillitWhite {
    width: 100%;
    height: 125px;
}

.pt-15 {
    padding-top: 15px;
}

.oktavBtn {
    background-color: #99ca45;
    color: white;
}

.mb-07 {
    margin-bottom: 7px;
}

.mb-05 {
    margin-top: 5px
}

.colorBlue {
    color: #428bca !important;
}

.logoOtherMobile {
    max-width: 275px;
    max-height: 100px;
}

.ml-0 {
    margin-left: 0px;
}

.mx-3 {
    margin-left: 15px;
    margin-right: 15px;
}

.fontSizeXxSmall {
    font-size: xx-small;
}

.W-100 {
    width: 100%;
}

.mx-07 {
    margin: 7px 0px
}


/* Border color */
.border-red {
    border-color: red;
}

/* Text color */
.text-red {
    color: darkred;
}

/* Margin */
.mb-4 {
    margin-bottom: calc(4rem / 3) !important;
}


.privacyPolisLink a {
    font-size: 14px;
    color: #428bca !important;
}

.PasswordNotGood {
    display: none;
    color: rgb(185, 74, 72);
    text-align: left;
}

.register-short {
    color: rgba(0, 75, 114, 1);
    font-family: Arial;
    text-align: center;
    max-width: 500px;
}

    .register-short h3, h2, h4 {
        font-weight: bold;
        color: rgba(0, 75, 114, 1);
    }

    .register-short h4 {
        font-size: 20px;
        padding-top: 0px;
    }

    .register-short .commercial-message {
        margin-top: 25px;
    }

    .register-short .logo-wrapper {
        display: flex;
        flex-direction: row;
        align-content: center;
        justify-content: space-between;
        align-items: center;
        margin-bottom: 40px;
    }

.logo-wrapper-item.fa-exchange {
    margin-left: 20px;
    margin-right: 20px;
}

.logo-wrapper {
    color: rgba(153, 183, 199, 1) !important;
}


.register-short .logo-wrapper-item img {
    width: 100%;
    height: auto;
}

.logo-wrapper-img-item {
    /*max-width: 150px;
    max-height: 150px;
    width: 25vw;
    height: 25vw;*/
    border-radius: 20px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-content: center;
    justify-items: center;
    width: 7rem;
}

.register-short .input-box {
    box-shadow: 0px 4px 12px rgba(0, 75, 114, 0.25);
    border-radius: 10px;
    padding: 35px;
    margin-top: 40px;
}

.connect-with-app {
    margin-top: 45px;
}

.input-box h4 {
    font-weight: bold;
    color: rgba(0, 75, 114, 1) !important;
    font-weight: bold;
}

.connectBtn {
    background: rgba(230, 237, 241, 1) !important;
    color: rgba(0, 75, 114, 1) !important;
    font-weight: bold;
    margin: 0px;
    padding-top: 10px;
    padding: 10px 5px 5px 5px 5px;
}

.imgMobileLogonExtraTerms {
    margin-top: 22px;
}

.languagesMobile {
    position: absolute;
    right: 0;
    margin: 10px;
    z-index: 1001;
}

@media only screen and (max-width: 767px) {
    .languagesMobile {
        margin-top: 75px !important;
        color: white !important;
    }
}

.dropdown-language a {
    padding: 0.25rem 1.5rem;
    font-weight: 400 !important;
    color: #212529 !important;
    font-size: .9rem !important;
    text-decoration: none !important;
}

.widthCheckbox {
    width: 20px;
}

.marginWelcomeTextMobile {
    margin-top: 15px;
}

.blockInputFields {
    margin: auto !important;
    max-width: 500px !important;
}

.customBtnLogonExtraTerms {
    height: 35px;
    text-transform: uppercase
}

.sizeImageBreex {
    max-height: 100vh;
    max-width: 100%;
}

.imgZenMobile {
    max-width: 325px;
    background-color: white;
}

.bg-white {
    background-color: white;
}

.imgMyZenContainer {
    position: absolute;
    width: 100%;
    bottom: 0;
    right: 0;
    top: 0px;
}

.supportText {
    font-size: 25px;
}

.doYouHaveAQuestion {
    margin-bottom: 0px;
    color: #114452 !important
}

.appStoreImg {
    visibility: hidden;
}

.towfactorlogon {
    max-width: 310px;
}

.extraLogin a {
    height: 60px;
}

a.btnSignIn {
    border: 2px solid #CCDBE3;
}

    a.btnSignIn:hover {
        border: 2px solid #EF7D00;
    }

a.btnSignIn + a.btnSignIn {
    margin-left: .75rem;
}

.form-group {
    margin-bottom: 0.2rem !important;
}

.form-control {
    font-size: 14px !important;
}

.platform-v2 a:not(.btn) {
    color: #0078a3;
    font-weight: normal;
}

.inputOffscreen {
    position: absolute;
    left: -9999px;
}

@media only screen and (min-width:767px) {
    .imgMyZenContainer {
        top: auto;
        position: absolute;
        width: 100%;
        bottom: 0;
        right: 0;
    }

    .appStoreImg {
        visibility: visible;
        position: fixed;
        bottom: 65px;
    }

        .appStoreImg a {
            text-decoration: none;
        }

    .marginWelcomeTextMobile {
        margin-top: 0px;
    }

    .heigth100vh {
        display: block;
        height: 100vh;
    }

    .imgZenMobile {
        max-width: 100%;
    }

    .mobileDisplayImg {
        display: block;
        height: 100vh;
    }

    .pr-30 {
        padding-right: 30px;
    }

    .btnLogonExtraTerms {
        width: 45%;
    }

    .headerMobile {
        display: none;
    }

    .center {
        position: relative;
        top: 15em;
    }

    .mt-25p {
        margin-top: 25%;
    }

    .p-0 {
        padding: 0;
    }

    .centerInput {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        min-height: 100vh;
    }

    .maxWidth70 {
        max-width: 70%
    }
}

@media only screen and (max-width: 767px), only screen and (max-height:850px) {
    .register-short .logo-wrapper {
        margin-bottom: 15px;
        justify-content: space-around;
    }

    .logo-wrapper-img-item {
        width: 5rem;
        height: 5rem;
    }

    .register-short h2 {
        font-size: 20px;
        line-height: 160%;
        padding: 0px 10px;
    }

    .register-short h4 {
        font-size: 16px;
        line-height: 160%;
        padding: 0px 20px 15px 20px;
    }

    .register-short .input-box {
        margin-top: 20px;
        padding: 15px;
    }

    .logoBillitWhiteMobile {
        max-width: 100px;
        max-height: 66px;
        margin-bottom: 15px;
        margin-top: 10px;
    }

    .paddings {
        padding: 20px 0px;
    }

    .register-short .commercial-message {
        margin-top: 5px;
        font-size: 14px;
        line-height: 160%;
    }

    .headerMobile {
        height: 100%;
    }

    .connect-with-app {
        margin-top: 0px;
        font-size: 14px;
        line-height: 160%;
    }

        .connect-with-app p {
            margin-bottom: 10px;
        }
}

@media only screen and (max-width:374px) {
    .logoBillitWhiteMobile {
        padding-bottom: 10px;
        max-width: 60px;
        max-height: 45px;
        margin-bottom: 0px;
    }

    .register-short .commercial-message {
        margin-top: 5px;
        font-size: 12px;
        line-height: 160%;
        margin-bottom: 0px;
    }

    .register-short h2 {
        font-size: 16px;
        line-height: 140%;
        padding: 0px 10px;
    }

    .register-short h4 {
        font-size: 14px;
        line-height: 140%;
        padding: 0px 15px 10px 15px;
    }

    .headerMobile {
        height: 100%;
    }

    .register-short .input-box {
        margin-top: 10px;
        padding: 10px;
    }

        .register-short .input-box .customBtn {
            font-size: 12px;
        }

    .connect-with-app {
        margin-top: 0px;
        font-size: 12px;
        line-height: 160%;
    }

    .form-control {
        font-size: 12px;
    }

    .paddings {
        padding: 10px 0px;
    }
}

@media only screen and (min-width:450px) and (max-height:800px) {
    .trustTeam {
        margin-top: 50px;
        display: initial;
        flex-direction: initial;
        justify-content: initial;
        align-items: initial;
        min-height: initial;
        display: initial;
        height: auto;
    }

    .imgZenMobile {
        max-width: 70%;
    }

    .paddings {
        padding: 10px;
    }
}

@media only screen and (-ms-high-contrast: active) and (-ms-high-contrast: none) and (min-width:450px) and (max-height:800px) {
    .imgMyZenContainer {
        bottom: 50px;
    }

    body {
        overflow: hidden;
    }

    .languagesMobile {
        margin-right: 25px;
    }
}

@media only screen and (min-width: 812px) and (max-height:375px) {
    .imgMyZenContainer {
        position: absolute;
        width: 100%;
        bottom: 0;
        right: 0;
        top: 0px;
    }
}

@media only screen and (max-device-width: 480px) {
    #left-sidebar {
        display: none;
    }

    .languagesMobile a {
        color: white;
    }

    .colorWhiteMobile {
        color: white;
    }
}
