
  body, html {
    height: 100%;
    background: #f2f2f2;
    overflow-y: hidden;
    background-size: cover;
    background-image:   url(../theme/assets/img/bg.jpg);
    background-position: 100%;
  }
  
  #header {
    z-index: 1;
    position: relative;
  }
  
  code {
    color: #000000 !important;
  }
  
  *:focus {
    box-shadow: none !important;
    outline: 0 !important;
  }
  
  input {
    border: 2px solid #d6a627 !important;
  }
  
  ::-webkit-input-placeholder {
    /* Edge */
    font-size: 14px !important;
    color: orange !important;
  }
  
  :-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    font-size: 14px !important;
    color: orange !important;
  }
  
  ::placeholder {
    font-size: 14px !important;
    color: #005ff1 !important;
  }
  
  button {
    width: 100%;
    background: #d6a627 !important;
    border: none !important;
    
  }
  
  #loginForm {
    width: 100%;
    max-width: 900px;
    margin: auto;
    box-shadow: 0px 0px 20px 20px #66666605;
    border-radius: 45px;
       background-color: #fff;
    border: 1px solid #d6a627;
  }
  #loginForm div.col-md-6 {
    border-radius: 45px;
  }
  #loginForm #right {
    background: #f5f5f5;
    padding: 30px 55px;
    border-left: 10px solid #d6a627;
  }
  
  .logo{
      width: 130px;
      margin: 0px auto;
      display: block;}

