div.tm-main {
    background: white url("/media/com_portalregistration/assets/church-buying/church-buying-reg-bg.jpg") no-repeat left center !important;
    background-size: cover !important;
  }

.uk-logo {
  height: 150px!important;
    /* background: #ffffffab; */
    padding: 0 20px;
    margin-left: -60px;
}
  
  article > div > .uk-section {
    background: none !important;
  }
  
  .uk-width-expand.uk-width-1-1.form-aside.uk-padding {
    background-color: #00BBFFc7;
    color: white;
  }
  
  .form-process .form-aside p, .form-process .form-aside h3 {
    color: white;
  }
  
  .form-process .form-aside ul {
    list-style-type: none;
  }
  
  .form-process .form-aside ul li {
    color: white;
  }
  
  #login-colunm {
    background-color: #fafafa96;
  }

  #login-colunm h3 {
    color: #30405a;
  }

  #login-colunm .uk-link-muted a, a.uk-link-muted {
     color: #363636;
}
  
  .form-process .uk-width-expand h3 {
    color: #ffffff;
  }
  
  .reg-form fieldset {
    margin: 0;
    padding: 0;
    border: 0;
  }
  
  .reg-form input {
    display: block;
    width: 100%;
    padding: 16px 8px;
    border: 0;
    border-radius: 0;
    font-size: 16px;
    font-weight: 400;
    line-height: 1;
    background: white;
    color: #7c878e;
    outline: 0;
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
  }
  
  .form-label fieldset {
    position: relative;
  }
  
  .form-label fieldset label {
    position: absolute;
    top: 15px;
    left: 8px;
    color: #7c878e;
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
  }
  
  .form-label fieldset label:hover {
    cursor: text;
  }
  
  .form-label fieldset.field-terms label {
    position: static;
  }
  
  .form-label fieldset.field-terms input[type="checkbox"] {
    padding: 0 !important;
  }
  
  .form-css-label.reg-form fieldset input[data-empty="false"], .form-css-label.reg-form fieldset input:valid, .form-css-label.reg-form fieldset input:focus {
    padding: 22px 8px 10px;
  }
  
  .form-css-label.reg-form fieldset input:focus {
    outline: 0;
    background: white;
  }
  
  .form-css-label.reg-form fieldset input[data-empty="false"] + label,
  .form-css-label.reg-form fieldset input:valid + label,
  .form-css-label.reg-form fieldset input:focus + label {
    color: #00BBFF;
    border-color: #00BBFF !important;
    font-weight: 700;
    font-size: 12px;
    -webkit-transform: translate3d(0, -10px, 0);
            transform: translate3d(0, -10px, 0);
  }
  
  .form-js-label.reg-form fieldset input[data-empty="false"], .form-js-label.reg-form fieldset input:focus {
    padding: 22px 8px 10px;
  }
  
  .form-js-label.reg-form fieldset input:focus {
    outline: 0;
    background: white;
  }
  
  .form-js-label.reg-form fieldset input[data-empty="false"] + label,
  .form-js-label.reg-form fieldset input:focus + label {
    color: #5856D6;
    font-weight: 700;
    font-size: 12px;
    -webkit-transform: translate3d(0, -10px, 0);
            transform: translate3d(0, -10px, 0);
  }

  #create-account-panel .form-aside {
    background-color: #00BBFFc9;
  }

  #create-account-panel #create-account-form {
    background-color: #fafafa96;
  }

  #create-account-form h3 {
    color: rgb(98, 98, 98);
  }

