HEX
Server: Microsoft-IIS/8.5
System: Windows NT YDAWBH120 6.3 build 9600 (Windows Server 2012 R2 Standard Edition) AMD64
User: tentjecom_web (0)
PHP: 7.4.14
Disabled: NONE
Upload Files
File: D:/HostingSpaces/Eurotools/euro-tools.nl/resources/assets/sass/site/pages/_login.sass
/* ==========================================================================
   Forbidden page
   ========================================================================== */

.login-form
  position: relative
  overflow: hidden
  width: 100%
  padding: 60px 0

  +respond-to-width(425)
    padding: 0

  .white-box
    position: relative
    width: column(8, 14)
    margin: 0 auto
    background-color: white
    border-radius: 2px
    +flex()

    +respond-to-width(1280)
      width: column(12, 14)

    +respond-to-width(425)
      width: 100%

    .right
      width: 100%
      padding: 60px column(1, 9)

      h3
        font-size: 18px
        font-weight: normal
        font-style: italic

      h4
        font-size: 15px
        font-weight: normal
        color: $euroLightGrey

      input
        margin-bottom: 20px

        &[type='submit']
          display: none

      .submit
        label
          border-radius: 5px
          border: none
          font-size: 15px
          width: 150px
          cursor: pointer
          padding: 11.5px 20px
          text-transform: none
          +flex()

      .alert
        background-color: rgba(#F95D5D, 0.3)
        display: block
        padding: 5px 10px
        font-size: 13px
        color: #d40606
        border-radius: 5px
        margin-bottom: 15px

      .submit
        label
          background-color: $euroYellow
          color: black
          &:hover
            background-color: lighten($euroYellow, 10%)

          > svg
            .cls-1
              opacity: 1
              fill: black

      a
        font-size: 0.6rem
        color: $euroLightGrey
        text-transform: uppercase
        border-bottom: solid 1px $euroLightGrey
        text-decoration: none
        padding-bottom: 2px
        &:hover
          color: lighten($euroLightGrey, 10%)



+respond-to-width(1280)
  body
    > .content
      &.emptyContent
        padding: 0

+respond-to-width(855)
  .login-form
    .white-box
      display: block

      .right
        width: 100%
        padding: 60px column(1, 9)

        h3, h4
          margin-top: 0