.btn-login{
    background-color: #2349ab;
}

.infoUsuarioLogin{
    color: white;
}

.has-search .form-control {
    padding-left: 2.375rem;
}

.has-search .form-control-feedback {
    position: absolute;
    z-index: 2;
    display: block;
    width: 2.375rem;
    height: 2.375rem;
    line-height: 2.375rem;
    text-align: center;
    pointer-events: none;
    color: #aaa;
}

.input-group-text {   
    height: 1.48rem;
}

.row {
    --bs-gutter-x: 0rem;
}

.busquedaEncuesta{
    margin-left: 4rem;
}

.labelAgregar{
    margin-top: 1rem;
}

html {
  min-height: 100%;
  position: relative;
}

body {
  margin: 0;
  margin-bottom: 80px;
}

footer {
	position: absolute;
	bottom: 0;
	width: 100%;	
    background-color: #2349ab;
}

::-ms-reveal {
    display: none;
}

