.libro-reclamaciones img{
    width: 150px;
background: white;
border: 5px solid #B78C33;
border-radius: 20px}

.form-row-libro {
    width: 100%;
    color: white;
}
.entry-content {
    word-wrap: break-word;
}
.alert{
  padding: 0;
}
#responsive-form {
    width: 100% !important;
    border-radius: 17px !important;
    border-width: 0px !important;
    border-style: solid !important;
    position: relative !important;
    color: #000000 !important;
    margin: 0 auto 30px !important;
    max-width: 940px !important;
    width: 100% !important;
}
.column-half, .column-two, .column-full {
    float: left;
    position: relative;
    padding: 0.65rem;
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.column-half .alert, .column-two .alert, .column-full .alert{
  color: #b60416;
}

@media screen and (max-width: 600px) {
  .libro-reclamaciones {
    text-align: center;
  }
}

@media only screen and (min-width: 48em) {
    .column-half {
        width: 33.33%;
    }

        .column-two {
        width: 50%;
    }
}

input[type="text"], input[type="number"], input[type="email"], input[type="url"], input[type="password"], input[type="search"], input[type=reset], input[type=tel], input[type=date], select, textarea {
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    width: 100%;
    padding: 12px 16px;
    border-radius: 4px;
    box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.05);
    color: var(--ast-form-input-text, #475569);
}