html {
    position: relative;
    min-height: 100%;
    background: #ffffff;
}

#wrapper {
    width: 100%;
}

h2 {
    line-height: 36px;
    font-size: 24px;
}

h1, h2, h3, h4, h5, h6 {
    color: #313131;
    font-family: 'Rubik', sans-serif;
    margin: 10px 0;
    font-weight: 300;
}

.new-login-register {
  position: fixed;
  height: 100%;
}
.new-login-register .lg-info-panel {
  background: url(../images/login/login-register.jpg) no-repeat center center / cover !important;
  width: 500px;
  height: 100%;
  position: fixed;
}
.new-login-register .lg-info-panel .inner-panel {
  position: absolute;
  height: 100%;
  width: 100%;
  background: rgba(0, 0, 0, 0.5);
}
.new-login-register .lg-info-panel .lg-content {
  margin-top: 50%;
  text-align: center;
  padding: 0 50px;
}
.new-login-register .lg-info-panel .lg-content h2 {
  color: #ffffff;
}
.new-login-register .lg-info-panel .lg-content p {
  padding: 20px 0;
  color: rgba(255, 255, 255, 0.7);
  font-style: italic;
}
.new-login-register .new-login-box {
  margin-left: 50%;
  margin-top: 10%;
  width: 400px;
}
.new-login-register .new-login-box .new-lg-form {
  padding-top: 20px;
}
.new-login-register .new-login-box .new-lg-form label {
  text-transform: uppercase;
  font-size: 12px;
}
.new-login-register .new-login-box .social {
  display: block;
  margin-bottom: 30px;
}

.white-box {
    background: #ffffff;
    padding: 25px;
    margin-bottom: 30px;
    box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.1);
}

* {
    outline: none !important;
}

@media (max-width: 1350px) {
	.new-login-register .lg-info-panel {
    	width: 450px;
  	}
  .new-login-register .new-login-box {
    margin-left: 500px;
  }
}

@media (max-width: 1023px) {
  .new-login-register .lg-info-panel {
    display: none;
  }
  .new-login-register .new-login-box {
    margin: 0px auto;
    margin-top: 10%;
  }
}

@media (max-width: 480px) {
  .new-login-register .lg-info-panel {
    display: none;
  }
  .new-login-register .new-login-box {
    margin: 0px auto;
    width: 300px;
    margin-top: 10%;
  }
}

