* {
    font-family: Arial;
}

 body {
      background-color: #f0f8ff; 
      background-image: url('./../storage/background_fimaz2.png'); 
      background-size: cover;
      background-repeat: no-repeat; 
      background-attachment: fixed; 
  }

.form-wrapper {
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 100vh;
    margin-top: 20px; 
}

.form-capturar {
    background-color: #f8f9fa;
      width: 600px;
      margin: 50px auto; 
      border-radius: 10px;
      box-shadow: 0px 0px 10px rgba(0,0,0,0.2);
      padding: 30px;
      position: relative;
      z-index: 10;
}

.form-capturar-text {
    font-family: Arial;
    font-size: 17px;
    font-weight: bold;
    padding: 10px 8px;
    display: inline-block;
}

.select-info {
    width: 100%;
    height: 35px;
    border: 1px solid #d3d3d3;
    border-radius: 6px;
    font-size: 16px;
    background-color: #ffffff;
    box-sizing: border-box;
    margin-bottom: 20px;
}

.btn-capturar-container {
    display: flex;
    justify-content: center;
    align-items: center;
}

.btn-capturar {
    color: #295ea4;
    border: 1px solid #d3d3d3;
    border-radius: 10px;
    padding: 10px 18px;
    font-size: 16px;
    cursor: pointer;
    background-color: #f1f1f1;
    font-weight: bold;
}

input[type="text"], input[type="email"], input[type="number"] {
    width: 100%;
    height: 35px;
    border: 1px solid #d3d3d3;
    border-radius: 6px;
    font-size: 16px;
    padding: 5px 10px;
    margin-bottom: 20px;
    box-sizing: border-box;
}

input[type="text"]:focus, input[type="email"]:focus, input[type="number"]:focus, select:focus {
    outline: none;
    border-color: #295ea4;
    box-shadow: 0px 0px 5px rgba(41, 94, 164, 0.5);
}

.generacion{
    text-align: center;
}
