body {
  font-family: 'Source Sans Pro', sans-serif; }
  body.login-body {
    padding-top: 50px;
    background: #F2F3F3; }

.login-card {
  background: white;
  border-radius: 5px;
  -webkit-box-shadow: 0 3px 10px rgba(11, 4, 56, 0.1);
  box-shadow: 0 3px 10px rgba(11, 4, 56, 0.1);
  width: 100%; }

.login-logo {
  margin-bottom: 20px; }
  .login-logo img {
    height: 50px;
    vertical-align: middle; }
  .login-logo span {
    font-family: "Montserrat", sans-serif;
    font-weight: 900;
    color: #0b0438;
    font-size: 20px;
    vertical-align: middle;
    padding-left: 7px; }

.countdown-timer {
  list-style-type: none;
  margin: 0;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center; }
  .countdown-timer li {
    margin: 0 5px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
    .countdown-timer li p {
      font-weight: 700;
      font-size: 48px;
      color: #93c0b9;
      line-height: 0.85; }
    .countdown-timer li label {
      font-weight: 400;
      font-size: 18px;
      color: #86888D; }

.bg-login {
  background: #93c0b9;
  border-radius: 5px 5px 0 0;
  height: 150px;
  margin: 0 15px; }

.login-content {
  width: 100%;
  padding: 40px; }

.login-label {
  font-size: 24px;
  color: #0b0438;
  margin: 0 0 40px 0;
  font-weight: 600; }

.login-footer {
  display: block;
  font-size: 14px;
  opacity: 0.5;
  text-align: center;
  margin-top: 20px; }

.forgot {
  color: #86888D;
  font-size: 16px; }

.ip-block {
  text-align: center; }
  .ip-block svg {
    color: #FF5D5D;
    height: 72px;
    width: 72px;
    margin-bottom: 20px; }
  .ip-block h4 {
    color: #0b0438; }
  .ip-block p span {
    font-weight: 600;
    color: #93c0b9; }

.steps {
  list-style: none;
  margin: 0;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin: 20px 0 30px 0;
  position: relative; }
  .steps:before {
    width: 100%;
    border-top: 2px solid #F2F3F3;
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    z-index: 1;
    top: 18px; }

.step-item {
  background: #C2C3C6;
  line-height: 35px;
  padding: 0 13px;
  border-radius: 50%;
  font-size: 18px;
  color: #4A4E55;
  z-index: 2;
  border: 2px solid transparent; }
  .step-item.active {
    background: white;
    border-color: #93c0b9;
    color: #73ada4; }
  .step-item.done {
    background: #93c0b9;
    color: white; }

@media (max-width: 350px) {
  .login-content {
    padding: 30px; }

  .login-logo span {
    font-size: 17px; }
  .login-logo img {
    height: 28px; }

  .login-label {
    font-size: 20px;
    margin-bottom: 20px; } }
@media (min-width: 576px) {
  .login-logo span {
    font-size: 24px; }
  .login-logo img {
    height: 60px; }

  .login-label {
    font-size: 28px; } }
@media (min-width: 768px) {
  body.login-body {
    padding-top: 0 !important; }

  .bg-login {
    border-radius: 5px 0 0 5px;
    min-height: 500px;
    height: auto;
    margin: 0; }

  .login-content {
    width: 100%;
    padding: 30px 50px; } }
@media (max-height: 580px) {
  .h-100vh {
    height: auto !important; }

  body.login-body {
    margin: 30px 0; } }

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