@font-face {
  font-family: myFirstFont;
  src: url(../fonts/MavenPro-VariableFont_wght.ttf);
}

* {
  font-family: myFirstFont;
}

body {
  /* display: flex; */
  /* justify-content: center; */
  /* align-items: center; */
  min-height: 100vh;
  background: linear-gradient(rgb(17 0 10 / 93%), rgb(17 0 10 / 73%)), url('../img/bg.jpg')no-repeat;
  background-size: 100%;
}

.card {
  background: #fff;
  box-shadow: inset 0 0 10px #1f1e1e;
  padding: 10px 20px;
  border-radius: 5px;
  max-width: 500px;
  margin: auto;
}

.px {
  padding: 0 20px;
}

.my-4 {
  margin: 3rem auto;
}

.mx-2 {
  margin: auto 1.5rem;
}

.app-button {
  outline: none;
  border: none;
  background-color: #df7220;
  box-shadow: 0 0 7px 1px #eeae7d;
  border-radius: 5px;
  color: #fff;
  width: 100%;
  font-size: 18px !important;
  padding: 10px !important;
  font-weight: bold !important;
}

/* .container {
  display: flex;
  flex-flow: column;
  min-width: 40%;
  padding: 40px;
  box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.2)  ;
  border-radius: 5px;
} */
/* label{
  color: black;
} */

/* form {
  margin-top: 20px;
}

.form-div {
  width: 100%;
}
input {
  width: 100%;
  margin-bottom: 20px;
  margin-top: 10px;
  padding: 15px;
  border-radius: 5px;
  outline: none;
  border: 1px solid lightgray;
  font-size: 16px;
}
input[type="checkbox"] {
  width: 20px;
}

.submit {
  width: 100%;
  display: flex;
  justify-content: center;
} */
/* 
.submit button {
  outline: none;
  border: none;
  padding: 12px;
  border-radius: 5px;
  background-color: black;
  color: #fff;
  place-content: center;
} */