﻿body {
    /*background-color: #808080 !important;*/
}

label, h1, h2, h3, h4, h5, h6, span {
    /*color: white;*/
}

header {
    background-color: #d9d9d9 !important;
}

footer {
    background-color: white !important;
    padding: 0 !important;
}

.form-control, .form-select, .form-check-input {
    border: solid 1px #a0a0a0;
}

/*._titulo {
    background-color: #FCA537;
    color: #1366D8;
    border-radius: 10px;
    font-weight: bold;
}*/

/*.btn-primary {
    background: #FCA537 !important;
}

.btn-primary:hover {
    background-color: #CF872D !important;
}
*/

#divLoading {
    background: rgba(0, 0, 0, 0.2);
    position: fixed;
    width: 100%;
    height: 100%;
    left: 0px;
    top: 0px;
    display: none;
    color: #48545c;
    z-index: 2000;
}

#divLoading div {
    position: relative;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    background: #FFF;
    display: inline-block;
    padding: 10px;
    cursor: default;
}

#divLoading td {
    vertical-align: middle;
}

._CaptchaImage {
    text-align: center
}

._CaptchaImage img {
    border-radius: 5px;
}
