body, html {
  margin: 0;
  padding: 0;
}

body {
  background-color: rgba(0, 0, 0, 0.75);
}

.login-form {
  min-height: 100vh;
  margin-bottom: -14px;
  padding-bottom: 30px;
  padding-top: 30px;
  box-sizing: border-box;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

.header {
  padding-bottom: 16px;
  display: flex;
  width: 520px;
  max-width: 95%;
  align-items: flex-end;
  border-bottom: 2px solid #FAFF00;
  margin-bottom: 80px;
}
.header img {
  height: 100px;
}
.header span {
  margin-left: auto;
  font-family: "Roboto";
  font-style: normal;
  font-weight: 400;
  font-size: 40px;
  line-height: 47px;
  display: inline-block;
  text-align: right;
  color: #FAFF00;
}

.body {
  width: 520px;
  max-width: 95%;
}
.body form .form-group {
  width: 280px;
  display: flex;
  align-items: center;
  margin-bottom: 35px;
  max-width: 100%;
}
.body form label {
  width: 30px;
  font-family: "Roboto";
  font-style: normal;
  font-weight: 300;
  font-size: 10px;
  line-height: 12px;
  /* identical to box height */
  display: inline-block;
  margin-right: 30px;
  color: #FAFF00;
}
.body form input, .body form input:-webkit-autofill {
  flex-grow: 1;
  font-family: "Roboto";
  font-style: normal;
  font-weight: 300;
  font-size: 14px;
  line-height: 12px;
  /* identical to box height */
  color: #FF8C38 !important;
  border-top: none !important;
  border-left: none !important;
  border-right: none !important;
  border-bottom: 1px solid #FAFF00 !important;
  background-color: transparent !important;
}
.body form input:focus, .body form input:-webkit-autofill:focus {
  outline: none !important;
  border-bottom: 1px solid #FF8C38 !important;
}
.body form > .text-center {
  text-align: right;
}
.body form button {
  border-radius: 50%;
  background-color: #FAFF00;
  width: 70px;
  height: 70px;
  cursor: pointer;
  position: relative;
  z-index: 2;
  font-weight: bold;
  border: 3px solid #FF8C38;
  transition: 0.3s all;
}
.body form button:focus, .body form button:hover {
  outline: none;
  background-color: #FF8C38;
}
.body form button:before {
  position: absolute;
  content: "";
  border-radius: 10px 10px 0 0;
  border: 20px solid #FF8C38;
  border-bottom-width: 15px;
  border-bottom-color: transparent;
  top: 100%;
  left: 13px;
  margin-top: -3px;
  z-index: 0;
}

.text-center.bg-red.text-white.mt-1.mb-3 {
  color: #FF8C38;
}

.rights {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 300;
  font-size: 8px;
  line-height: 9px;
  color: #FAFF00;
  height: 14px;
  text-align: center;
}

/*# sourceMappingURL=stel2.css.map */
