@import url("https://fonts.googleapis.com/css2?family=Exo:wght@100&display=swap");

body {
  font-family: sans-serif;
  color: #9ba8c7;
  background: url("https://images.unsplash.com/photo-1612036782180-6f0b6cd846fe?ixid=MXwxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHw%3D&ixlib=rb-1.2.1&auto=format&fit=crop&w=1350&q=80")
    no-repeat 0 0;
  background-size: cover;
  background-color: rgba(8, 15, 31, 1);
  background-blend-mode: overlay;
  z-index: 0;
}

h1 {
  color: #555555;
}

/* .mainContentContainer {
  margin-top: 20px;
} */

.mainContentContainer {
  width: 600px;
  margin: 0 auto;
  text-align: center;
  padding-bottom: 25px;
  padding-top: 45px;
}

/* new stuff */
.container__text-title > h1 {
  font-size: medium;
  margin-top: auto;

  padding-top: 30px;
  padding-bottom: 30px;
  font-size: 2em;
  color: #fff;
  font-family: "Exo", sans-serif;
}

.container__text-intro {
  font-family: sans-serif;
  color: #9ba8c7;
}

/* ---- */

/* .contentContainer {
  border: 1px solid #d0d0c8;
  background-color: white;
  border-radius: 4px;
  box-shadow: 0px 1px 1px #d0d0c8;
  padding: 28px 10px 34px 10px;
  width: 600px;
  margin: 0 auto;
  text-align: center;
} */

.signInOption {
  font-size: 12px;
}

pr {
  color: #aaa;
  font-size: 12px;
}

a {
  text-decoration: none;
  font-size: 12px;
  color: #fff;

  transition: all 0.3s ease-in-out;
}

.anchor--disabled {
  pointer-events: none;
}

a:hover {
  color: #ff865b;
  transform: translateY(-0.1rem);
}

h1 {
  font-family: "Merriweather", Georgia, "Times New Roman", serif;
  font-weight: bold;
  margin-top: 20px;
  margin-bottom: 15px;
  line-height: 24px;
  padding: 0px 0px 2px 0px;

  font-size: 23px;
}

.intro {
  padding: 10px 20px;
  color: #333;
}

.contentContainer {
  padding: 10px 30px;
  border: 1px solid #d0d0c8;
  text-align: center;
  border-radius: 3px;
  box-shadow: 0px 1px 1px #d0d0c8;
  background-color: white;
}

.contentContainer {
  background-color: rgba(28, 40, 68, 0.85);

  border-right: 2px solid rgba(67, 83, 112, 0.2);
  border-right-width: 2px;
  border-right-style: solid;
  border-right-color: rgba(255, 255, 255, 0.2);
  border-left: 2px solid rgba(67, 83, 112, 0.2);
  border-left-width: 2px;
  border-left-style: solid;
  border-left-color: rgba(255, 255, 255, 0.2);
  border-top: 2px solid rgba(67, 83, 112, 0.2);
  border-top-width: 2px;
  border-top-style: solid;
  border-top-color: rgba(255, 255, 255, 0.2);
  border-bottom: 2px solid rgba(67, 83, 112, 0.2);
  border-bottom-width: 2px;
  border-bottom-style: solid;
  border-bottom-color: rgba(255, 255, 255, 0.2);
}
.inputContainer {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding: 4px;
}

/* new stuff */
#firstName__div-container,
#lastName__div-container,
#email__div-container,
#password__div-container,
#confirmPassword__div-container {
  background-color: transparent;
  letter-spacing: normal;
  word-spacing: normal;
  text-transform: none;
  text-indent: 0px;
  text-shadow: none;
  display: inline-block;
  text-align: start;
  appearance: textfield;
  background-color: -internal-light-dark(rgb(255, 255, 255), rgb(59, 59, 59));
  -webkit-rtl-ordering: logical;
  cursor: text;
  margin: 4px 0px;
  font: 400 13.3333px Arial;
}

#firstName__div-container > input,
#lastName__div-container > input,
#email__div-container > input,
#password__div-container > input,
#confirmPassword__div-container > input {
  background-color: transparent;

  margin-top: auto;

  color: #fff;
  font-family: "Exo", sans-serif;
}

input::placeholder {
  color: rgb(255, 255, 255);
  font-family: "Exo", sans-serif;
  background-color: transparent;
}

/* new stuff */

#submit__div-container > button {
  background-color: rgb(28, 40, 68);
  transition: all 0.3s ease-in-out;
  color: #fff;
  margin-left: 20px;
}

#submit__div-container > button:hover {
  color: #ff865b;
  cursor: pointer;
  transform: translateY(-0.1rem);
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.15);
  background-color: rgba(8, 15, 31, 1);
}

#submit__div-container > a {
  background-color: rgb(28, 40, 68);
  transition: all 0.3s ease-in-out;
  color: #fff;
  margin-left: 10px;
}

#submit__div-container > a:hover {
  cursor: pointer;
  color: #ff865b;
  transform: translateY(-0.1rem);
  /* box-shadow: 0 4px 8px rgba(0, 0, 0, 0.15); */
  /* background-color: rgba(8, 15, 31, 1); */
}

fieldset {
  width: 300px;
  margin: 0 auto;
}

footer {
  margin-top: 10px;
}

::marker {
  color: #ff865b;
}

/* Change Autocomplete styles in Chrome*/
input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
textarea:-webkit-autofill,
textarea:-webkit-autofill:hover,
textarea:-webkit-autofill:focus,
select:-webkit-autofill,
select:-webkit-autofill:hover,
select:-webkit-autofill:focus {
  border: 1px solid rgb(255, 255, 255);
  -webkit-text-fill-color: rgb(224, 224, 224);
  -webkit-box-shadow: 0 0 0px 1000px rgba(0, 0, 0, 0) inset;
  transition: background-color 5000s ease-in-out 0s;
}
