@import '@/styles/responsive.scss';

.simpleLayout {
  margin-top: 100px;

  background: #f6f8fa;
  height: 100%;
  min-height: 100vh;

  @include small-screen {
    margin: 0 auto !important;
    max-width: 100%;
  }
}

.backbtn {
  position: absolute;
  left: 0;
  // top: 0;
}

.backButton {
  display: flex;
  position: absolute;

  top: 1%;
  left: 0px;
  justify-content: center;
  align-items: center;
  transform: translateY(-1%);

  z-index: 100;

  border-radius: 15px;
  background: linear-gradient(180deg, #387c44 0%, #296832 100%);

  width: 50px !important;
  height: 50px;

  @include laptop {
    left: -77px;
  }

  @include tablet {
    display: none;
  }
}
