.contenedor {
    display: flex;
    flex-wrap: nowrap;
    flex-direction: column;
    align-items: center;
    height: 97vh;
    justify-content: center;
}

.screen__background {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 0;
    clip-path: inset(0 0 0 0);
}

.screen__background__shape4 {
    transform: rotate(45deg);
    position: fixed;
}

.shape4 {
    background: #ccccd3a8;
    border-radius: 100px;
    height: 112%;
    width: 42%;
    top: -24%;
    right: -2%;
}

.shape1 {
    border-radius: 100px;
    height: 150%;
    width: 39%;
    background: #0f98f8;
    top: -58%;
    left: 75%;
}

.screen__background__shape1 {
    transform: rotate(35deg);
    position: fixed;
}

.cert {
    display: flex;
    position: absolute;
    justify-content: center;
    width: 100%;
    height: 100%;
    align-items: center;
    flex-direction: column;
}

.blq {
    width: 100%;
    height: 10%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.cards {
    display: flex;
    padding-top: 1%;
}

.login_img {
    object-fit: cover;
    position: absolute;
    margin-right: 250px;
}

.form-card {
    display: grid;
    padding: 10px;
    border-radius: 20px;
    border: 0.2rem solid #000;
    gap: 1em;
    align-items: center;
    width: 600px;
    background-color: #fff;
    opacity: 0.82;
    filter: drop-shadow(2px 1px 3px #002dfd);
}

.row-form {
    display: flex;
    align-items: center;
}

.col-w {
    width: 250px;
    font-weight: 800;
    font-size: 1.1rem;
    color: #000;
}

.col-info {
    text-align: center;
    width: 100%;
    font-size: 1.1rem;
    font-weight: 500;
    color: #000;
}

.vigente {
    background-color: #0af10a;
}

.vencido {
    background-color: #f10a0a;
}

body {
    padding-top: 0% ;
}

