.fintech-os body.login-wrapper {
    background-image: url("../img/login.jpg") !important;
    background-color: #f5f5f5;
    background-position: left;
}

.euf-solid-theme.fintech-os .navbar .navbar-brand {
    opacity: 1;
}

.login-wrapper nav.navbar.navbar-transparent.block-height-7 {
    padding-top: 0;
}

.login-container {
    height: calc(100vh - 4rem);
    top: 4rem;
    transform: none;
    display: flex;
    align-items: center;
}

.fintech-os .logoImg {
    height: 100%;
}

div#inp-login-colors {
    padding: 2rem 0;
}

.fintech-os .card-login {
    padding: 2rem;
    border-radius: 0.25rem;
    box-shadow: 0 2px 4px 0 rgba(8, 9, 39, 0.05), 0 4px 14px 0 rgba(6, 12, 28, 0.1);
    background: #fff;
}

.login-container .card.card-login .content {
    padding-left: 0;
}

.fintech-os .card.card-azure.card-login .cardLoginTitle {
    color: #000;
    text-align: left;
    font-weight: 600;
    line-height: normal;
    font-size: 1.35rem;
}

.fintech-os .card-login .content .inp > input {
    border: 1px solid rgba(72, 89, 121, 0.2);
    line-height: 1.1875rem;
    height: 3.75rem;
    margin: 0 0 1.25rem 0;
    border-radius: 0.325rem;
}

.fintech-os .card-login .content .inp > input {
    color: #000;
    background-color: rgba(228, 228, 228, 0.3);
}

    .fintech-os .card-login .content .inp > input::placeholder {
        color: #485979;
    }

.fintech-os .card-login .user-wrapper::before, .fintech-os .card-login .pass-wrapper::before {
    content: "";
}

.fintech-os .card-login .content #btn-login-colors {
    margin: 0;
    margin-top: 0;
}

.fintech-os .card-login #btn-login-colors .btn-login {
    height: 3.75rem;
    border-radius: 0.25rem !important;
    box-shadow: 0 4px 8px 0 rgba(27, 48, 84, 0.1), 0 2px 4px 0 rgba(27, 48, 84, 0.05);
    font-size: 1rem;
    letter-spacing: 0.05rem;
    line-height: 1.1875rem;
    text-align: center;
    text-transform: uppercase;
    -webkit-transition: all 0.3s ease-in;
    -moz-transition: all 0.3s ease-in;
    -ms-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
    background: #fedd00;
    border-color: #fedd00;
    opacity: 1;
    color: #000 !important;
    font-weight: 700;
}

    .fintech-os .card-login #btn-login-colors .btn-login:hover, .fintech-os .card-login #btn-login-colors .btn-login:active {
        letter-spacing: 0.1rem;
    }

.fintech-os .card-login .circle.white-green.heading-title {
    display: none;
}

.fintech-os .card-login .pass-wrapper + div {
    text-align: right;
}

    .fintech-os .card-login .pass-wrapper + div a {
        font-size: 0.85rem;
        margin-bottom: 1.125rem;
        display: inline-block;
        font-weight: 600;
        color: #a0a0a2;
    }

@media only screen and (max-width: 1023px) {

    .fintech-os body.login-wrapper {
        background-position: center;
    }
}

.login-suport-container {
    text-align: left;
}

.login-suport-title {
    font-weight: 700;
    line-height: 2;
}

.login-suport-no a, .login-suport-email a {
    font-size: 1rem;
    font-weight: 500;
    color: #000;
    /* padding-top: .5rem; */
    display: inline-block;
}

.login-suport-desc {
    font-size: .875rem;
    line-height: 2;
    color: #333;
}

.btn.btn-link.btn-signUp {
    padding: 0;
    line-height: 1.46rem;
    margin-left: .25rem;
    font-family: 'Lato';
    font-weight: 700;
}

.signUp-container {
    display: flex;
    align-items: center;
    justify-content: end;
    /* padding: 1rem 0 0; */
    color: #000;
    font-size: 1rem;
}

div.contact-ico {
    display: block;
    margin: 0 auto;
    width: 2rem;
    height: 2rem;
    background-position: center;
    background-size: contain;
}

    div.contact-ico.ico-mail {
        background-image: url("../img/icons/mail.svg");
    }

    div.contact-ico.ico-phone {
        background-image: url("../img/icons/phone.svg");
    }

.login-suport-container {
    padding-top: 0.5rem;
    margin-top: 1.5rem;
    border-top: 1px solid rgba(221, 221, 221, .5);
}

    .login-suport-container .display-flex {
        justify-content: space-between;
        align-items: stretch;
        flex-direction: row;
    }
