_login.scss 2.42 KB

.page-template-login{
  .custom-logo-link{
    width: 290px;
  }
    .hero-container {
      background-position: top right;
      background-size: cover;
      width: 100%;
      background-color: #ccc;

    }
    
    .header-section,
    .full-image-login,
    .image-loaded {

      min-height: 800px;
      background-position: center;
      background-size: cover;
      width: 100%;
      position: relative;
      @media only screen and (max-width: 768px) {
        min-height: auto;
      }
    }
    .login-footer {
      display: block;
      position: absolute;
      background-size: cover;
      background-position: top right;
      bottom:0px;
      right: 0px;
      width: 100%;
      height: 140px;
      color: #3DB149;
      font-size: 30px;
      background-image: url("../images/logo-border.png");
      font-family:"trade-gothic-next";
      @media only screen and (max-width: 768px) {
        margin-top: -140px;
        bottom:0px;
        position: relative;
      }
    }
.login-footer-text{
  margin-top:70px;
  font-family:"trade-gothic-next";
  font-weight: 700;
}
    
    .hero-content {
      width: 40%;
      height: 530px;
      //margin-left: 48px;
      @media only screen and (max-width: 900px) {
        width: 95%;
        margin: auto;
      }
      h1 {
        color: #000;
        font-size: 39px;
        font-weight: bold;
      }
      p {
        color: #000;
        font-size: 20px;
        line-height: 28px;
        margin-bottom: 25px;
      }
      .um{
        width: 100% !important;
        display: flex!important;
        flex-basis: auto;
        flex-direction: row;
        align-self: flex-end ;
        max-width: unset;
        .um-form {
            margin-bottom: 40px;
            width: 100%;
        }
        .um-button,
        .um-submit-btn{
          border-radius: 0px !important;
          background-color: #183668;
          text-transform: uppercase !important;
          color: #fff;
        }
        .um-field-label label,
        a.um-link-alt,
        .um-field-checkbox-option{
          color: #000 !important;
        }

    }
    @media only screen and (max-width: 768px) {
      min-height: 105vh;
    }
 
    
    }

    


    #wrapper-footer{
      display: none;
    }
  }

  .um-page-register,
  .um-page-password-reset,
  .um-own-profile{
    #content{
      padding-top: 100px;
      min-height: 95vh;
    }
  }
  .um-register{
    max-width: 600px;
    padding: 10px 20px;
  }