body {
    /* background-color:  rgba(var(--bs-dark-rgb), var(--bs-bg-opacity)) !important; */
    /* background-color: #0f4c75;
    background-color: #000; */
    /* background-image: url('./../../../OHC/web/images/ohc/sign/'); */
}

.site-login{
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0;
    padding: 0;
    /* min-width: 100vw;
    min-height: 100vh; */
    width: 100%;
    height: 100%;
}

.card-login {
    max-width: 320px;
    width: 100%;
}

.title-login{
    font-size: 250%;
    /* color:#bbe1fa; */
    color: #3282b8;
    text-align: center;
    margin-bottom: 20px;
}

.login {
    width: 100%;
    padding: 50px 30px;
    /* background-color: #3282b8; */
    -webkit-box-shadow: 0px 0px 5px 5px rgba(0,0,0,0.15);
    -moz-box-shadow: 0px 0px 5px 5px rgba(0,0,0,0.15);
    box-shadow: 0px 0px 5px 5px rgba(0,0,0,0.15);
    border-radius: 3px 3px 3px 3px;
    -moz-border-radius: 3px 3px 3px 3px;
    -webkit-border-radius: 3px 3px 3px 3px;
    box-sizing: border-box;
}

.login input {
    font-family: 'Overpass', sans-serif;
    font-size: 110%;
    color: #1b262c;
    
    display: block;
    width: 100%;
    height: 40px;
    
    margin-bottom: 10px;
    padding: 5px 5px 5px 10px;
    
    box-sizing: border-box;
    
    border: none;
    border-radius: 3px 3px 3px 3px;
    -moz-border-radius: 3px 3px 3px 3px;
    -webkit-border-radius: 3px 3px 3px 3px;
}

.login input::placeholder {
    font-family: 'Overpass', sans-serif;
    color: #E4E4E4;
}

.login button {
    font-family: 'Overpass', sans-serif;
    font-size: 110%;
    color:#1b262c;
    width: 100%;
    height: 40px;
    border: none;
    background-color: #0f4c75;
    margin-top: 10px;
    border-radius: 3px 3px 3px 3px;
    -moz-border-radius: 3px 3px 3px 3px;
    -webkit-border-radius: 3px 3px 3px 3px;
}

.login button:hover {
    background-color: #144b70;
    color:#bbe1fa;
}

.login label {
    color: #3282b8;
    padding: 0px 0px 8px;
}

.pie-form {
    font-size: 90%;
    text-align: center;    
    margin-top: 15px;
}

.pie-form a {
    display: block;
    text-decoration: none;
    color: #bbe1fa;
    margin-bottom: 3px;
}

.pie-form a:hover {
    color: #0f4c75;
}

.inferior {
    margin-top: 10px;
    font-size: 90%;
    text-align: center;
}

.inferior a {
    display: block;
    text-decoration: none;
    color: #bbe1fa;
    margin-bottom: 3px;
}

.inferior a:hover {
    color: #3282b8;
}

.bg-green{
    background-color: #00a520 !important;
    color: white;
}

.bg-yellow{
    background-color: #ffcf00 !important;
    color: black;
}

.bg-red{
    background-color: #ff3333 !important;
    color: white;
}

.bg-gray{
    background-color: #616161 !important;
    color: white;
}

.bg-blue{
    background-color: #0068a5 !important;
    color: white;
}

.color-green {
    color: #00a520 !important;
}

.color-red {
    color: #ff3333 !important;
}

.disabled-select {
    pointer-events: none;
    opacity: 1;
    /* background-color: #eeeeee; */
    color: -internal-light-dark(graytext, rgb(170, 170, 170));
}

.circulo {
    height: 22px;
    width: 22px;
    display: inline-block;
    text-align: center;
    vertical-align: middle;
    border-radius: 50%;
    font-size: 10pt;
}

.text-completed {
    text-transform: uppercase;
    color: green;
    border: 1px solid green;
    border-radius: 5px;
    background-color: #51ff51b0;
}