@media only screen and (min-width : 920px) {
    .login-form {
        width: 25rem;
    }
}

.flash-error {
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
    background-color: #da4f49;
    border-color: #bd362f #bd362f #802420;
    border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
    filter: progid:dximagetransform.microsoft.gradient(startColorstr='#ffee5f5b', endColorstr='#ffbd362f', GradientType=0);
    filter: progid:dximagetransform.microsoft.gradient(enabled=false);
}

input[type=text] { width: 93% !important;}

.help-password .no-list-type{margin-left: 0px !important;}

.flash-error, .flash-notice, .flash-success {
    font-size: .9em;
    display: block;
    padding: .5em .7em;
    margin-bottom: 1em;
    margin-top: .5em;
    border: 1px solid #bbbbbb;
    border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
    border-color: #e6e6e6 #e6e6e6 #bfbfbf;
    border-bottom-color: #a2a2a2;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    color: #ffffff;
}

    .login-form {
            background-color: #ffffff;
            opacity: 0;
        }

    .loginTitle span {
        display: inline-block;
        padding: .5em .9em;
        font-size: 1.2em;
        font-weight: bold;
    }

    .loginTitle {
        text-align: center;
        margin: -2em 0 0 !important;
        color: #555;
    }

    #capsWarning {
        font-size: 0.875rem;
    }

    .BoxLogin {
        padding: .7em .7em 0;
        border: .1em #ccc solid;
        -webkit-border-top-left-radius: 1em;
        -webkit-border-top-right-radius: 1em;
        -moz-border-radius-topleft: 1em;
        -moz-border-radius-topright: 1em;
        border-top-left-radius: 1em;
        border-top-right-radius: 1em;
        margin: auto;
    }

    .BoxLogin h2 {
        border-bottom: 1px dashed #ccc !important;
        color: #666 !important;
        margin-bottom: 15px !important;
    }

    .myRule::before {
        content: '\f05a';
        font: normal normal normal 14px/1 FontAwesome;
        font-size: 14px;
        color: #3c8dbc;
        width: 32px;
        display: inline-block;
        text-align: right;
        margin-right: 10px;
    }

    div.rules-list {
        margin: 0px;
    }

    .logoCliente {
        margin: 0 auto 0.3em;
    }

    .text-white {
        color: #FFFFFF;
    }

    .text-warning {
        color: #FFFFFF;
    }

    .text-left {
        text-align: left;
    }

    .rules {
        text-align: left;
        margin: 0px;
    }
    .text-muted {
    	color: #777;
    }

    .text-center {
    	text-align: center;
    }

    .small, small {
    	font-size: 85%;
    }

    ul.rules {
        list-style-type: none;
    }

    .chat-ico-min {
        background-image: url(https://atend.fidelize.com.br:9091/webchat/live?action=isAvailable&workgroup=atendimento@workgroup.openfire.fidelize.com.br);
        padding-top: 5px;
        padding-left: 10px;
        padding-right: 20px;
        padding-bottom: 5px;
        cursor: pointer;
        background-size: 29px;
    }