#auth_layout {
  @apply h-screen;
  .auth_layout_container {
    @apply relative px-4 py-2 w-full h-full sm:max-w-lg mx-auto bg-transparent ;
  }
  .auth_layout__header {
    @apply text-center mt-6;
  }

  .auth_layout__header h1 {
    @apply m-0 text-sm tracking-wider;
  }
  .auth_footer_layout {
    font-family: "Roboto";
    font-style: italic;
    font-weight: 500;
    font-size: 18px;
    line-height: 21px;
    display: flex;
    align-items: center;
    text-align: center;
    color: #8e8e8e;
  }
}
