<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@import url("https://fonts.googleapis.com/css?family=Raleway:400,700");
@import url("https://cdn.jsdelivr.net/npm/bootstrap-icons@1.7.2/font/bootstrap-icons.css");
.colore1 {
  color: #e37f40;
  fill: #e37f40;
}

.bodyhome {
  background: -webkit-gradient(linear, left top, right top, from(#f4e5c5), to(#ce7e4c));
  background: linear-gradient(90deg, #f4e5c5, #ce7e4c);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-family: Raleway, sans-serif;
  min-height: 100vh;
}

.screen {
  background: -webkit-gradient(linear, left top, right top, from(#be7d55), to(#c77e2b));
  background: linear-gradient(90deg, #be7d55, #c77e2b);
  position: relative;
  height: 600px;
  width: 360px;
  -webkit-box-shadow: 0px 0px 24px #b47c59;
          box-shadow: 0px 0px 24px #b47c59;
}

.screen__content {
  z-index: 1;
  position: relative;
  height: 100%;
}

.screen__background {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 0;
  -webkit-clip-path: inset(0 0 0 0);
  clip-path: inset(0 0 0 0);
}

.screen__background__shape {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  position: absolute;
}

.screen__background__shape1 {
  height: 520px;
  width: 520px;
  background: #FFF;
  top: -50px;
  right: 120px;
  border-radius: 0 72px 0 0;
}

.screen__background__shape2 {
  height: 220px;
  width: 220px;
  background: #b46432;
  top: -172px;
  right: 0;
  border-radius: 32px;
}

.screen__background__shape3 {
  height: 540px;
  width: 190px;
  background: -webkit-gradient(linear, right top, left top, from(#c7662b), to(#a15f36));
  background: linear-gradient(270deg, #c7662b, #a15f36);
  top: -24px;
  right: 0;
  border-radius: 32px;
}

.screen__background__shape4 {
  height: 400px;
  width: 200px;
  background: #b6772f;
  top: 420px;
  right: 50px;
  border-radius: 60px;
}

.login {
  width: 320px;
  padding: 30px;
  padding-top: 156px;
}

.login__field {
  padding: 20px 0px;
  position: relative;
}

.login__icon {
  position: absolute;
  top: 30px;
  color: #b37631;
}

.login__input {
  border: none;
  border-bottom: 2px solid #D1D1D4;
  background: none;
  padding: 10px;
  padding-left: 24px;
  font-weight: 700;
  width: 75%;
  -webkit-transition: .2s;
  transition: .2s;
}

.login__input:active,
.login__input:focus,
.login__input:hover {
  outline: none;
  border-bottom-color: #a15f36;
}

.login__submit, .login__warning {
  background: #fff;
  font-size: 14px;
  margin-top: 30px;
  padding: 16px 20px;
  border-radius: 26px;
  text-transform: uppercase;
  font-weight: 700;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  -webkit-box-shadow: 0px 2px 2px #b47c59;
          box-shadow: 0px 2px 2px #b47c59;
  -webkit-transition: .2s;
  transition: .2s;
}

.login__warning {
  border: 1px solid #d3260f;
  color: #d3260f;
}

.login__submit {
  color: #e37f40;
  border: 1px solid #D4D3E8;
  cursor: pointer;
}

.login__submit:active,
.login__submit:focus,
.login__submit:hover {
  border-color: #a15f36;
  outline: none;
}

.button__icon {
  font-size: 30px;
  margin-left: auto;
  color: #b37631;
}
/*# sourceMappingURL=home.min.css.map */</pre></body></html>