/*!**********************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[5].rules[0].oneOf[0].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[5].rules[0].oneOf[0].use[2]!./src/styles.css?ngGlobalStyle ***!
  \**********************************************************************************************************************************************************************************************************************/
html, body {
  width: 100%;
  font-family: 'Poppins', sans-serif;
  background-color: white;
}

.card-container {
  display: flex;
  flex-direction: column;
  border-radius: 18px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
  background-color: #ffffff;
  padding: 20px;
}

.btn-primary {
  background-color: #3268C0;
  border: none;
  padding: 9px 15px;
  font-size: 16px;
  font-weight: bold;
  width: 200px;
  border-radius: 25px;
}

.btn-primary:disabled {
  background-color: #99B4E0;
}

.btn-primary:hover {
  background-color: #214580;
}

.btn-secundario {
  background-color: transparent;
  color: #052d5a;
  border: 2px solid #052d5a;
  border-radius: 25px;
  width: 200px;
  font-size: 1.1rem;
}

.btn-secundario:hover {
  background-color: transparent;
  color: #3259a3;
  border: 2px solid #3259a3;
}

.margin-bottom-custom {
  margin-bottom: 20px;
}

@media (min-width: 1280px) {
  .card-container {
    width: 70%;
    align-self: center;
  }
}

@media (min-width: 1800px) {
  .card-container {
    width: 85%;
    align-self: center;
  }
}

/*# sourceMappingURL=styles.css.map*/