@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@400;700&display=swap");

* {
  padding: auto;
  margin: auto;
  box-sizing: border-box;
  font-family: Arial, Helvetica, sans-serif;
}

iframe[style*="top: 0px"] {
  display: none !important;
  height: 0 !important;
  border: none !important;
  box-shadow: none !important;
  visibility: hidden !important;
}

body {
  top: 0px !important;
  margin-top: 0px !important;
}

pre {
  white-space: break-spaces;
}

a,
button,
img,
input[type="submit"] {
  cursor: pointer;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 600;
  line-height: 1.2;
}

h1 {
  font-size: 1.7em;
}

h2 {
  font-size: 1.55em;
}

h3 {
  font-size: 1.4em;
}

h4 {
  font-size: 1.25em;
}

h5 {
  font-size: 1.1em;
}

h6 {
  font-size: 0.9em;
}

p {
  font-size: 0.9em;
}

pre {
  font-size: 0.9em;
}

body {
  background: #fff;
  color: #111;
}

.shdw {
  -webkit-box-shadow: 0 4px 5px 0 rgba(0, 0, 0, 0.14),
    0 1px 10px 0 rgba(0, 0, 0, 0.12), 0 2px 4px -1px rgba(0, 0, 0, 0.3);
  box-shadow: 0 4px 5px 0 rgba(0, 0, 0, 0.14), 0 1px 10px 0 rgba(0, 0, 0, 0.12),
    0 2px 4px -1px rgba(0, 0, 0, 0.3);
}

h1,
h2,
h3,
h4,
h5,
h6,
a,
p,
pre,
label {
  margin: 5px auto;
}

@media only screen and (min-width: 601px) {
  .login {
    width: 100%;
    height: auto;
    display: block;
    overflow: hidden;
  }

  .login .banner {
    width: 55%;
    height: 100vh;
    overflow: hidden;
    border-right: 1px solid #aaa;
    display: block;
    position: fixed;
    top: 0;
    left: 0;
  }

  .login .banner img {
    width: 100%;
    height: auto;
    display: block;
    overflow: hidden;
    object-position: center;
    object-fit: cover;
    margin: 10px auto;
  }

  .login .form {
    width: 43%;
    height: 100vh;
    display: block;
    overflow: hidden;
    overflow-y: scroll;
    padding: 15px 45px;
    text-align: left;
    position: fixed;
    top: 0;
    right: 0;
  }

  .login .form img {
    width: 30%;
    height: auto;
    display: block;
    margin: 1rem 0;
  }

  .login .form h1 {
    font-size: 18pt;
    text-transform: capitalize;
    margin: 2rem auto;
  }

  .login .form label,
  .login .form button,
  .login .form a,
  .login .form select,
  .login .form input {
    width: 100%;
    height: auto;
    display: block;
    overflow: hidden;
    margin: 15px auto;
    border-radius: 30px;
  }

  .login .form input,
  .login .form select {
    padding: 10px 15px;
    border: 1px solid #aaa;
  }

  .login .form button,
  .login .form a {
    margin: 1.5rem auto;
    padding: 10px 15px;
    background: blue;
    color: #fff;
    text-align: center;
    text-decoration: none;
    font-size: 10pt;
  }

  .login .form a {
    background: #111;
  }
}

@media only screen and (max-width: 600px) {
  .login {
    width: 100%;
    height: auto;
    display: block;
    overflow: hidden;
  }

  .login .banner {
    display: none;
  }

  .login .form {
    width: 100%;
    height: auto;
    display: inline-block;
    overflow: hidden;
    padding: 15px 20px;
  }

  .login .form img {
    width: 150px;
    height: auto;
    display: block;
    margin: 2rem 0;
  }

  .login .form h1 {
    font-size: 21.8pt;
    text-transform: capitalize;
    margin: 3rem auto;
  }

  .login .form label,
  .login .form button,
  .login .form a,
  .login .form select,
  .login .form input {
    width: 100%;
    height: auto;
    display: block;
    overflow: hidden;
    margin: 15px auto;
    border-radius: 30px;
  }

  .login .form input,
  .login .form select {
    padding: 10px 15px;
    border: 1px solid #aaa;
  }

  .login .form button,
  .login .form a {
    margin: 1.5rem auto;
    padding: 10px 15px;
    background: blue;
    color: #fff;
    text-align: center;
    text-decoration: none;
    font-size: 10pt;
  }

  .login .form a {
    background: #111;
  }
}

img {
  object-fit: cover !important;
  object-position: center !important;
}

.language-switcher {
  margin-top: 3rem;
}

.language-switcher a {
  background: transparent !important;
  color: #000 !important;
}
