 body { overflow-x:hidden !important; }
  * {
     margin:0px;
     padding:0px;
     border:none;
     outline:none;
}
 .address-box {   padding:15px 20px ;border:1px solid #ccc; border-radius:20px; margin-top:20px; }
	.footer { margin-top:-70px; background:#333; position: absolute !important; width: 100%; height:70px }

h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
   }
  .bg h1  { font-size:70px; }
   .bg {
    flex-grow: 1;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
a {
  -webkit-transition: .3s all ease;
  -o-transition: .3s all ease;
  transition: .3s all ease; }
  a:hover {
    text-decoration: none !important; }
.loginError {    color: red;
    margin-bottom: 14px;
    font-size: 13px;
}

h2 {
  font-size: 20px; }

.half, .half .container > .row {
  height: 100vh;
  min-height: 700px; }


.btn-success {
  color: #fff;
  background-color: #32a13b;
  border-color: #32a13b;
}

  @media (max-width: 767.98px) {
    .half .bg {
      width: 100%;
     }
       .bg h1  { font-size:40px; }
       }

  @media (max-width: 767.98px) {
  
      	.footer { margin-top:10px; background:#333; height:90px; position: relative !important; }

    .half, .half .container > .row {
  height: 100%;min-height: 659px;}

}

.half .bg {
  background-size: cover;
  background-position: center; }

.half a {
  color: #888;
  text-decoration: underline; }

.half .btn {
  height: 54px;
  padding-left: 30px;
  padding-right: 30px; }

.half .forgot-pass {
  position: relative;
  top: 2px;
  font-size: 14px; }

.form-block {
  background: #fff;
  padding:  40px 40px 50px;
  width: 100%;
  max-width: 600px;
  -webkit-box-shadow: 0 15px 30px 0 rgba(0, 0, 0, 0.6);
  box-shadow: 0 15px 30px 10px rgba(0, 0, 0, 0.6); 
}
  @media (max-width: 767.98px) {
    .form-block { margin-left: 0px !important;
      padding: 25px; margin-bottom: 50px;} }
.form-control {
    border: none;
    border-radius: 4px;
    height: 54px;
    box-shadow: 0px 0px 4px #857676;
    background: #efefef;