@import url("https://fonts.googleapis.com/css?family=Indie+Flower|Open+Sans|Roboto|Roboto+Mono|Abel|Muli|Nunito|Open+Sans+Condensed:300&display=swap");

body {
    font-family: 'Roboto', cursive;
    /*font-family: 'Abel', sans-serif;*/
    /*font-family: 'Open Sans Condensed', sans-serif;*/
    /*font-family: 'Muli', sans-serif;*/
    /*font-family: 'Nunito', sans-serif;*/
    /*font-family: 'Indie Flower', sans-serif;*/
    overflow: hidden;
}
#body-login .background {
    background-image: url("../images/2020/background-novo.png");
    height: 100%;
    max-width: 100%;
    background-position: top;
    background-repeat: no-repeat;
    background-size: cover;
}
#body-login .overlay {
    background-color: rgba(38, 50, 56, .6);
}
#body-login .coluna {
    background-color: rgba(38, 50, 55, .6);
}
#body-login .form-signin {
    width: 100%;
    padding: 25px;
    margin: auto;
    color: white;
}
#body-login .bold {
    font-weight: 600 !important;
}
#body-login .img-logo-cliente {
    top: 50%;
    position: absolute;
    right: 50%;
    transform: translate(50%, -50%);
    max-width: 80%;
    max-height: 80%;
}
#body-login .vh-100 {
    height: 100vh;
}
@media only screen and (max-width: 576px) {
    #body-login .hidden-sm {
        display: none;
    }
}
#body-login #modal-recuperar-senha .modal-header {
    background-color: #263238;
    color: white;
    border-radius: 0;
    padding: 0.4rem 1rem;
}
#body-login #modal-recuperar-senha .modal-content {
    border-color: #263238;
}
#body-login #modal-recuperar-senha .close {
    color: #ff090c;
}
#body-login #modal-recuperar-senha .close:focus {
    outline: none;
}
#body-login #btn_recuperar {
    min-width: 230px;
}

.hidden {
    display: none;
}

.btn-qualis-orange {
    color: white !important;
    background-color: #f55500;
    box-shadow: 0 8px 15px rgba(0, 0, 0, 0.1);
    border: 1px solid transparent;
}
.btn-qualis-orange:hover {
    border: 1px solid white;
    background-color: #e24e00;
}
.btn-qualis-orange:focus {
    border: 1px solid #e24e00;
    box-shadow: 0 0 0 0.2rem rgba(226, 78, 0, 0.26);
}

.btn-qualis-grey {
    color: white !important;
    background-color: #515C68;
    box-shadow: 0 8px 15px rgba(0, 0, 0, 0.1);
    border: 1px solid transparent;
}
.btn-qualis-grey:hover {
    border: 1px solid white;
    background-color: #46505b;
}
.btn-qualis-grey:focus {
    border: 1px solid #46505b;
    box-shadow: 0 0 0 0.2rem #46505b36;
}

.btn-qualis-oxford {
    color: white !important;
    background-color: #263238;
    box-shadow: 0 8px 15px rgba(0, 0, 0, 0.1);
    border: 1px solid transparent;
}
.btn-qualis-oxford:hover {
    border: 1px solid #263238;
    background-color: #1f2c32;
}
.btn-qualis-oxford:focus {
    border: 1px solid #263238;
    box-shadow: 0 0 0 0.2rem rgba(38, 50, 56, 0.27);
}

.btn-qualis-login-adfs {
    color: white !important;
    background-color: #4390df;
    box-shadow: 0 8px 15px rgba(0, 0, 0, 0.1);
    border: 1px solid transparent;
}
.btn-qualis-login-adfs:hover {
    border: 1px solid #417FCC;
    background-color: #417FCC;
}
.btn-qualis-login-adfs:focus {
    border: 1px solid #4390df;
    box-shadow: 0 0 0 0.2rem rgba(67, 144, 223, 0.26);
}

.card-qualis-oxford {
    border-color: #263238;
    background-color: rgba(38, 50, 55, .6);
}
.card-qualis-oxford .card-header {
    background-color: #263238;
    color: white;
    border-radius: 0;
    padding: 0.4rem 1rem;
    font-weight: 600;
}
.card-qualis-oxford .card-body {
    color: white;
    border-radius: 0;
    font-weight: 600;
}
.custom-uppercase {
    text-transform: uppercase;
}
.custom-uppercase::-webkit-input-placeholder { /* WebKit browsers */
    text-transform: none;
}
.custom-uppercase:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
    text-transform: none;
}
.custom-uppercase::-moz-placeholder { /* Mozilla Firefox 19+ */
    text-transform: none;
}
.custom-uppercase:-ms-input-placeholder { /* Internet Explorer 10+ */
    text-transform: none;
}
.custom-uppercase::placeholder { /* Recent browsers */
    text-transform: none;
}