﻿body {
}

.contenedor {
    display: flex;
    justify-content: space-around;
}

.formdiv {
    display: flex;
    flex-direction: column;
    max-width: 43.8rem;
    background-color: #fff;
    border-radius: .5rem;
    box-shadow: 0px 6px 25px 0px #2f54a9
}


.fltt {
    margin: 0;
    padding: 1rem 2rem;
    background-color: #071b3a;
    border-top-left-radius: 0.5rem;
    border-top-right-radius: 0.5rem;
}

    .fltt > h3 {
        margin: 0;
        font-size: 1.1rem;
        color: #fff;
    }


.panel_is {
    padding: 1rem 2rem;
    height: auto;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    justify-content: space-around;
    align-items: stretch;
    align-content: center;
}

.panel_is2 {
    /* padding: 1rem 2rem;*/
    height: auto;
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    flex-wrap: nowrap;
}

.panel_is3 {
    padding: 1rem 2rem;
    height: auto;
    display: flex;
    flex-direction: row;
}

    .panel_is3 > div {
        display: flex;
        flex-direction: column;
        width: 50%;
        align-items: stretch;
        flex-wrap: nowrap;
    }

.panel_is2 > div {
    display: flex;
    flex-direction: row;
    justify-content: space-evenly;
    align-items: flex-end;
}

.textlogf {
    Background-color: #fff;
    color: #071b3a !important;
    display: inline-block;
    width: 100%;
    font-size: 17px;
    text-decoration: none;
    font-family: "Poppins", sans-serif;
    font-weight: 400;
}

.inptx {
    height: 2.5rem;
    margin-top: .8rem;
    background-color: #f4f4f4;
    display: block;
    padding: 0 1.6rem;
    font-size: 1.2rem;
    font-weight: 400;
    line-height: 1.6rem;
    border-radius: .5rem;
    border: none;
    box-shadow: 0 1px 5px 1px #a9b0bf;
    border-bottom: 1px solid #ccc;
}

.inptxdiv {
    height: 2.5rem;
    margin-top: .8rem;
    background-color: #f4f4f4;
    display: block;
    font-size: 1.2rem;
    font-weight: 400;
    line-height: 1.6rem;
    border-radius: .5rem;
    border: none;
    box-shadow: 0 1px 5px 1px #a9b0bf;
    border-bottom: 1px solid #ccc;
}

.contR {
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-around;
}
