HEX
Server: Apache/2.4.52 (Ubuntu)
System: Linux ip-10-0-8-47 6.8.0-1021-aws #23~22.04.1-Ubuntu SMP Tue Dec 10 16:31:58 UTC 2024 aarch64
User: ubuntu (1000)
PHP: 8.1.2-1ubuntu2.22
Disabled: NONE
Upload Files
File: /var/www/admin.javaapp.co.uk/public/sass-dark/assets/authentication/form-2.scss
//  =================
//      Imports
//  =================

@import '../../base/base';    // Base Variables

html {
  height: 100%;
}

body {
  height: 100%;
  overflow: auto;
  margin: 0;
  padding: 0;
  background-color: $m-color_10;
}

.form-form {
  width: 50%;
  display: flex;
  flex-direction: column;
  min-height: 100%;
  margin: 0 auto;

  .form-form-wrap {
    max-width: 480px;
    margin: 0 auto;
    min-width: 311px;
    min-height: 100%;
    align-self: center;
    width: 100%;
    height: 100vh;
    justify-content: center;
  }

  .form-container {
    align-items: center;
    display: flex;
    flex-grow: 1;
    width: 100%;
    min-height: 100%;

    .form-content {
      display: block;
      width: 100%;
      padding: 25px;
      background: $m-color_19;
      text-align: center;
      border-radius: 15px;
      -webkit-box-shadow: 0 6px 10px 0 rgba(0, 0, 0, 0.14), 0 1px 18px 0 rgba(0, 0, 0, 0.12), 0 3px 5px -1px rgba(0, 0, 0, 0.2);
      -moz-box-shadow: 0 6px 10px 0 rgba(0, 0, 0, 0.14), 0 1px 18px 0 rgba(0, 0, 0, 0.12), 0 3px 5px -1px rgba(0, 0, 0, 0.2);
      box-shadow: 0 6px 10px 0 rgba(0, 0, 0, 0.14), 0 1px 18px 0 rgba(0, 0, 0, 0.12), 0 3px 5px -1px rgba(0, 0, 0, 0.2);

      h1 {
        font-size: 32px;
        color: $m-color_4;
      }

      > p {
        font-size: 13px;
        color: $m-color_6;
        font-weight: 600;
        margin-bottom: 35px;
      }
    }
  }

  .form-form-wrap {
    .user-meta {
      margin-bottom: 35px;

      img {
        width: 52px;
        height: 52px;
        border-radius: 50%;
        margin-right: 15px;
        border: 4px solid rgba(59, 63, 92, 0.25);
      }

      div {
        align-self: center;
      }

      p {
        font-size: 31px;
        color: $m-color_4;
        margin-bottom: 0;
      }
    }

    h1 .brand-name {
      color: $m-color_4;
      font-weight: 600;
    }

    p.signup-link {
      font-size: 14px;
      color: $m-color_4;
      margin-bottom: 15px;
      text-align: center;
      margin-top: 50px;

      &.register {
        font-size: 13px;
        color: $m-color_6;
        font-weight: 600;
        margin-bottom: 25px;
        margin-top: 0;
      }

      &.recovery {
        margin-top: 0;
      }

      a {
        color: $m-color_14;
        border-bottom: 1px solid;
      }
    }

    form .field-wrapper {
      &.input {
        padding: 11px 0px 16px 0;
        border-bottom: none;
        position: relative;

        &:focus {
          border: 1px solid #000;
        }
      }

      &.toggle-pass p {
        font-weight: 600;
        color: $m-color_4;
        margin-bottom: 0;
      }

      .logged-in-user-name {
        font-size: 37px;
        color: $m-color_4;
      }

      label {
        font-size: 10px;
        font-weight: 700;
        color: $m-color_4;
        margin-bottom: 8px;
      }

      &.terms_condition {
        margin-bottom: 20px;

        label {
          font-size: 14px;
          color: $m-color_14;
          padding-left: 31px;
          font-weight: 100;
        }

        a {
          color: $m-color_4;
        }
      }

      svg {
        &.feather-user {
          top: 53px;
        }

        &.feather-lock {
          top: 50px;
        }

        &.feather-at-sign {
          top: 47px;

          &.register {
            top: 53px;
          }
        }

        &:not(.feather-eye) {
          position: absolute;
          left: 12px;
          color: $m-color_6;
          fill: rgba(0, 23, 55, 0.08);
          width: 20px;
          height: 20px;
        }

        &.feather-eye {
          position: absolute;
          top: 49px;
          right: 13px;
          color: $m-color_6;
          fill: rgba(0, 23, 55, 0.08);
          width: 17px;
          cursor: pointer;
        }
      }

      input {
        display: inline-block;
        vertical-align: middle;
        border-radius: 6px;
        min-width: 50px;
        max-width: 635px;
        width: 100%;
        -ms-transition: all 0.2s ease-in-out 0s;
        transition: all 0.2s ease-in-out 0s;
        color: $m-color_14;
        font-weight: 600;
        font-size: 16px;
        padding: 13px 35px 13px 46px;

        &::-webkit-input-placeholder, &::-ms-input-placeholder, &::-moz-placeholder {
          color: $m-color_5;
          font-size: 14px;
        }
      }

      width: 100%;

      button.btn {
        align-self: center;
        width: 100%;
        padding: 11px 14px;
        font-size: 16px;
        letter-spacing: 2px;
      }

      a.forgot-pass-link {
        font-weight: 600;
        color: $m-color_6;
        display: block;
        letter-spacing: 1px;
        font-size: 12px;
        margin-bottom: 8px;
      }

      .n-chk .new-control-indicator {
        top: 2px;
        border: 1px solid $m-color_9;
        background-color: $m-color_9;

        &:after {
          top: 54%;
        }
      }
    }
  }
}

.new-control.new-checkbox.checkbox-primary > input:checked ~ span.new-control-indicator {
  border: none;
}

.form-form .form-form-wrap form {
  .division {
    text-align: center;
    font-size: 13px;
    margin: 35px 0 38px 0;
  }

  .social {
    text-align: center;

    a {
      background: transparent;
      box-shadow: none;
      border: 1px solid $m-color_12;
      padding: 12px 10px;
      width: 181px;
      color: $m-color_6;

      &.social-fb {
        margin-right: 15px;

        svg, .brand-name {
          color: $info;
        }
      }
    }
  }
}

@media (max-width: 991px) {
  .form-form {
    width: 100%;

    .form-form-wrap {
      min-width: auto;
      margin: 0 auto;
    }

    .form-container .form-content {
      border-radius: 15px;
    }
  }
}

@media (max-width: 575px) {
  .form-form .form-form-wrap form {
    .field-wrapper.toggle-pass {
      margin-bottom: 28px;
    }

    .social a {
      &.social-fb, &.social-github {
        margin-right: auto;
        margin-left: auto;
        margin-bottom: 10px;
        display: block;
      }
    }
  }
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .form-form {
    .form-form-wrap {
      width: 100%;
    }

    .form-container {
      height: 100%;
    }
  }
}

@supports (-ms-ime-align: auto) {
  .form-form .form-form-wrap {
    height: 100%;
  }
}