/*
 * zoficash Auth Pages (Signin, Signup, etc.)
 *
 * This style is use in auth pages.
 *
 */
/* line 7, app/assets/stylesheets/css/zoficash.auth.css */
.content-auth {
  min-height: calc(100vh - 106px);
  display: flex;
  flex-direction: column;
  justify-content: center;
}

/* line 12, app/assets/stylesheets/css/zoficash.auth.css */
.content-auth > .container {
  padding: 0;
}

@media (max-width: 1139px) {
  /* line 15, app/assets/stylesheets/css/zoficash.auth.css */
  .content-auth > .container {
    max-width: none;
    padding: 0 20px;
  }
}

/* line 18, app/assets/stylesheets/css/zoficash.auth.css */
.content-auth > .container:first-child {
  flex: 1;
}

/* line 21, app/assets/stylesheets/css/zoficash.auth.css */
.content-auth-alt {
  min-height: calc(100vh - 106px);
  display: flex;
  flex-direction: column;
  justify-content: center;
}

/* line 26, app/assets/stylesheets/css/zoficash.auth.css */
.content-auth-alt .container {
  padding: 0;
}

@media (max-width: 1139px) {
  /* line 29, app/assets/stylesheets/css/zoficash.auth.css */
  .content-auth-alt .container {
    max-width: none;
  }
}

/* line 32, app/assets/stylesheets/css/zoficash.auth.css */
.sign-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 340px;
}

@media (min-width: 1200px) {
  /* line 39, app/assets/stylesheets/css/zoficash.auth.css */
  .sign-wrapper {
    width: 340px;
  }
}

/* line 41, app/assets/stylesheets/css/zoficash.auth.css */
.sign-wrapper .form-group label {
  display: block;
  margin-bottom: 5px;
}

/* line 45, app/assets/stylesheets/css/zoficash.auth.css */
.content-auth {
  min-height: 100% !important;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

/* line 2, app/assets/stylesheets/login.scss */
ul.list-group.employers {
  max-height: 400px;
  overflow: hidden;
  overflow-y: scroll;
}

/* line 7, app/assets/stylesheets/login.scss */
img.img-fluid.rounded {
  max-height: 80vh;
}

/* line 10, app/assets/stylesheets/login.scss */
.content-auth {
  min-height: calc(100vh - 45px) !important;
}

/* line 13, app/assets/stylesheets/login.scss */
.custom-select-lg {
  font-size: inherit;
  height: 43px;
}

/* line 17, app/assets/stylesheets/login.scss */
.modal-dialog.sm-modal {
  max-width: 400px;
  margin: 1.75rem auto;
}

@media (min-width: 576px) {
  /* line 22, app/assets/stylesheets/login.scss */
  .card-body.login {
    padding: 50px;
  }
}
