@font-face {
    font-family: 'Amino';
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url("/font/Amino-Regular.otf") format('opentype')
}

@font-face {
    font-family: 'Axiforma';
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url("/font/Axiforma-Regular.otf") format('opentype')
}

html, body {
    height: 100%;
    font-family: Amino,Verdana,Tahoma,sans-serif;
    font-size: 14px
}

body {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-align: center;
    -ms-flex-pack: center;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
    padding-top: 40px;
    padding-bottom: 40px;
    color: #000;
    background-color: #cac4be !important;
    background-image: url("/img/linhas.png");
    background-position: right top,left bottom;
    background-repeat: no-repeat,no-repeat;
    background-attachment: scroll
}

a {
    color: #dc0032
}

.a-black {
    color: #000;
}

a:hover {
    color: #dc0032;
    text-decoration: none
}

.login .logo {
    margin: 50px 0;
    padding: 1px;
    text-align: center;
    width: 100%
}

.login .content {
    background-color: #f1efed;
    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
    -ms-border-radius: 7px;
    -o-border-radius: 7px;
    border-radius: 7px;
    width: 440px;
    padding: 40px;
    padding-top: 5px;
    overflow: hidden;
    position: relative;
    box-shadow: 0 0 10px 10px rgba(0,0,0,.1)
}

@media(max-width:440px) {
    .login .content {
        margin: 5px;
        padding: 20px
    }
}

.btn-roxo {
    color: #fff;
    background-color: #dc0032;
    border-color: #dc0032;
    padding: 5px 25px 5px 25px;
}

    .btn-roxo:hover {
        color: #fff;
        background-color: #dc0032;
        border-color: #dc0032;
    }

    .btn-roxo:focus, .btn-roxo.focus {
        box-shadow: 0 0 .2rem .1rem rgba(76,37,130,.5)
    }

    .btn-roxo.disabled, .btn-roxo:disabled {
        color: #fff;
        background-color: #9778c4;
        border-color: #9778c4
    }

    .btn-roxo:not(:disabled):not(.disabled):active, .btn-roxo:not(:disabled):not(.disabled).active, .show > .btn-roxo.dropdown-toggle {
        color: #fff;
        background-color: #dc0032;
        border-color: #dc0032
    }

        .btn-roxo:not(:disabled):not(.disabled):active:focus, .btn-roxo:not(:disabled):not(.disabled).active:focus, .show > .btn-roxo.dropdown-toggle:focus {
            box-shadow: 0 0 .2rem .1rem rgba(76,37,130,.5)
        }

.btn-roxo-2 {
    color: #fff;
    background-color: #dc0032;
    border-color: #dc0032
}

    .btn-roxo-2:hover {
        color: #fff;
        background-color: #7a58b2;
        border-color: #7a58b2
    }

    .btn-roxo-2:focus, .btn-roxo-2.focus {
        box-shadow: 0 0 .2rem .1rem rgba(76,37,130,.5)
    }

    .btn-roxo-2.disabled, .btn-roxo-2:disabled {
        color: #fff;
        background-color: #9778c4;
        border-color: #9778c4
    }

    .btn-roxo-2:not(:disabled):not(.disabled):active, .btn-roxo-2:not(:disabled):not(.disabled).active, .show > .btn-roxo-2.dropdown-toggle {
        color: #fff;
        background-color: #dc0032;
        border-color: #dc0032
    }

        .btn-roxo-2:not(:disabled):not(.disabled):active:focus, .btn-roxo-2:not(:disabled):not(.disabled).active:focus, .show > .btn-roxo-2.dropdown-toggle:focus {
            box-shadow: 0 0 .2rem .1rem rgba(76,37,130,.5)
        }

.btn-roxo-claro {
    color: #dc0032;
    background-color: #daccea;
    border-color: #daccea
}

    .btn-roxo-claro:hover {
        color: #dc0032;
        background-color: #b79fd7;
        border-color: #b79fd7
    }

    .btn-roxo-claro:focus, .btn-roxo-claro.focus {
        box-shadow: 0 0 .2rem .1rem rgba(76,37,130,.5)
    }

    .btn-roxo-claro.disabled, .btn-roxo-claro:disabled {
        color: #fff;
        background-color: #9778c4;
        border-color: #9778c4
    }

    .btn-roxo-claro:not(:disabled):not(.disabled):active, .btn-roxo-claro:not(:disabled):not(.disabled).active, .show > .btn-roxo-claro.dropdown-toggle {
        color: #dc0032;
        background-color: #daccea;
        border-color: #daccea
    }

        .btn-roxo-claro:not(:disabled):not(.disabled):active:focus, .btn-roxo-claro:not(:disabled):not(.disabled).active:focus, .show > .btn-roxo-claro.dropdown-toggle:focus {
            box-shadow: 0 0 .2rem .1rem rgba(76,37,130,.5)
        }

.placeholder-bg1 {
    background-color: #fff
}

.label-float {
    min-width: 20px;
    background: transparent !important;
    position: relative;
    top: -1.85rem;
    left: .75rem;
    font-size: 1rem;
    position: relative;
    z-index: 99;
    transform: translateY(0);
    transition: all .3s
}

.input-float {
    position: relative;
    background: #e3dfdb !important;
    color: #000 !important;
    display: flex
}

.label-float-active {
    top: -3.3rem;
    font-size: .85rem;
    left: .45rem;
    padding: 0 .3rem;
    z-index: 11;
    transition: all .3s
}

.textarea-float {
    position: relative;
    z-index: 10;
    background: transparent !important;
    color: #dc0032 !important;
    display: flex
}

.textarea-label-float {
    top: 2.5rem !important
}

.textarea-label-float-active {
    top: 1rem !important;
    font-size: .85rem;
    left: .45rem;
    padding: 0 .3rem;
    z-index: 11;
    transition: all .3s
}

.textarea-form-group {
    margin-top: -1.5rem
}

.h-3rem {
    height: 3rem
}

.input-validation-error {
    border: 1px solid #dc0032 !important;
    color: #dc0032 !important;
    padding-right: 25px !important
}

.field-validation-error:before {
    content: "";
    font-family: 'Font Awesome 5 Free';
    font-size: .75rem;
    color: #dc0032 !important;
    font-style: normal;
    font-weight: bold;
    margin-right: 3px
}

.form-input .input-validation-error .placeholder {
    color: #dc0032 !important
}

.input-validation-error ~ .placeholder {
    color: #dc0032 !important
}

.form-control:focus {
    color: #000;
    background-color: #fff;
    outline: 0;
    box-shadow: none
}

.form-control {
    border: none;
}

.field-validation-error {
    padding: 5px 0 0 5px !important;
    display: block;
    color: #dc0032 !important;
    font-style: italic;
    font-size: .75rem;
    top: -30px;
    position: relative
}

.textarea-float .field-validation-error {
    top: 0 !important
}

.top-0 {
    top: 0 !important
}

.input-validation-error {
    border: 1px solid #dc0032 !important;
    color: #dc0032 !important;
    padding-right: 25px !important
}

.field-validation-error:before {
    content: "";
    font-family: 'Font Awesome 5 Free';
    font-size: .75rem;
    color: #dc0032 !important;
    font-style: normal;
    font-weight: bold;
    margin-right: 3px
}

.form-input .input-validation-error .placeholder {
    color: #dc0032 !important
}

.input-validation-error ~ .placeholder {
    color: #dc0032 !important
}

.span-conectado {
    position: absolute;
    margin-top: 3px;
    cursor: pointer
}
