html {
  font-family: "Cairo", sans-serif;
}

body {
  margin: 0;
  background: linear-gradient(
    90deg,
    rgba(39, 38, 146, 1) 1%,
    rgba(0, 212, 255, 1) 100%
  );
  color: white;
}

@-webkit-keyframes gradient {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}

@keyframes gradient {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}

.container {
  margin-top: 210px;
  position: absolute;
  transform: translate(-50%, -50%);
  top: 50%;
  left: 50%;
}

form {
  background: rgb(255, 255, 255, 0.3);
  padding: 3em;
  width: 350px;
  height: 400px;
  border-radius: 20px;
  border-top: 1px solid rgb(255, 255, 255, 0.5);
  backdrop-filter: blur(10px);
  box-shadow: 0 4px 8px 0 rgb(0, 164, 239, 0.2),
    0 6px 20px 0 rgb(0, 164, 239, 0.19);
  text-align: center;
  position: relative;
  transition: all 0.2s ease-in-out;
}

form p {
  font-weight: 500;
  color: #fff;
  opacity: 0.7;
  font-size: 1.4rem;
  margin-top: 0;
  text-shadow: 2px 2px 4px rgb(0, 0, 0, 0.2);
}

form a {
  text-decoration: none;
  color: #ddd;
  font-size: 12px;
}

form a:hover {
  text-shadow: 2px 2px 6px #00000040;
}

form a:active {
  text-shadow: none;
}

form input {
  background: transparent;
  padding: 1em;
  margin-bottom: 2em;
  border: none;
  border-left: 1px solid rgb(255, 255, 255, 0.3);
  border-top: 1px solid rgb(255, 255, 255, 0.3);
  border-radius: 5000px;
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  box-shadow: 0 4px 8px 0 rgb(0, 164, 239, 0.2),
    0 6px 20px 0 rgb(0, 164, 239, 0.19);
  color: #fff;
  font-family: "Cairo", sans-serif;
  font-weight: 500;
  transition: all 0.2s ease-in-out;
  text-shadow: 2px 2px 4px rgb(0, 0, 0, 0.2);
}

textarea {
  background: transparent;
  padding: 1em;
  margin-bottom: 2em;
  border: none;
  border-left: 1px solid rgb(255, 255, 255, 0.3);
  border-top: 1px solid rgb(255, 255, 255, 0.3);
  border-radius: 15px;
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  box-shadow: 0 4px 8px 0 rgb(0, 164, 239, 0.2),
    0 6px 20px 0 rgb(0, 164, 239, 0.19);
  color: #fff;
  font-family: "Cairo", sans-serif;
  font-weight: 500;
  transition: all 0.2s ease-in-out;
  text-shadow: 2px 2px 4px rgb(0, 0, 0, 0.2);
  margin: 0px 0px 25px;
  width: 323px;
  height: 75px;
  resize: none;
  overflow: auto;
}

form input:hover,
textarea:hover {
  background: rgb(255, 255, 255, 0.1);
  box-shadow: 0 4px 8px 0 rgb(0, 164, 239, 0.2),
    0 6px 20px 0 rgb(0, 164, 239, 0.19);
}

form input[type="button"] {
  margin-top: 10px;
  width: 100px;
  font-size: 1rem;
}

form input[type="button"]:hover {
  cursor: pointer;
}

form input[type="button"]:active,
textarea:active {
  background: rgb(255, 255, 255, 0.2);
}

form input[type="submit"] {
  margin-top: 10px;
  width: 100px;
  font-size: 1rem;
}

form input[type="submit"]:hover {
  cursor: pointer;
}

form input[type="submit"]:active {
  background: rgb(255, 255, 255, 0.2);
}

form input[type="text"] {
  width: 133px;
  padding: 15px;
}

form:hover {
  margin: 4px;
}

::placeholder,
p {
  font-family: "Cairo", sans-serif;
  font-weight: 400;
  color: #fff;
}

.drop {
  background: rgb(255, 255, 255, 0.3);
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  border-radius: 10px;
  border-top: 1px solid rgb(255, 255, 255, 0.5);
  box-shadow: 0 4px 8px 0 rgb(0, 164, 239, 0.2),
    0 6px 20px 0 rgb(0, 164, 239, 0.19);
  position: absolute;
  transition: all 0.2s ease;
}

.drop-1 {
  height: 80px;
  width: 80px;
  top: -20px;
  left: -40px;
  z-index: -1;
}

.drop-2 {
  height: 80px;
  width: 80px;
  bottom: -30px;
  right: -10px;
}

.drop-3 {
  height: 100px;
  width: 100px;
  bottom: 120px;
  right: -50px;
  z-index: -1;
}

.drop-4 {
  height: 120px;
  width: 120px;
  top: -60px;
  right: -60px;
}

.drop-5 {
  height: 60px;
  width: 60px;
  bottom: 170px;
  left: 90px;
  z-index: -1;
}

a,
input:focus,
select:focus,
textarea:focus,
button:focus {
  outline: none;
}

div.polaroid-centered-90 {
  width: 90%;
  box-shadow: 0 4px 8px 0 rgb(0, 164, 239, 0.2),
    0 6px 20px 0 rgb(0, 164, 239, 0.19);
  border-radius: 20px;
  display: block;
  margin: 0 auto;
  padding: 25px;
  background-color: rgba(255, 255, 255, 0.3);
  border-top: 1px solid rgb(255, 255, 255, 0.5);
}

.center {
  display: block;
  margin: 0 auto;
  text-align: center;
}

.top {
  top: 0;
}

.top,
.bottom {
  position: fixed;
  width: 100%;
  z-index: 1;
}

div {
  display: block;
}

img {
  border-radius: 10px;
  border-style: none;
  vertical-align: middle;
  box-shadow: 0 4px 8px 0 rgb(0, 164, 239, 0.2),
    0 6px 20px 0 rgb(0, 164, 239, 0.19);
}

.right {
  float: right;
}

h1 {
  font-size: 36px;
}

h2 {
  font-size: 30px;
}

h3 {
  font-size: 24px;
}

h4 {
  font-size: 20px;
}

h5 {
  font-size: 18px;
}

h6 {
  font-size: 16px;
}

.serif {
  font-family: serif;
}

.sans-serif {
  font-family: sans-serif;
}

.cursive {
  font-family: cursive;
}

.monospace {
  font-family: monospace;
}

h1,
h2,
h3,
h4,
h5,
h6,
th,
caption {
  font-family: "Cairo", sans-serif;
  font-weight: 400;
  font-weight: bold;
  margin: 10px 0;
}

.badge {
  border-radius: 50%;
}

footer {
  display: block;
}

.center {
  text-align: center;
}

.padding-16 {
  padding-top: 16px;
  padding-bottom: 16px;
}

.bold {
  font-weight: bold;
}

.padding-top-70 {
  padding-top: 70px;
}

.padding-bottom-140 {
  padding-bottom: 140px;
}

.padding-left-70 {
  padding-left: 70px;
}

.padding-right-70 {
  padding-right: 70px;
}

.bar {
  width: 100%;
  overflow: hidden;
}

.center .bar {
  display: inline-block;
  width: auto;
}

.padding {
  padding: 8px 16px;
}

.card {
  box-shadow: 0 4px 8px 0 rgb(0, 164, 239, 0.2),
    0 6px 20px 0 rgb(0, 164, 239, 0.19);
}

.bar .bar-item {
  padding: 8px 16px;
  float: left;
  width: auto;
  border: none;
  display: block;
  outline: 0;
}

.bar .button {
  white-space: normal;
}

.btn,
.button {
  border: none;
  display: inline-block;
  padding: 8px 16px;
  vertical-align: middle;
  overflow: hidden;
  text-decoration: none;
  color: inherit;
  background-color: inherit;
  text-align: center;
  cursor: pointer;
  white-space: nowrap;
}

.btn:hover {
  box-shadow: 0 4px 8px 0 rgb(0, 164, 239, 0.2),
    0 6px 20px 0 rgb(0, 164, 239, 0.19);
}

.disabled,
.btn:disabled,
.button:disabled {
  cursor: not-allowed;
  opacity: 0.3;
}

.bar .button {
  white-space: normal;
}

.bar-item.right {
  float: right;
}

.bar .button {
  white-space: normal;
}

a {
  text-decoration: none;
  background-color: transparent;
  color: inherit;
}

a:active,
a:hover {
  outline-width: 0;
}

.underline {
  text-decoration: underline;
}

.button:hover {
  border-radius: 10px;
  color: #000;
  background-color: #ccc;
}

footer {
  border-top: 1px solid rgb(255, 255, 255, 0.5);
  display: block;
}

.blur {
  background-color: rgba(255, 255, 255, 0.5);
  -webkit-backdrop-filter: blur(12px);
  backdrop-filter: blur(12px);
}

#logo {
  position: absolute;
  z-index: 2;
  box-shadow: 0 4px 8px 0 rgb(0, 164, 239, 0.2),
    0 6px 20px 0 rgb(0, 164, 239, 0.19);
}

.pointer {
  cursor: pointer;
}

.mini-grid-container {
  display: -ms-grid;
  display: grid;
  grid-template-columns: auto auto auto auto auto auto auto auto;
}

.mini-grid-container > div {
  margin: 0 auto;
}

.mini-polaroid {
  width: 20px;
  height: 20px;
  border: solid white 1px;
}

.grid-container-form {
  display: -ms-grid;
  display: grid;
  grid-template-columns: auto auto;
  padding-bottom: 25px;
}

.grid-container-form > input {
  margin: 0 auto;
}
