/* Change background image and font family */
/* Change Width and Height of Logo Image + Add Custom Image File */
.login h1 a {
  background-image: url('/wp-content/themes/intelex/login/intelex.png');
  width: 155px;
  background-size: 100%;
  height:30px !important;
}
 
/* Add a few changes to the color and style of form itself */
.login label {
  color: #454545;
  display: block;
  margin-bottom: 1em;
  font-weight: bold;
}
 
.login form .input {
  font-weight: normal;
}
 
.login #backtoblog a, .login #nav a {
  color: #4da28f;
}
 
.wp-core-ui .button-primary {
  background: #4da28f;
}
#backtoblog, #nav{
  display:none;
}
@media all and (min-width:990px){
  body{
    background:url('/wp-content/themes/intelex-bdr/login/custom-demo-builder.png');
    background-size:cover;
    background-position:-770px 0;
    background-repeat:no-repeat;
    height:100vh;
    overflow:hidden;
  }
  #login{
    width: 50%;
    padding: 25% 0 0;
    background: white;
    position: absolute;
    top: 0;
    bottom: 0;
    height: 100%;
    right: 0;
  }
  form#loginform{
    width:320px;
    margin:auto;
  }
}