index.scss 923 Bytes
@import '../../assets/scss/mixins';
@import '../../assets/scss/utils';

.page {
  .bgc {
    image {
      width: 100%;
      height: 100%;
    }
  }

  .bg {
    image {
      position: absolute;
      width: 750px;
      height: 1303px;
      top: -130px;
    }
  }

  .decoration {
    position: relative;

    .d1 {
      position: absolute;
      width: 160px;
      height: 192px;
      top: 0;
      left: 0;
    }

    .d2 {
      position: fixed;
      width: 301px;
      height: 195px;
      left: 0;
      bottom: 0;
    }
  }

  .main {
    .top-space {
      height: 1042px;
    }

    .content {
      .btn {
        position: relative;
        margin: 0 auto;
        @include btn-center(336px, 88px);
        border-radius: 44px;
        background-image: linear-gradient(to right, #b83138, #f2234a 51%, #b83138);
        font-weight: 300;
        font-size: 32px;
        color: #fff;
      }
    }
  }
}