@font-face {
  font-family: 'Nunito';
  font-style: italic;
  font-weight: 200;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/nunito/v26/XRXK3I6Li01BKofIMPyPbj8d7IEAGXNiLXA3ig.ttf) format('truetype');
}
@font-face {
  font-family: 'Nunito';
  font-style: italic;
  font-weight: 300;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/nunito/v26/XRXK3I6Li01BKofIMPyPbj8d7IEAGXNi83A3ig.ttf) format('truetype');
}
@font-face {
  font-family: 'Nunito';
  font-style: italic;
  font-weight: 400;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/nunito/v26/XRXK3I6Li01BKofIMPyPbj8d7IEAGXNirXA3ig.ttf) format('truetype');
}
@font-face {
  font-family: 'Nunito';
  font-style: italic;
  font-weight: 500;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/nunito/v26/XRXK3I6Li01BKofIMPyPbj8d7IEAGXNin3A3ig.ttf) format('truetype');
}
@font-face {
  font-family: 'Nunito';
  font-style: italic;
  font-weight: 600;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/nunito/v26/XRXK3I6Li01BKofIMPyPbj8d7IEAGXNic3c3ig.ttf) format('truetype');
}
@font-face {
  font-family: 'Nunito';
  font-style: italic;
  font-weight: 700;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/nunito/v26/XRXK3I6Li01BKofIMPyPbj8d7IEAGXNiSnc3ig.ttf) format('truetype');
}
@font-face {
  font-family: 'Nunito';
  font-style: italic;
  font-weight: 800;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/nunito/v26/XRXK3I6Li01BKofIMPyPbj8d7IEAGXNiLXc3ig.ttf) format('truetype');
}
@font-face {
  font-family: 'Nunito';
  font-style: italic;
  font-weight: 900;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/nunito/v26/XRXK3I6Li01BKofIMPyPbj8d7IEAGXNiBHc3ig.ttf) format('truetype');
}
@font-face {
  font-family: 'Nunito';
  font-style: normal;
  font-weight: 200;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/nunito/v26/XRXI3I6Li01BKofiOc5wtlZ2di8HDDshRTM.ttf) format('truetype');
}
@font-face {
  font-family: 'Nunito';
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/nunito/v26/XRXI3I6Li01BKofiOc5wtlZ2di8HDOUhRTM.ttf) format('truetype');
}
@font-face {
  font-family: 'Nunito';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/nunito/v26/XRXI3I6Li01BKofiOc5wtlZ2di8HDLshRTM.ttf) format('truetype');
}
@font-face {
  font-family: 'Nunito';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/nunito/v26/XRXI3I6Li01BKofiOc5wtlZ2di8HDIkhRTM.ttf) format('truetype');
}
@font-face {
  font-family: 'Nunito';
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/nunito/v26/XRXI3I6Li01BKofiOc5wtlZ2di8HDGUmRTM.ttf) format('truetype');
}
@font-face {
  font-family: 'Nunito';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/nunito/v26/XRXI3I6Li01BKofiOc5wtlZ2di8HDFwmRTM.ttf) format('truetype');
}
@font-face {
  font-family: 'Nunito';
  font-style: normal;
  font-weight: 800;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/nunito/v26/XRXI3I6Li01BKofiOc5wtlZ2di8HDDsmRTM.ttf) format('truetype');
}
@font-face {
  font-family: 'Nunito';
  font-style: normal;
  font-weight: 900;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/nunito/v26/XRXI3I6Li01BKofiOc5wtlZ2di8HDBImRTM.ttf) format('truetype');
}
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
body {
  position: relative;
  width: 100%;
  min-height: 100vh;
  display: flex;
  justify-content: center;
  align-items: center;
  background: linear-gradient(180deg, #91caf0 -2.22%, #a5ccee 12.41%, #c8cde9 45.09%, #dacce5 71.71%, #e0cbe4 88.77%, #dcc0dd 90.71%, #d1a3cb 96.19%, #cb91c0 100.7%, #c98abb 103.65%);
  background-repeat: no-repeat;
  background-size: 100vw 100vh;
  background-position: center center;
  overflow: hidden;
}
body::before {
  content: "";
  position: absolute;
  z-index: -2;
  top: 50%;
  right: 0;
  transform: translateX(50%) translateY(-50%);
  display: block;
  width: 500px;
  aspect-ratio: 1;
  border-radius: 100%;
  background-color: #96afdb;
  filter: blur(25px);
}
.login form {
  position: relative;
  width: 312.8px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  padding: 35.84px 22.32px;
  border-radius: 10px;
  background-color: #f6f9fe;
}
.login form::before {
  content: "";
  position: absolute;
  left: 1px;
  top: 1px;
  z-index: -1;
  display: block;
  width: 100%;
  height: 100%;
  border-radius: 10px;
  background-color: #e4ecf8;
  box-shadow: 2.5px 2.5px 10px rgba(50, 40, 119, 0.75);
}
.login .img,
.login .title,
.login .inputs,
.login .buttons {
  width: 100%;
}
.login .img {
  display: flex;
  justify-content: center;
  align-items: center;
  width: max-content;
  aspect-ratio: 1;
  padding: 10px 10px 0 10px;
  background-color: #f6f9fe;
  border-radius: 100%;
  overflow: hidden;
  border: 10px solid #f6f9fe;
  box-shadow: 10px 5px 15px rgba(50, 40, 119, 0.25), -10px -5px 15px #fff;
}
.login .img i {
  font-size: 70px;
  color: #f1cbe2;
}
.login .title {
  display: flex;
  justify-content: center;
}
.login .title h1 {
  margin-top: 38.12px;
  font-family: "Nunito";
  font-style: normal;
  font-weight: 800;
  font-size: 19.5px;
  color: #67679e;
}
.login .inputs {
  margin-top: 48.11px;
}
.login .inputs .input-wrapper {
  position: relative;
  margin-bottom: 28.8px;
}
.login .inputs .input-wrapper input {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 44.3px;
  background-color: #e4ecf8;
  border: 1px solid #e4ecf8;
  border-radius: 10px;
  text-align: center;
  transition: 0.2s ease-in-out;
  font-family: "Nunito";
  font-style: normal;
  font-weight: 600;
  font-size: 10.2099px;
  color: #67679e;
}
.login .inputs .input-wrapper input:active {
  background-color: transparent;
  border: 1px solid #bccbea;
  outline: none;
}
.login .inputs .input-wrapper input:focus {
  background-color: transparent;
  border: 1px solid #bccbea;
  outline: none;
}
.login .inputs .input-wrapper input.used {
  background-color: transparent;
  border: 2px solid #bccbea;
}
.login .inputs .input-wrapper label {
  position: absolute;
  width: max-content;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  font-family: "Nunito";
  font-style: normal;
  font-weight: 600;
  font-size: 10.2px;
  color: #bccbea;
  pointer-events: none;
  transition: 0.2s ease-in-out;
}
.login .inputs .input-wrapper label.active {
  top: -10px;
  left: 20px;
  transform: translate(0, 0);
  padding: 5px;
  background-color: #f6f9fe;
}
.login .buttons {
  display: flex;
  justify-content: center;
}
.login .buttons button {
  border: 0;
  border-radius: 100px;
  font-family: "Nunito";
  font-style: normal;
  font-weight: 800;
  font-size: 18.3778px;
  background: linear-gradient(90deg, #f1cbe2 1.32%, #7bcaf2 100.01%);
  color: #fff;
  cursor: pointer;
  transition: 0.1s ease-in-out;
}
.login .buttons button span {
  display: block;
  margin: 3px;
  padding: 2.7px 41.85px;
  transition: 0.2s ease-in-out;
}
.login .buttons button:hover span {
  border-radius: 100px;
  background-color: #fff;
  color: #67679e;
}
.login .buttons button:active {
  transform: scale(1.05);
}
.credit {
  position: absolute;
  bottom: 0;
  width: 100%;
  text-align: right;
  padding: 10px 20px;
  font-family: "Nunito";
  font-style: normal;
  font-weight: 800;
  font-size: 10px;
  color: #fff;
}
.credit a {
  text-decoration: none;
  color: #fff;
  transition: 0.2s ease-in-out;
}
.credit a:hover {
  color: #67679e;
}