﻿@import url(bootstrap.min.css);
@import url('https://fonts.cdnfonts.com/css/open-sans');

body {
    font-family: 'Open Sans';
}

input {
    background-color: #fff !important;
}

    input:-webkit-autofill, input:-webkit-autofill:focus {
        -webkit-box-shadow: 0 0 0px 1000px white inset;
    }


.login-screen {
    background: #f0f3ff;
    padding: 16px;
}

    .login-screen .login-container {
        position: relative;
        min-height: 100vh;
        margin: 0 auto;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center
    }

        .login-screen .login-container > .login-content {
            background-color: #fff;
            border-radius: 16px;
            width: 466px;
            border-bottom: 1px solid #e6e9eb;
            padding: 50px 56px 40px
        }

    .login-screen .row {
        margin-left: 0;
        margin-right: 0;
    }


.logo-cliente {
    display: flex;
    justify-content: center;
    margin-bottom: 47px
}

.img-responsive2 {
    position: unset !important;
    margin: auto;
    left: -10000px !important;
    display: block;
    max-width: 100%;
    height: auto;
}

.cabecalho-login {
    color: var(--color-neutral-1-dark, #1A051D);
    text-align: center;
    /* Heading 2 */
    font-family: 'Open Sans';
    font-size: 32px;
    font-style: normal;
    font-weight: 700;
    line-height: 28px; /* 87.5% */
    margin-bottom: 16px;
}

.subcabecalho-login {
    color: #A1B0B8;
    text-align: center;
    font-family: 'Open Sans';
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px; /* 171.429% */
}

h2, h3, h5 {
    margin: 0;
}

.form-login {
    padding-top: 43px;
    position: relative;
}

.form-control {
    border: 0;
    height: 48px;
    border-left: none !important;
    border-radius: 6px;
    padding: 12px 8px;
}

.form-login .form-group .input-group {
    border: 1px solid #e6e9eb;
    position: relative;
    border-radius: 6px;
    margin-bottom: 16px;
    background-color: #ffffff !important;
}

.input-group-addon {
    border: 0;
    background-color: #ffffff !important;
    border-right: none !important;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    -webkit-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    border-radius: 6px;
    padding: 12px 8px 12px 16px;
}

.reset-password {
    display: flex;
    flex-direction: column;
}

.center {
    display: flex;
    justify-content: center;
}

hr {
    background: #E6E9EB;
    height: 1px;
    width: 33.33%;
}

.btn, .btn:focus, .btn:active, .btn:hover {
    width: 100% !important;
    height: 48px;
    background: var(--Primary-900, #104DC0);
    border-radius: 6px;
}

    .btn[disabled] {
        background: #E6E9EB !important;
        border: none;
        color: #53636B;
    }

input[type=button] {
    display: block;
    color: white;
    border: none;
    outline: none;
}

a {
    color: #104DC0;
    font-family: Open Sans;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px; /* 171.429% */
}

.alert-danger {
    color: var(--danger-color-dark, #FF647C);
    font-family: "Open Sans";
    font-size: 11px;
    font-style: normal;
    font-weight: 400;
    line-height: 16px; /* 145.455% */
    background: none;
}

.alert {
    padding: 0 !important;
    border: none;
}

.alert2 {
    padding: 32px;
}

    .alert2.alert-warning {
        border-radius: 8px;
        background: #E8EDFF;
        color: #53636B;
        font-family: Open Sans;
        font-size: 14px;
        font-style: normal;
        font-weight: 400;
        line-height: 24px; /* 171.429% */
    }

.login-assign {
    color: #1A051D;
    /* Body 4 */
    font-family: Open Sans;
    font-size: 11px;
    font-style: normal;
    font-weight: 400;
    line-height: 13px; /* 118.182% */
    background: transparent;
    padding-top: 16px;
}

input:active,
input:focus,
input:hover,
label:focus,
textarea:active,
textarea:focus,
textarea:hover,
.btn.active,
.btn:active,
button:active,
button:focus,
button:hover {
    outline: 0 !important;
    -webkit-appearance: none;
    box-shadow: none !important
}

.form-login .form-group label.error {
    display: none !important;
}

.form-login.formAlertTop .alert.alert-danger {
    position: absolute;
    top: 19px;
}

.badge-build {
    text-align: center;
    margin-top: 40px;
    color: #a1b0b8;
    font-weight: 400;
    font-size: 11px;
    line-height: 13px
}

.mb-32 {
    margin-bottom: 32px;
}

.pd0 {
    padding: 0;
}


@media (max-width: 640px) {
    #PageWrapper, .login-screen .login-container {
        padding: 0;
    }

    .login-screen .login-container {
        min-height: auto;
    }


    .row {
        padding: 0;
    }

    .login-screen .login-container > .login-content {
        width: 100%;
        padding: 50px 25px;
    }

        .login-screen .login-container > .login-content .text-right {
            text-align: left
        }

    .form-login.formAlertTop .alert.alert-danger {
        top: 7px;
    }
}
.close {
    display:none !important;
}
