.test-site.anonymous.path-user .login-page,
.emasters.anonymous.path-user .login-page {
  padding: 0; }
  @media screen and (max-width: 1024px) {
    .test-site.anonymous.path-user .login-page .left-section,
    .emasters.anonymous.path-user .login-page .left-section {
      padding: 0 0 5px 0; } }
  .test-site.anonymous.path-user .login-page .right-section,
  .emasters.anonymous.path-user .login-page .right-section {
    border: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    /*height: 100vh;*/
}
    .test-site.anonymous.path-user .login-page .right-section #block-hello-loginlogo,
    .emasters.anonymous.path-user .login-page .right-section #block-hello-loginlogo {
      position: relative; }
      .test-site.anonymous.path-user .login-page .right-section #block-hello-loginlogo .parent-logo,
      .emasters.anonymous.path-user .login-page .right-section #block-hello-loginlogo .parent-logo {
        width: 50%;
        position: absolute;
        /* right: 30px;*/
	width: 70%;
        position: absolute;
        transform: translateX(-50%);
        left: 50%;
        padding: 20px; /* Adds padding inside the logo area */
        box-sizing: border-box; /* Ensures padding is included in the width */ }
        @media screen and (max-width: 1024px) {
          .test-site.anonymous.path-user .login-page .right-section #block-hello-loginlogo .parent-logo,
          .emasters.anonymous.path-user .login-page .right-section #block-hello-loginlogo .parent-logo {
            /* position: unset;*/
            display: flex;
            justify-content: center;
            align-items: center;
             transform: translateX(-50%); } }
    @media screen and (max-width: 1024px) {
      .test-site.anonymous.path-user .login-page .right-section .user-login-form,
      .emasters.anonymous.path-user .login-page .right-section .user-login-form {
        margin-top: 1.5rem; } }
	   @media screen and (max-width: 1024px) {
      .test-site.anonymous.path-user .login-page .site-name-title,
      .emasters.anonymous.path-user .login-page .site-name-title {
        text-align: center;
  border: 1px solid;
  display: flex;
  margin-top: 70px;
  justify-content: center;
  padding: 10px 0;
  border-radius: 5px;
  background: #e9ecef;
  color: #fff; }
  .site-name-title .itext {
    font-size: 1.5rem;
    font-weight: 500;
    color: #004fbd; } }

.test-site .flexslider,
.emasters .flexslider {
  margin: 0;
/*height: 99vh;*/ }
  .test-site .flexslider .slides img,
  .emasters .flexslider .slides img {
    max-height: 100vh;
    background-size: cover;
    max-width: 100vw; }
  .test-site .flexslider .flex-control-nav,
  .emasters .flexslider .flex-control-nav {
    bottom: 5px;
    z-index: 99; }

.site-name-title {
  text-align: center;
  border: 1px solid;
  display: flex;
  justify-content: center;
  padding: 10px 0;
  border-radius: 5px;
  background: #e9ecef;
  color: #fff; }
  .site-name-title .itext {
    font-size: 1.5rem;
    font-weight: 500;
    color: #004fbd; }

.em-module-section {
  display: flex;
  justify-content: space-between;
  margin-top: 5px; }
  .em-module-section div {
    font-size: 12px;
    font-weight: 400;
    line-height: 16px;
    height: 32px;
    overflow: hidden;
    display: flex;
    flex-direction: column; }

/*# sourceMappingURL=emasters.css.map */
