.account-info-area {
  background-color: none !important;
  border: solid 1px #f5f5f5;
}
:root {
  --locatto-purple: #4A0B7E;
  --locatto-purple-hover: #4a2ea4;
}
.login-wrapper {
  display: flex;
  height: 100%;
  width: 100%;
}
.left-panel, .right-panel {
  flex: 1;
  min-width: 0;
  overflow-y: auto;
}
.left-panel {
  background-color: var(--locatto-purple);
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  padding: 2rem;
  text-align: center;
}
.left-panel img {
  max-width: 270px;
  height: auto;
  margin-bottom: 1.5rem;
}
.right-panel {
  background-color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 2rem;
}
.form-container {
  width: 90%;
  max-width: 500px;
}
.form-container-registrar {
  width: 90%;
  max-width: 600px;
}
.form-container, .form-container-registrar, .form-container .sub-title, .form-container .title, .form-container .text, .form-container-registrar .sub-title, .form-container .title, .form-container .text {
  color: #333 !important;
}
.logo-mobile {
  display: none;
  max-width: 180px;
  margin: 0 auto 1.5rem;
}
.btn-locatto {
  background-color: var(--locatto-purple);
  color: #fff;
  border: none;
}
.btn-locatto:hover {
  background-color: var(--locatto-purple-hover);
}
@media (max-width: 767.98px) {
  .left-panel {
    display: none;
  }
  .logo-mobile {
    display: block !important;
  }
}
.account-info-area {
  background-color: none !important;
  border: solid 1px #f5f5f5;
}
.login-wrapper, .login-wrapper .sub-title, .login-wrapper .title, .login-wrapper .text {
  color: #333 !important;
}
.login-wrapper .login-form .login-head, .login-wrapper .form-container-registrar .login-head {
  text-align: center;
  margin-bottom: 2rem;
}
.login-wrapper .login-form .login-head .title, .login-wrapper .form-container-registrar .login-head .title {
  font-size: 36px;
  font-weight: 600;
}
.login-wrapper .login-form .login-title, .login-wrapper .form-container-registrar .login-title {
  text-align: center;
  position: relative;
  margin-bottom: 48px;
  z-index: 1;
  display: flex;
  align-items: center;
}
.login-wrapper .login-form .login-title:before, .login-wrapper .login-form .login-title:after, .login-wrapper .form-container-registrar .login-title:before, .login-wrapper .form-container-registrar .login-title:after {
  content: "";
  height: 1px;
  flex: 1 1;
  left: 0;
  background-color: var(--body-bg);
  top: 50%;
  z-index: -1;
  margin: 0;
  padding: 0;
}
.login-wrapper .login-form .login-title span, .login-wrapper .form-container-registrar .login-title span {
  padding: 0 18px;
}