body {
  background-color: #f9f9f9;
}

.screen-login {
  height: 100vh;
  display: flex;
  flex-direction: column;
  overflow-y: auto;
}

.logo img {
  max-width: 100px;
  width: 100%;
}

.e_login_wrapper {
  margin: 32px 0;
  background-color: #ffffff;
  box-shadow: 0px 3px 16px 0px rgba(0, 0, 0, 0.04);
  border-radius: 32px;
  max-width: 1140px;
  margin: 0 auto;
}

.e_login_wrapper .col-6 {
  position: relative;
}

.e_login_wrapper .coppyright {
  position: absolute;
  bottom: 24px;
  left: 50%;
  transform: translateX(-50%);
}

.e_welcomne_login {
  padding: 32px;
}

.e_welcomne_login h1 {
  text-align: center;
  color: #00205b;
  font-size: 32px;
  margin-bottom: 24px;
}

.e_form_login {
  padding: 72px 48px;
  border-left: 1px solid #dee2e6;
}

.e_form_login .logo {
  margin-bottom: 56px;
}

.e_form_login .or_text {
  position: relative;
  text-align: center;
  margin: 32px 0;
}

.e_form_login .or_text::before {
  content: "";
  border: 1px solid #f6f6f6;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
}

.e_form_login .or_text span {
  display: inline-block;
  position: relative;
  padding: 0 8px;
  background-color: #ffffff;
}

.e_form_login .btn-login-google {
  background-color: #f5f5f5;
  border-color: #dee2e6;
}

.e_form_login .btn-login-google img {
  width: 32px;
  height: 32px;
}

.e_form_login .btn-login-google span {
  padding-left: 8px;
}

.e_login_form .form-group + .form-group {
  margin-top: 32px;
}

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