@import url("https://fonts.googleapis.com/css2?family=EB+Garamond:ital,wght@0,400;0,500;0,600;0,700;1,500&display=swap");
@import url("../../fonts/gordita/stylesheet.css");
@import url("../../fonts/bootstrap-icons-1.11.1/font/bootstrap-icons.css");
@import url("../../fonts/font-awesome-6.4.2/css/all.css");

:root {
  --main-color: #1b75bc;
  --second-color: #54a99f;
}
::placeholder {
  font-size: 15px;
}

body {
  background-image: url(../../Real-estate\ 1.png);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
.container {
  min-height: 100vh;
}
h4 {
  font-weight: 500;
}
.opt-code {
  padding: 30px;
  border: 2px solid #ebf0f7;
  background-color: #ffffffec;
}
form .inputs {
  text-align: center;
}
form .inputs .code {
  width: 50px;
  height: 50px;
  border-radius: 4px;
  text-align: center;
  margin: 8px;
  border: 1px solid #000;
  color: #1b75bc;
  font-weight: 700;
  font-size: 1.5rem;
  background-color: transparent;
}
button.confirm {
  background-color: var(--main-color);
  padding: 8px 20px;
  color: #fff;
  border-radius: 8px;
  transition: all 0.4s;
  font-size: 16px;
  width: 100%;
}
.inputs .code::-webkit-inner-spin-button,
.inputs .code::-webkit-outer-spin-button {
  display: none;
}
.number-details {
  color: #000;
}
a {
  color: var(--second-color);
  text-decoration: underline;
  margin-inline: 5px;
}
a:hover {
  text-decoration: underline;
}
.code-period {
  color: var(--main-color);
  text-align: center;
  font-weight: 700;
  font-size: 1.25rem;
}
.opt-resend {
  color: var(--main-color);
}
.dash-input-wrapper {
  background-color: transparent;
  border: 2px solid #b8b8ba;
  border-radius: 5px;
  display: flex;
  align-items: center;
  padding: 4px;
}
.dash-input-wrapper input {
  width: 99%;
  background-color: transparent;
  border: none;
}
.eye-group {
  right: 0;
}
.fa-lock {
  color: #8b8b8b;
}
.eye-group {
  color: #000;
}
.fa-xmark {
  font-size: 1.25rem;
}
