body {
    font-family: Arial, sans-serif;
   
}
.form-container {
  background: #fff;
  padding: 30px;
  max-width: 600px;
  width: 100%;
  border-radius: 12px;
  box-shadow: 0 0 15px rgba(0, 80, 160, 0.1);
	margin: 0px auto;
	margin-top: 20px;
	margin-bottom: 100px
}

h2 {
  text-align: center;
  margin-bottom: 25px;
  color: #003366;
}

.form-group {
  margin-bottom: 15px;
}

.form-group label {
  display: block;
  font-weight: 600;
  margin-bottom: 5px;
  color: #333;

	width: 100%;
}

.form-group input,
.form-group select {
  width: 100%;
  padding: 10px;
  border: 1px solid #ccc;
  border-radius: 8px;
  font-size: 15px;
}

.form-group input:focus,
.form-group select:focus {
  border-color: #0077cc;
  outline: none;
}

.form-group.checkbox {
  display: flex;
  margin-bottom: 40px;
  font-size: 14px;
	
}

.form-group.checkbox input {
  margin-right: 0px;
}

.form-group.checkbox a {
  color: #1a3f5d;
  text-decoration: underline;
	margin-left: 1px;
}

button[type="submit"] {
  background: #1a3f5d;
  color: #fff;
  border: none;
  padding: 12px;
  font-size: 16px;
  width: 100%;
  border-radius: 8px;
  cursor: pointer;
  transition: background 0.3s ease;
}

button[type="submit"]:hover {
  background: #0f2c43;
}

.captcha-img {
	margin: 0px auto;
  margin-top: 10px;
  display: block;
  max-width: 200px;
	height: 100px;
	margin-bottom: 40px;
}
   .bienvenida-container {
	   background: #ffffff;
      margin: 10px auto;
		margin-top: 40px;
      border: 2px solid #1a3f5d; /* rojo */
      border-radius: 20px;
      padding: 40px;
      max-width: 600px;
      text-align: center;
      box-shadow: 0 0 20px rgba(0,0,0,0.2);
    }

    .bienvenida-container h1 {
      color: #1a3f5d;
      font-size: 32px;
      margin-bottom: 20px;
    }

    .bienvenida-container p {
      font-size: 18px;
      line-height: 1.6;
      margin-bottom: 30px;
    }

    .btn-login {
      background-color: #1a3f5d;
      color: #fff;
      border: none;
      padding: 15px 30px;
      border-radius: 10px;
      font-size: 16px;
      cursor: pointer;
      text-decoration: none;
      transition: background-color 0.3s ease;
    }

    .btn-login:hover {
      background-color: darkred;
    }

    @media (max-width: 600px) {
      .bienvenida-container {
        margin: 20px;
        padding: 30px 20px;
      }
    }
    .bienvenida-container {
		
    
      border: 2px solid #1a3f5d; /* rojo */
      border-radius: 20px;
      padding: 40px;
      max-width: 600px;
      text-align: center;
      box-shadow: 0 0 20px rgba(0,0,0,0.2);
    }

    .bienvenida-container h1 {
      color: #1a3f5d;
      font-size: 32px;
      margin-bottom: 20px;
    }

    .bienvenida-container p {
      font-size: 18px;
      line-height: 1.6;
      margin-bottom: 30px;
    }

    .btn-login {
      background-color: #1a3f5d;
      color: #fff;
      border: none;
      padding: 15px 30px;
      border-radius: 10px;
      font-size: 16px;
      cursor: pointer;
      text-decoration: none;
      transition: background-color 0.3s ease;
    }

    .btn-login:hover {
      background-color: darkred;
    }

    @media (max-width: 600px) {
      .bienvenida-container {
        margin: 20px;
        padding: 30px 20px;
      }
    }	