/* Begin of sign in section  */
.form-group input {
  border: 1px solid #0000004f;
  padding: 14px;
  border-radius: 7px;
}
.make-digital-btn button {
  background-color: #15c8a0;
  border: none;
  color: #ffffff;
  font-size: 16px;
  font-family: "Poppins";
  font-weight: 500;
  width: 100%;
  padding: 15px 0px;
  border-radius: 10px;
}
.for-center-margin {
  width: 37%;
  margin: 0 auto;
}
.signin-sec p {
  font-size: 16px;
  font-family: "Poppins";
  font-weight: 500;
  margin-top: 19px;
}
.sign-in.for-center-margin h2 {
  font-size: 40px;
  color: #000000;
  font-family: "Poppins";
  font-weight: 500;
}

section.signin-sec {
  padding: 70px 0px;
}

.for-center-only {
  text-align: center;
}

/* This css is for normalizing styles. You can skip this. */
*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

.new {
  padding: 50px;
}

.for-flex .form-group {
  display: block;
  margin-bottom: 15px;
}

.for-flex .form-group input {
  padding: 0;
  height: initial;
  width: initial;
  margin-bottom: 0;
  display: none;
  cursor: pointer;
}
.for-flex .form-group label {
  position: relative;
  cursor: pointer;
  font-size: 15px;
}
.signin-sec .form-group input::placeholder {
  color: #bdbcbc;
  font-size: 15px;
}
.for-flex .form-group label:before {
  content: "";
  -webkit-appearance: none;
  background-color: transparent;
  border: 1px solid #bbbbbb;
  box-shadow: 0 1px 2px rgb(0 0 0 / 5%),
    inset 0px -15px 10px -12px rgb(0 0 0 / 5%);
  padding: 7px;
  display: inline-block;
  position: relative;
  vertical-align: middle;
  cursor: pointer;
  margin-right: 5px;
}
.for-flex .form-group input:checked + label:after {
  content: "";
  display: block;
  position: absolute;
  top: 6px;
  left: 6px;
  width: 6px;
  height: 11px;
  border: solid #bbbbbb;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
}
.for-flex {
  display: flex;
  justify-content: space-between;
  padding-top: 25px;
}

.for-flex label {
  font-size: 16px;
  color: #bbbbbb;
  font-family: "Poppins";
  font-weight: 400;
}

.forget a {
  font-size: 16px;
  color: #bbbbbb;
  font-family: "Poppins";
  font-weight: 400;
}

.terms-conditon p {
  font-size: 13px;
  color: #636060;
  font-family: "Poppins";
  font-weight: 300;
}

.terms-conditon a {
  color: #15c8a0;
  font-weight: 500;
}

.for-center-only a {
  color: #15c8a0;
  font-weight: 700;
}
/* End of sign in section  */
