body {
    color: #3F3F3F;
    font-family: 'Open Sans', arial !important;
}

h2 {
    -webkit-font-smoothing: antialiased;
    color: #555;
    font-size: 32px;
    font-weight: 300;
    margin-top: 0px;
    margin-bottom: 10px;
}

img {
    border: none;
}

#bg {
    background: transparent repeat scroll 0% 0% / cover;
    width: 100vw;
    height: 100vh;
    position: absolute;
    z-index: 0;
}

#form1 {
    text-align: center;
    overflow: auto;
    max-height: 100%;
}

.logo {
    width: 100%;
    margin-top: 20px;
    margin-bottom: 13px;
}

.login-card {
    background-color: #f7f7f7;
    -webkit-box-shadow: 1px 2px 3px #979292;
    box-shadow: 1px 2px 3px #979292;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    float: none;
    margin: auto;
    padding: 24px;
    padding-bottom: 0;
}

.login-card input[type=submit] {
    background-color: #003361;
    background-image: -webkit-linear-gradient(top, #0A4A83, #0E508A);
}

.well-bar {
    border-bottom: white solid 1px;
    border-top: #ddd solid 1px;
    margin-bottom: initial;
}

.contatoSofturbano {
    padding: 10px;
    font-size: 13px;
}

.login-card a {
    font-size: 11px;
    color: #3F3F3F;
    font-weight: normal;
}

.modal {
    text-align: left;
}

#modalConfirmacao .modal-header {
    color: initial !important;
}

#modalConfirmacao .modal-header.bg-success {
    background-color: #dff0d8;
}

#modalConfirmacao .modal-header.bg-danger {
    background-color: #f2dede;
}

#modalConfirmacao .modal-title {
    color: initial !important;
}

.form-group > input {
    height: initial;
    padding: 15px 10px;
    border-radius: 0;
}

.form-group .btn {
    font-weight: bold;
}

.form-group .table-cell {
    display: table-cell;
    height: 20px;
}

.form-group .table-cell * {
    margin-bottom: 0;
    font-size: 13px;
    font-weight: normal;
    vertical-align: middle;
}

.form-group .table-cell a {
    text-decoration: underline;
}

.form-group .table-cell input {
    margin: 0;
}

@media (min-width: 769px) {
    .form-group .table-cell:first-child {
        text-align: left;
    }
    .form-group .table-cell:last-child {
        text-align: right;
    }
}