﻿body {
        font-family: "open sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
            background-color: #2f4050;
    font-size: 13px;
    color: #676a6c;
    overflow-x: hidden;
    margin: 0;
}

a {
    color: #fff;
    text-decoration: none;
}

    a:hover,
    a:focus {
        color: #fff;
        text-decoration: underline;
    }

    a:focus {
        outline: thin dotted;
        outline: 5px auto -webkit-focus-ring-color;
        outline-offset: -2px;
    }

.acesso {
    color: #fff;
    font-size: 24px;
    padding-bottom: 10px;
}

#logo{
    height:108px;
    text-align:center;
    line-height:108px;
}

#powerBy{
    color: #fff;
    font-size: 16px;
    float: left;
    text-align: right;
    width: 207px;
    line-height: 23px;
}

.entrar {
    width: 150px;
    margin-top: 15px;
}

.infoImage {
    float: left;
    width: 60%;
    padding-left: 5px;
    line-height: 60px;
}

.bing {
    float: right;
    padding-right: 5px;
    text-align: center;
    font-size: 13px;
    width:270px;
}

.bingImage {
    padding-top: 5px;
}

.loginMeio {
    height: 399px;
    width: 358px;
    padding: 8px;
    margin: 10px 0 0 10px;
    background-color: rgba(0,0,0,0.65);
    padding-top: 10px;
}

#footerLogin {
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 60px;
    background-color: rgba(0,0,0,0.60);
    color: #fff;
    font-size: 16px;
}

.empresaField {
    border-top: 1px solid #888888 !important;
    border-right: 1px solid #888888 !important;
    border-left: 1px solid #888888 !important;
    box-shadow: none !important;
    border-bottom: 0px !important;
    border-radius: 0px !important;
    width: 100% !important;
    height: 40px !important;
    margin-bottom: -1px !important;
    padding-left: 6px !important;
    font-size: 17px !important;
    text-align: center;
}

.loginField {
    border-top: 1px solid #888888 !important;
    border-right: 1px solid #888888 !important;
    border-left: 1px solid #888888 !important;
    border-bottom: 0px solid #888888 !important;
    border-radius: 0px !important;
    width: 100% !important;
    height: 40px !important;
    margin-top: -1px !important;
    padding-left: 6px !important;
    font-size: 17px !important;
    margin-bottom: -1px;
    text-align: center;
}

.passField {
    border-top: 1px solid #888888 !important;
    border-bottom: 1px solid #888888 !important;
    border-right: 1px solid #888888 !important;
    border-left: 1px solid #888888 !important;
    border-radius: 0px 0px 0px 0px !important;
    width: 100% !important;
    height: 40px !important;
    padding-left: 6px !important;
    font-size: 17px !important;
    text-align: center;
}

.btnLogin {
    margin-bottom: 10px !important;
    padding: 5px 5px !important;
}

.loginMeio input {
    border-color: #66afe9;
    outline: 0;
    -webkit-box-shadow: inset 0 0px 0px rgba(0,0,0,0), 0 0 0px #000;
    box-shadow: inset 0 0px 0px rgba(0,0,0,0), 0 0 0px rgb(0, 0, 0);
}

    .loginMeio input::-webkit-input-placeholder {
        text-align: center;
    }


.lembrar {
    float: left;
    margin-left: 18px;
}

.text-warning{
    color: #f8ac59;
}

.esqueceuSenha {
    text-align:center;
    font-size:14px;
    margin-bottom: 5px;
    color:#fff;
}

.error {
    visibility: visible;
}

.text-center{
    text-align:center;
}

.msg{
    font-size:16px;
    min-height: 28px;
}


.btn-primary {
    background-color: #1ab394;
    border-color: #1ab394;
    color: #FFFFFF;
}
.btn {
    border-radius: 3px;
}
.btn-lg {
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.3333333;
    border-radius: 6px;
}
.btn-primary {
    color: #fff;
    background-color: #337ab7;
    border-color: #2e6da4;
}
.btn {
    display: inline-block;
    padding: 6px 12px;
    margin-bottom: 0;
    font-weight: 400;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 0px solid transparent;
    border-radius: 4px;
}