@charset "UTF-8";
.input {
  background-color: rgba(237, 240, 230, 0.9843137255) !important;
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
  border-width: 1px;
  border-color: #cbd5e0;
  border-radius: 1rem;
  padding: 0.5rem 0.75rem;
  font-size: 0.875rem;
  line-height: 1.25rem;
  outline: none;
  transition-property: box-shadow, border-color;
  transition-duration: 0.2s;
  width: 100%;
  max-width: 500px;
  /* Focus styles */
}
.input::-moz-placeholder {
  color: #7f8894;
}
.input::placeholder {
  color: #7f8894;
}
.input:focus {
  box-shadow: 0 0 0 3px rgba(205, 223, 165, 0.8823529412);
  border-color: rgba(111, 156, 43, 0.5);
}
.input select option {
  border-radius: 10px;
}

.test {
  width: 100%;
  max-width: 350%;
}

.register-link p a {
  text-decoration: underline;
}

.main {
  background-size: cover;
}

.form-register-login {
  box-shadow: rgb(0, 0, 0) 0px 20px 30px -10px;
  background-color: rgba(255, 255, 255, 0.9333333333) !important;
  width: 500px;
  height: auto;
}

/* Media Query για κινητά */
@media screen and (max-width: 480px) {
  .form-register-login {
    width: 90%;
  }
}
.test-class {
  background-color: black;
}

.error {
  display: none;
  font-size: 0.6rem;
  color: red;
}

#navbar {
  position: sticky !important;
}/*# sourceMappingURL=register-login.css.map */