form{
    background: #ffffff;
    padding: 20px;
    border: 1px solid #ccc;
    border-radius: 15px;
    display: flex;
    flex-direction: column;
    gap: 10px;
    max-width: 310px;
    margin: auto;
}

form > p,
form > label{
    text-align: left;
}

form button{
    width: min-content;
}

.obtener-codigo{
    display: flex;
    gap: 10px;
}

.boton-ingresar{
    width: 100%;
}

.alert-danger, .alert-success{
    word-wrap: break-word;
    color: #a94442;
    background-color: #f2dede;
    border-color: #ebccd1;
}
