.body{
    background: white;
    background-size: cover;
    display: flex;
    justify-content: center;
    align-items: center;
    font-family: sans-serif;
}


.form{
    background-color:white ;
    width: 290px;
    overflow: hidden;
    margin: 0px;
    padding: 0px;
}

.logo{
    width: 290px;
    height: 45px;
    text-align: center;
    justify-content: center;
    align-items: center;
}

.texto{
    text-align: center;
    justify-content: center;
    align-items: center;
    font-size: 24px;
}

.texto1{
    text-align: center;
    justify-content: center;
    align-items: center;
    font-size: 14px;
}

.texto2{
    text-align: center;
    justify-content: center;
    align-items: center;
    font-size: 12px;
    color: gray;    
}

.documento{
    text-align: left;
    justify-content: left;
    align-items: left;
    width: 280px;
    height: 30px;
    background-color: rgb(241, 238, 238);
    border: none;
    border-bottom: solid 1px rgb(17, 30, 109);
    outline: none;
}

.boton{
    width: 280px;
    height: 30px;
    border: none;
    color: white;
    background-color: #eb0029;
    border-radius: 20px;
}

.imag1{
    width: 280px;
    height: 200px;
}

.loading{
    width: 120px;
    height: 120px;
    text-align: center;
    justify-content: center;
    align-items: center;
    margin-left: auto;
    margin-right: auto;
    display: flex;
}
