.btn-outline-info {
  border: 1px solid #E0FE67;
  border-radius: 8px;
  color: #E0FE67;
}

.mt-20 {
  margin-top: 20px;
}

.welcome-title {
  font-style: normal;
  font-weight: 500;
  font-size: 28px;
  line-height: 48px;
  color: #FFFFFF;
  margin-bottom: 0px;
  text-align: center;
}

.detailsFont {
  color: #B7B8B5;
  font-size: 14px;
}

.ff-login-box {
  padding-top: 30px;
  width: 500px;
  border-radius: 16px !important;
}
@media all and (max-width: 767px) {
  .ff-login-box {
    width: 100%;
  }
}

.ff-label {
  font-style: normal;
  font-weight: 400 !important;
  font-size: 14px;
  line-height: 21px;
  color: #B7B8B5;
}

.ff-chckbox {
  background-color: #1E1E1E !important;
}

.ff-checkbox {
  display: block;
  position: relative;
  padding-left: 30px;
  margin-bottom: 12px;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

.ff-checkbox input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

.checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 20px;
  width: 20px;
  background-color: #1E1E1E;
  border: 1px solid #B7B8B5;
  border-radius: 2px;
}

input {
  -webkit-text-fill-color: #fff !important;
}

.ff-checkbox :hover input ~ .checkmark {
  background-color: #ccc;
}

.ff-checkbox input:checked ~ .checkmark {
  background-color: #E0FE67;
}

.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

.ff-checkbox input:checked ~ .checkmark:after {
  display: block;
}

.ff-checkbox .checkmark:after {
  left: 6px;
  top: 3px;
  width: 5px;
  height: 12px;
  border: 2px solid #1E1E1E;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
}

.ff-link {
  color: #FFFFFF;
  text-decoration-line: underline;
}

.ff-link:hover {
  color: #E0FE67;
}

.ff-text {
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  line-height: 21px;
  /* identical to box height */
  text-align: center;
}
.ff-text svg path {
  stroke: #e0fe67;
}
.ff-text a:first-of-type {
  margin-right: 10px;
}

.ff-foter-text {
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 18px;
  /* identical to box height */
  letter-spacing: 0.02em;
  color: rgba(255, 255, 255, 0.6);
}

@media all and (max-width: 1399px) {
  .logo-item img {
    width: 140px;
  }
}/*# sourceMappingURL=login.module.css.map */