﻿body {
    background-image: url(../../imagens/login/background.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.login-container {
    height: 100vh; /* Faz a altura da tela de visualização ocupar 100% */
    display: flex;
    align-items: center; /* Alinha verticalmente no centro */
    justify-content: center; /* Alinha horizontalmente no centro */
}

.navbar-login {
    width: 305px;
    padding: 10px;
    padding-bottom: 0px;
}

.navbar-login-session {
    padding: 10px;
    padding-bottom: 0px;
    padding-top: 0px;
}

.icon-size {
    font-size: 87px;
}

.navbar-fixed-bottom {
    background-color: #4c4c4c;
}

.navbar-fixed-top {
    background-color: #4c4c4c;
}

.facebook {
    width: 30px;
    height: 29px;
    float: left;
    background-image: url(../../imagens/home/siga019.png);
    background-repeat: no-repeat;
    background-position: left top;
}

    .facebook:hover {
        background-image: url(../../imagens/home/siga018.png);
        background-repeat: no-repeat;
        background-position: left top;
    }

.twitter {
    width: 34px;
    height: 37px;
    float: left;
    background-image: url(../../imagens/home/siga021.png);
    background-repeat: no-repeat;
    background-position: left top;
}

    .twitter:hover {
        background-image: url(../../imagens/home/siga020.png);
        background-repeat: no-repeat;
        background-position: left top;
    }

.form-signin {
    max-width: 330px;
    padding: 15px;
    margin: 0 auto;
}

    .form-signin .form-signin-heading, .form-signin .checkbox {
        margin-bottom: 10px;
    }

    .form-signin .checkbox {
        font-weight: normal;
    }

    .form-signin .form-control {
        position: relative;
        font-size: 16px;
        height: auto;
        padding: 10px;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }

        .form-signin .form-control:focus {
            z-index: 2;
        }

    .form-signin input[type="text"] {
        margin-bottom: -1px;
        border-bottom-left-radius: 0;
        border-bottom-right-radius: 0;
    }

    .form-signin input[type="password"] {
        margin-bottom: 10px;
        border-top-left-radius: 0;
        border-top-right-radius: 0;
    }

.account-wall {    
    padding: 40px 0px 20px 0px;
    -moz-box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.3);
    -webkit-box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.3);
    box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.3);
}

.login-title {
    color: #555;
    font-size: 18px;
    font-weight: 400;
    display: block;
}

.profile-img {
    width: 96px;
    height: 96px;
    margin: 0 auto 10px;
    display: block;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
}

.need-help {
    margin-top: 10px;
}

.new-account {
    display: block;
    margin-top: 10px;
}

.msg-erro{
    color:red;
}

.widget-tabs-nav.bordered .nav-link.active {
    background-color: #fff;
    color: #ff852c !important;
}

.card-escriba {
    background-color: #ffcf00 !important;
}