/* line 1, app/assets/stylesheets/components/_sign_in.scss */
* {
  margin: 0;
  padding: 0;
}

/* line 5, app/assets/stylesheets/components/_sign_in.scss */
p {
  margin: 0;
}

/* line 10, app/assets/stylesheets/components/_sign_in.scss */
a {
  text-decoration: none;
}

/* line 13, app/assets/stylesheets/components/_sign_in.scss */
.bg-image-login {
  background-image: url(/assets/log-in-4d44e67b6348c95eb99752c4b47ecca1a6ad77b67761cf100dd85db529962c83.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  height: 100vh;
}

/* line 21, app/assets/stylesheets/components/_sign_in.scss */
.bg-image-new-login {
  background-image: url(/assets/bg-signup-95d30f1aae81b413f3b86122857e427182d3e6a828ac92ec05849f57436298bc.png) !important;
  background-repeat: repeat-y !important;
  background-size: cover !important;
  padding: 0% 0%;
  background-position: top center !important;
}

/* line 30, app/assets/stylesheets/components/_sign_in.scss */
.footer-bg {
  background-color: #2b2b2b;
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  padding-top: 2%;
}

/* line 38, app/assets/stylesheets/components/_sign_in.scss */
.footer-bg a {
  color: #ffff;
  text-decoration: underline;
}

/* line 43, app/assets/stylesheets/components/_sign_in.scss */
.footer-title {
  font-style: normal;
  font-weight: 500;
  font-size: 20px;
  line-height: 211%;
  color: #ffffff;
}

/* line 52, app/assets/stylesheets/components/_sign_in.scss */
.footer-subtitle {
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 114%;
  margin-bottom: 1rem;
  color: #ffffff;
}

/* line 61, app/assets/stylesheets/components/_sign_in.scss */
.copyright-area {
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  line-height: 155%;
  background-color: #000000;
  padding: 8px 0px;
  color: #ffffff;
  margin-top: 2%;
}

/* line 72, app/assets/stylesheets/components/_sign_in.scss */
.copy-text {
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  line-height: 155%;
  color: #ffffff;
}

/* line 81, app/assets/stylesheets/components/_sign_in.scss */
.form-bg {
  background-color: #ffffff;
  padding: 3% 4% 1% 4%;
  border-radius: 25px;
  width: 30.5rem;
}

/* line 89, app/assets/stylesheets/components/_sign_in.scss */
.footer-bg .input-group {
  width: 84%;
}

/* line 93, app/assets/stylesheets/components/_sign_in.scss */
.sign-btn {
  background: #014b92;
  border-radius: 5.16343px;
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  border: 0px;
  width: 11rem;
  padding: 0.5rem 0px;
  color: #ffffff;
}

/* line 106, app/assets/stylesheets/components/_sign_in.scss */
.sign-btn-1 {
  background: #d87000;
  border-radius: 5.16343px;
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  display: inline-block;
  border: 0px;
  width: 11rem;
  padding: 0.5rem 0px;
  color: #ffffff;
}

/* line 120, app/assets/stylesheets/components/_sign_in.scss */
.sign-btn-1:hover {
  color: #ffffff;
}

/* line 125, app/assets/stylesheets/components/_sign_in.scss */
.form-control {
  background-color: #EFF0F2;
}

/* line 128, app/assets/stylesheets/components/_sign_in.scss */
.footer-bg .form-control {
  border-radius: 0px;
  padding: 0.8rem 0.8rem;
}

/* line 132, app/assets/stylesheets/components/_sign_in.scss */
.footer-bg .input-group-text {
  border-radius: 0px;
  background-color: #436cff;
  padding: 0.375rem 0.9rem;
}

/* line 138, app/assets/stylesheets/components/_sign_in.scss */
.log-text {
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #4d5959;
}

/* line 146, app/assets/stylesheets/components/_sign_in.scss */
.bg-image-login .form-check {
  padding-left: 2em;
}

/* line 149, app/assets/stylesheets/components/_sign_in.scss */
.company-logo {
  width: 5rem;
  text-align: center;
}

@media only screen and (max-width: 600px) {
  /* line 156, app/assets/stylesheets/components/_sign_in.scss */
  .footer-title {
    font-size: 12px;
  }
  /* line 161, app/assets/stylesheets/components/_sign_in.scss */
  .footer-subtitle {
    font-size: 12px;
  }
  /* line 166, app/assets/stylesheets/components/_sign_in.scss */
  .footer-bg .form-control {
    font-size: 12px;
  }
  /* line 170, app/assets/stylesheets/components/_sign_in.scss */
  .form-bg {
    height: 100%;
  }
  /* line 174, app/assets/stylesheets/components/_sign_in.scss */
  .bg-image-login {
    height: 64.5vh;
  }
}

@media only screen and (min-width: 600px) and (max-width: 767px) {
  /* line 188, app/assets/stylesheets/components/_sign_in.scss */
  .footer-title {
    font-size: 12px;
  }
  /* line 198, app/assets/stylesheets/components/_sign_in.scss */
  .footer-subtitle {
    font-size: 12px;
  }
  /* line 203, app/assets/stylesheets/components/_sign_in.scss */
  .footer-bg .form-control {
    font-size: 12px;
  }
  /* line 207, app/assets/stylesheets/components/_sign_in.scss */
  .form-bg {
    height: 100%;
  }
}

@media only screen and (min-width: 768px) {
  /* line 218, app/assets/stylesheets/components/_sign_in.scss */
  .footer-title {
    font-size: 14px;
  }
  /* line 223, app/assets/stylesheets/components/_sign_in.scss */
  .footer-subtitle {
    font-size: 14px;
  }
  /* line 228, app/assets/stylesheets/components/_sign_in.scss */
  .footer-bg .form-control {
    font-size: 14px;
  }
}

/* line 233, app/assets/stylesheets/components/_sign_in.scss */
.sign-in-company-logo {
  width: 11rem !important;
}
