_login.scss 3.14 KB

.page-template-login{
  .custom-logo-link{
    width: 290px;
  }
    .hero-container {
      background-position: top right;
      background-size: cover;
      width: 100%;
      background-color: #ccc;
      height: 95vh;
    }
    
    .header-section,
    .full-image,
    .image-loaded {
      height: 95vh;
      background-position: center;
      background-size: cover;
      width: 100%;
      position: relative;
    }
    .full-image::after {
      content: "";
      display: block;
      position: absolute;
      background-size: cover;
      background-position: top right;
      bottom:0px;
      right: 0px;
      width: 100%;
      height: 120px;
      background-image: url("../images/logo-border.png");
    }
    .full-image::before {
      color: #3DB149;
      font-size: 30px;
      content: "Bank like you live here.";
      display: block;
      position: absolute;
      bottom: 0;
      left:14%;
      width: 50%;
      height: 30px;
      z-index: 99;  

    }
    
    .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;
        }

    }
 
    
    }

    


    #wrapper-footer{
      display: none;
    }
  }


  .um input[type=submit].um-button, .um input[type=submit].um-button:focus, .um a.um-button{
    text-transform: uppercase !important;
    background-color: #183668 !important;
    background:#183668 !important;
    color: #fff;
    border-radius: 0px !important;
}
  .um input[type=submit].um-button:hover, .um input[type=submit].um-button:focus, .um a.um-button:hover{
    background-color: #132C55 !important;
    background:#132C55 !important;

  }
  .um .um-tip:hover, .um .um-field-radio.active:not(.um-field-radio-state-disabled) i, .um .um-field-checkbox.active:not(.um-field-radio-state-disabled) i, .um .um-member-name a:hover, .um .um-member-more a:hover, .um .um-member-less a:hover, .um .um-members-pagi a:hover, .um .um-cover-add:hover, .um .um-profile-subnav a.active, .um .um-item-meta a, .um-account-name a:hover, .um-account-nav a.current, .um-account-side li a.current span.um-account-icon, .um-account-side li a.current:hover span.um-account-icon, .um-dropdown li a:hover, i.um-active-color, span.um-active-color{
   color:#3EAF49 !important;
  }
  .um-account-profile-link{
    display: none !important;
  }