body {
    background: url('/esd_credit_cards/static/src/img/FACHADA.png') no-repeat center center fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    overflow: hidden;
}

.bg_white_form {
    border-radius: 48px;
    width: 75%;
}

.icon {
    background-color: transparent !important;
    border: none !important;
}

.my_div {
  display: flex;
  justify-content: center;
  align-items: center;
}

img {
  max-width: 100%; /* asegura que la imagen no exceda el ancho del contenedor */
  max-height: 100%; /* asegura que la imagen no exceda la altura del contenedor */
}

.icon_user {
    background-image: url('/esd_credit_cards/static/src/img/user.png');
    background-size: 30px;
    background-repeat: no-repeat;
    width: 30px;
    height: 30px;
    display: inline-block;
    margin-right: 5px;
}

.icon_id {
    background-image: url('/esd_credit_cards/static/src/img/typeid.png');
    background-size: 30px;
    background-repeat: no-repeat;
    width: 30px;
    height: 30px;
    display: inline-block;
    margin-right: 5px;
}

.icon_username {
    background-image: url('/esd_credit_cards/static/src/img/user_name.png');
    background-size: 30px;
    background-repeat: no-repeat;
    width: 30px;
    height: 30px;
    display: inline-block;
    margin-right: 5px;
}

.icon_creditcard {
    background-image: url('/esd_credit_cards/static/src/img/credit_card.png');
    background-size: 30px;
    background-repeat: no-repeat;
    width: 30px;
    height: 30px;
    display: inline-block;
    margin-right: 5px;
}

@media only screen and (max-width: 900px) {
  .bg_white_form {
    border-radius: 48px;
    width: 100%;
  }
  .p-5 {
    padding: 2rem !important;
  }
}

#customCheck1 {
    margin-bottom: 7px;
}

.form-group {
    margin-bottom: 40px !important;
}

#button_submit {
    background-color: #009DDC;
    color: white;
    border-radius: 24px;
    width: 150px;
    height: 48px;
}

#credits {
    font-size: 16px;
    text-align: center;
}

.set-input {
    background-color: #D9D9D980;
    border: none !important;
    border-radius: 12px !important;
}

.set-input::placeholder {
    font-size: 12px !important;
}

select {
    font-size: 12px !important;
    height: calc(1.5em + 0.75rem + 8px) !important;
}

.container {
    display: flex;
    justify-content: center;
    align-items: center;
}

#column_text {
    margin: auto;
}