body {
  overflow-x: hidden !important;
  font-family: 'Poppins', sans-serif;
  text-rendering: optimizelegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  margin: 0;
  padding: 0px; }
  body.swal2-height-auto {
    height: 100vh !important; }

@media screen and (max-width: 650px) {
  .box-login {
    width: 100% !important;
    padding: 30px !important; } }

@media screen and (min-width: 651px) and (max-width: 799px) {
  .box-login {
    width: 50% !important;
    padding: 30px !important; } }

@media screen and (min-width: 800px) and (max-width: 1199px) {
  .box-login {
    width: 45% !important;
    padding: 30px !important; } }

@media screen and (min-width: 1200px) and (max-width: 1600px) {
  .box-login {
    width: 28% !important;
    padding: 30px !important; } }

section#page {
  height: 100vh;
  padding: 0px;
  display: flex;
  align-items: center;
  position: relative;
  justify-content: center;
  overflow: hidden; }
  section#page .container-fluid, section#page .row {
    height: 100%; }
  section#page .row {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start; }

.noselect {
  -webkit-touch-callout: none;
  /* iOS Safari */
  -webkit-user-select: none;
  /* Safari */
  -khtml-user-select: none;
  /* Konqueror HTML */
  -moz-user-select: none;
  /* Old versions of Firefox */
  -ms-user-select: none;
  /* Internet Explorer/Edge */
  user-select: none;
  /* Non-prefixed version, currently
                                    supported by Chrome, Edge, Opera and Firefox */ }

.box-login {
  width: 25%;
  padding: 40px;
  background: #fff;
  text-align: center;
  height: 100%;
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
  position: absolute;
  left: 0px;
  top: 0px; }
  .box-login img {
    max-width: 200px;
    margin: auto; }
  .box-login .logo-content {
    width: 100%;
    margin-bottom: 20px; }
  .box-login .form-group {
    width: 100%;
    margin-bottom: 14px; }
  .box-login .form-control {
    height: 48px !important;
    font-size: 0.9rem;
    font-weight: 500;
    border-radius: 8px; }
  .box-login .form-input-icon {
    width: 100%;
    position: relative; }
    .box-login .form-input-icon i {
      position: absolute;
      top: 50%;
      transform: translateY(-50%);
      left: 10px;
      font-size: 20px;
      color: #225a9a; }
    .box-login .form-input-icon input,
    .box-login .form-input-icon select {
      padding-left: 35px; }
  .box-login label {
    display: block;
    margin-bottom: 2px;
    color: #225a9a;
    font-size: 0.9rem;
    font-weight: 500;
    text-align: left; }
  .box-login .action {
    margin-top: 20px; }
  .box-login button {
    cursor: pointer;
    height: 45px;
    background: #3370b4;
    color: #fff;
    font-size: 1rem;
    font-weight: bold;
    letter-spacing: 0.4px;
    text-align: center;
    padding: 10px;
    padding-left: 20px;
    border: 0px !important;
    padding-right: 20px;
    border-radius: 8px;
    outline: none !important;
    display: block;
    width: 100%;
    transition: all 0.2s ease-in-out; }
    .box-login button:hover {
      background: #225a9a !important;
      color: #fff !important; }
