﻿body {
}

.logoAgencia {
    margin-top: 8rem;
    width: 20%;
    height: 50%;
}

.registroSHS {
    background: #b0dbb2;
    margin-bottom: 0.5rem !important;
}

.imgContainer {
    display: flex;
    justify-content: center;
    align-items: center;
}

.logoHogar {
    margin-top: 4rem;
}

.search {
    width: 100%;
    border-color: black;
    padding-right: 30px;
}

.inputContainer {
    position: relative;
    display: flex;
    align-items: center;
}

.fa-search {
    position: absolute;
    right: 10px;
    bottom: 8px;
    cursor: pointer;
}

.ingreseTxt {
    margin-top: 2rem;
    text-align: center;
    font-weight: bold;
    font-size: 1.1rem;
}

.msgConsulta {
    font-weight: bold;
    font-size: 1.1rem;
    margin-top: 1.5rem;
    text-align: center;
    width: 70%;
}

#resConsulta {
    display: none;
}

#status {
    color: #d85e00;
    font-weight: bold;
    width: 30%;
    margin-top: 1.5rem;
    font-size: 1.1rem;
    text-decoration: underline;
}