* {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

body {
  background-color: rgba(238, 238, 238, 0.6);
  background-image: url(blur-business-coffee-commerce-273222.jpg);
  background-size: cover;
  background-position: center;
}

.login-form {
  width: 100%;
  height: 100vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.login-form form {
  width: 400px;
  height: 350px;
  background-color: rgba(243, 243, 243, 0.507);
  padding: 10px 20px;
  border-radius: 8px;
  -webkit-backdrop-filter: blur(10px);
          backdrop-filter: blur(10px);
}

.login-form form input {
  background: none;
  border: 1px solid #007bff;
}

.login-form form ::-webkit-input-placeholder {
  color: #000;
}

.login-form form :-ms-input-placeholder {
  color: #000;
}

.login-form form ::-ms-input-placeholder {
  color: #000;
}

.login-form form ::placeholder {
  color: #000;
}

.register-form {
  width: 100%;
  height: 100vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.register-form form {
  width: 400px;
  -webkit-backdrop-filter: blur(12px);
          backdrop-filter: blur(12px);
  background-color: rgba(243, 243, 243, 0.507);
  padding: 10px 20px;
  border-radius: 8px;
}

.register-form form input, .register-form form select {
  background: none;
  border: 1px solid #007bff;
}

.register-form form select {
  color: #000;
}

.register-form form ::-webkit-input-placeholder {
  color: #000;
}

.register-form form :-ms-input-placeholder {
  color: #000;
}

.register-form form ::-ms-input-placeholder {
  color: #000;
}

.register-form form ::placeholder {
  color: #000;
}

.register-form form h2 {
  font-size: 25px;
}

/*Responsiveness*/
@media screen and (max-width: 1024px) {
  .login-form form {
    width: 500px;
    height: 400px;
    padding: 30px 16px;
  }
  .login-form form h2 {
    font-size: 30px;
    padding: 18px 0;
  }
  .login-form form .bottom-text {
    font-size: 16px;
  }
  .register-form form {
    width: 500px;
    height: 600px;
  }
  .register-form form h2 {
    font-size: 25px;
    padding: 6px 0;
  }
  .register-form form .bottom-text {
    font-size: 18px;
  }
}

@media screen and (max-width: 540px) {
  .login-form form {
    width: 340px;
    height: 310px;
  }
  .login-form form h2 {
    font-size: 20px;
    padding: 7px 0;
  }
  .login-form form .bottom-text {
    font-size: 13px;
  }
  .register-form form {
    width: 370px;
    height: unset;
  }
  .register-form form input {
    margin: 10px 0;
  }
  .register-form form h2 {
    font-size: 19px;
    padding: 6px 0;
  }
  .register-form form .bottom-text {
    font-size: 13px;
  }
}

@media screen and (max-width: 411px) {
  .login-form form {
    width: 340px;
    height: 320px;
  }
  .login-form form h2 {
    font-size: 20px;
    padding: 10px 0;
  }
  .login-form form .bottom-text {
    font-size: 13px;
  }
}

@media screen and (max-width: 414px) {
  .login-form form {
    width: 370px;
    height: 320px;
  }
  .login-form form h2 {
    font-size: 20px;
    padding: 10px 0;
  }
  .login-form form .bottom-text {
    font-size: 14px;
  }
  .register-form form {
    width: 370px;
    height: unset;
  }
  .register-form form input {
    margin: 10px 0;
  }
  .register-form form h2 {
    font-size: 19px;
    padding: 6px 0;
  }
  .register-form form .bottom-text {
    font-size: 13px;
  }
}

@media screen and (max-width: 375px) {
  .login-form form {
    width: 340px;
    height: 310px;
  }
  .login-form form h2 {
    font-size: 24px;
    padding: 6px 0;
  }
  .login-form form .bottom-text {
    font-size: 13px;
  }
  .register-form form {
    width: 340px;
    height: unset;
  }
  .register-form form input {
    margin: 10px 0;
  }
  .register-form form h2 {
    font-size: 19px;
    padding: 6px 0;
  }
  .register-form form .bottom-text {
    font-size: 12px;
  }
}

@media screen and (max-width: 360px) {
  .login-form form {
    width: 300px;
    height: 320px;
  }
  .login-form form h2 {
    font-size: 20px;
    padding: 11px 0;
  }
  .login-form form .bottom-text {
    font-size: 12px;
  }
  .register-form form {
    width: 330px;
    height: unset;
  }
  .register-form form input {
    margin: 10px 0;
  }
  .register-form form h2 {
    font-size: 19px;
    padding: 6px 0;
  }
  .register-form form .bottom-text {
    font-size: 15px;
  }
}

@media screen and (max-width: 320px) {
  .login-form form {
    width: 290px;
    height: 320px;
  }
  .login-form form h2 {
    font-size: 20px;
    padding: 5px 0;
  }
  .login-form form .bottom-text {
    font-size: 12px;
  }
  .register-form form {
    width: 280px;
    height: unset;
  }
  .register-form form input {
    margin: unset;
  }
  .register-form form h2 {
    font-size: 14px;
    padding: 6px 0;
  }
  .register-form form .bottom-text {
    font-size: 12px;
  }
}

@media screen and (max-width: 280px) {
  .login-form form {
    width: 240px;
    height: 320px;
  }
  .login-form form h2 {
    font-size: 17px;
    padding: 6px 0;
  }
  .login-form form .bottom-text {
    font-size: 12px;
  }
  .register-form form {
    width: 240px;
  }
  .register-form form h2 {
    font-size: 15px;
    padding: 6px 0;
  }
  .register-form form .bottom-text {
    font-size: 12px;
  }
}

/*Responsiveness*/
/*# sourceMappingURL=main.css.map */