/*!************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/next/dist/build/webpack/loaders/css-loader/src/index.js??ruleSet[1].rules[11].oneOf[13].use[2]!./node_modules/next/dist/build/webpack/loaders/postcss-loader/src/index.js??ruleSet[1].rules[11].oneOf[13].use[3]!./node_modules/next/dist/build/webpack/loaders/resolve-url-loader/index.js??ruleSet[1].rules[11].oneOf[13].use[4]!./node_modules/next/dist/compiled/sass-loader/cjs.js??ruleSet[1].rules[11].oneOf[13].use[5]!./src/app/login/Login.scss ***!
  \************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}

body {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100vh;
  font-family: Arial, Helvetica, sans-serif;
}

.login {
  width: 400px;
  min-width: 300px;
  border-radius: 10px;
  border-top-left-radius: 50px;
  border-bottom-right-radius: 50px;
  box-shadow: 1px 0px 16px -7px rgba(0, 0, 0, 0.88);
}
.login__image {
  width: 100px;
  display: block;
  margin: 20px auto;
  padding-top: 30px;
}
.login__title {
  text-align: center;
  font-weight: 600;
  margin-bottom: 25px;
}
.login__form__input {
  display: block;
  margin: auto;
  margin-top: 10px;
  height: 40px;
  width: 75%;
  padding-left: 10px;
  color: black;
  border: 1px solid;
  border-radius: 2px;
  font-family: Verdana, Geneva, Tahoma, sans-serif;
  background-color: transparent;
  border-top-left-radius: 10px;
  border-bottom-right-radius: 10px;
  font-size: 1rem;
  outline: none;
}
.login__form__link {
  display: flex;
  justify-content: flex-end;
  margin: auto;
  margin-top: 2px;
  width: 75%;
  font-size: 0.85rem;
}
.login__form__button {
  display: block;
  margin: auto;
  margin-top: 15px;
  margin-bottom: 10px;
  height: 40px;
  width: 78%;
  background-color: #1976d2;
  color: white;
  border-radius: 10px;
  cursor: pointer;
  outline: none;
  border: 2px solid #1976d2;
  transition: all 0.5s ease;
  text-decoration: none;
}
.login__form__button:hover {
  color: white;
  background-color: #303f9f;
  border: 2px solid #303f9f;
}
.login__footer {
  display: flex;
  justify-content: center;
  margin: auto;
  text-align: center;
  padding-bottom: 15px;
}
.login__footer__button {
  display: block;
  margin: auto;
  margin-bottom: 10px;
  height: 40px;
  width: 78%;
  background-color: white;
  color: black;
  border-radius: 10px;
  cursor: pointer;
  outline: none;
  border: 2px solid #636060;
  transition: all 0.5s ease;
  text-decoration: none;
}
.login__footer__button:hover {
  color: white;
  background-color: black;
  background-color: black;
}
