/* Importing fonts from Google */
@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600;700;800;900&display=swap");

/* Reseting */
.container-fluid {
  /* padding: 0px;*/
  margin: 0px;
}
body {
  background: #fff;

  max-height: auto;
  /* display: flex; */
  height: 100%;
}

.wrapper {
  /* margin-top: 65px !important; */
  text-transform: uppercase;

  background-color: #fff !important;

  height: 100%;
  max-width: 350px;
  min-height: 450px;
  margin: 50px auto 20px auto;
  padding: 40px 30px 30px 30px;
  /* margin-right: 300px; */
  /* background-color: #ecf0f3; */
  border-radius: 15px;
  box-shadow: 13px 13px 20px 20px #cbced1, -13px -13px 20px #fff;
}

.logo {
  max-width: 300px;
  width: auto;
  margin: 0px !important;
  position: relative;
}

.logo img {
  width: 100%;
  height: 80px;
  margin: -10px !important;
  margin-top: -30px !important;
  margin-bottom: 30px !important;
  padding: 0px !important;
  position: relative;
  object-fit: cover;
  border-radius: 2%;
  /* box-shadow: 0px 0px 3px #5f5f5f, 0px 0px 0px 5px #ecf0f3, 8px 8px 15px #a7aaa7, */
  /* -8px -8px 15px #fff; */
}

.wrapper .name {
  font-weight: 600;
  font-size: 1.4rem;
  letter-spacing: 1.3px;
  padding-left: 10px;
  color: #555;
}

.wrapper .form-field input {
  width: 100%;
  display: block;
  border: none;
  outline: none;
  background: none;
  font-size: 0.9rem;
  color: #868b8c;
  padding: 10px 15px 10px 10px;
  /* border: 1px solid red; */
}

.wrapper .form-field {
  padding-left: 10px;
  margin-bottom: 10px;
  border-radius: 10px;
  box-shadow: inset 8px 8px 8px 8px #d2d7da, inset -8px -8px 8px #fff;
}

.wrapper .form-field .fas {
  color: #555;
}

.wrapper .btn {
  box-shadow: none;
  width: 100%;
  height: 40px;
  background-color: #124f84;
  color: #fff;
  border-radius: 20px;
  box-shadow: 3px 3px 3px #b1b1b1, -3px -3px 3px #fff;
  letter-spacing: 1.3px;
}

.wrapper .btn:hover {
  background-color: #757a7d;
}

.wrapper a {
  text-decoration: none;
  font-size: 0.8rem;
  color: #124f84;
}

.wrapper a:hover {
  color: #757a7d;
}

span {
  color: #868b8c;
}

.wrapper .form-field .fas {
  color: #868b8c;
}

footer img {
  /* max-width: 100%;
  max-height: 100vh;
  margin: auto;
  margin-bottom: 0px !important;
  position: relative;
  bottom: 0; */
}
.footer {
  text-decoration: none;
  /* max-height: 100vh; */
  color: #868b8c;
  padding-left: 10px;
  /* margin-bottom: 10px; */
  border-radius: 10px;
  box-shadow: inset 8px 8px 8px 8px #d2d7da, inset -8px -8px 8px #fff;
  font-size: 0.9rem;
  color: #868b8c;
  padding: 15px 15px 15px 15px;
  margin: auto;
  /* margin-bottom: 0px !important; */
  width: 100%;
  position: absolute;
  bottom: 0;
}
.address {
  /* width: 100%;
  height: auto;
  display: block;
  border: none;
  outline: none;
  background: none; */
}
a,
a:link,
a:visited {
  color: #868b8c;
  text-decoration: none;
}
.wrapper .form-field input:focus {
  outline: none;
  border-color: #124f84;
  border-radius: 10px;
  box-shadow: 0 0 5px #124f84;
  -moz-box-shadow: 0 0 3px #124f84;
  -webkit-box-shadow: 0 0 3px #124f84;
}
