﻿/*entrada defs datos center ellipse login*/
#user-input {
    background: #f7f7f7;
    border-radius: 5px !important;
}

#token-input {
    background: #f7f7f7;
    border-radius: 5px !important;
}

.h-100{
    height: 100vh!important;
}

.bg-azul {
    background: #170532!important;
}

    .bg-azul:hover {
        background: #170532!important;
    }

.background {
    background-image: url(../img/login/COEMCenterLogin.jpg) !important;  
    background-size: cover !important;
    background-repeat: no-repeat !important;
    background-position: center;
}

.font-size-12 {
    font-size: 12px !important;
    font-weight: 300;
}

.font-size-13 {
    font-size: 13px !important;
    font-weight: 300;
}

.font-size-14 {
    font-size: 14px !important;
    font-weight: 300;
}

.font-size-15 {
    font-size: 15px !important;
    font-weight: 300;
}

.font-size-16 {
    font-size: 16px !important;
    font-weight: 300;
}

.font-size-17 {
    font-size: 17px !important;
    font-weight: 300;
}

.font-size-18 {
    font-size: 18px !important;
    font-weight: 300;
}

.font-size-19 {
    font-size: 19px !important;
    font-weight: 300;
}

.font-size-20 {
    font-size: 20px !important;
    font-weight: 300;
}

.form-floating > .form-control {
    padding-left: 5%;
    padding-top: 18%;
}

.form-control {
    font-weight: 300!important;
    background:white!important;
}



.user-input-error {
    font-size: 12px !important;
}

.fs-6 {
    font-size: 14px !important;
    font-weight: 300;
    height: 50px;
}

.border-left {
    border-left: 0!important;
    box-shadow: 2px 0 20px rgb(255 255 255 / 20%)!important;
}

#footer {
    position: fixed;
    bottom: 0;
    right: 0;
    width: 25%;
    padding: 10px 0;
    box-shadow: 0 -2px 5px rgba(0, 0, 0, 0.1);
    z-index: 6999;
    overflow: hidden;
    background: white;
}

.bolder{
    font-weight: 500!important;
}

input {
    border: solid 1px #c1c1c1 !important;
    border-radius: 5px !important;
    background: white !important;
}

.login{
    overflow:auto!important;
}

.separador {
    width: 100%;
    height: 50px;
}


.popup {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 5999;
}

.popup-content {
    background-color: white;
    padding: 20px;
    border-radius: 5px;
    text-align: center;
    position: relative;
}

.close {
    position: absolute;
    top: 10px;
    right: 10px;
    font-size: 20px;
    cursor: pointer;
}

ul li {
    list-style: none;
    font-size: 13px;
    color: gray;
    
}

ol, ul {
    padding-left: 0;
}

span {
    font-size: 12px;
}

#customErrorMsg {
    margin-right: 20px; 
}

dl, ol, ul {
    margin-top: 0;
    margin-bottom: 0;
}

::placeholder {
    color: #c1c1c1 !important;
    opacity: 1;
}

input::placeholder {
    color: #c1c1c1 !important;
}