body {
  background-color: #eee;
  display: table;
  padding: 0;
  width: 100%;
  height: 100%;
  position: absolute;
}

#wrap {
  height: 100%;
  min-height: 100%;
}

#main {
  overflow: auto;
  padding-bottom: 48px;
}

#wrapper {
  padding-top: 20px;
  margin: 0 auto;
  max-width: 380px;
  transition: all 0.25s;
  -moz-transition: all 0.25s;
  -webkit-transition: all 0.25s;
  -o-transition: all 0.25s;
}

.logo-signin {
  text-align: center;
}

.logo-signin img {
  padding-top: 20%;
}

.form-signin {
  max-width: 330px;
  padding: 15px;
  margin: 0 auto;
  border: 1px solid;
  background-color: #fff;
}

.form-signin .form-signin-heading,
.form-signin .checkbox {
  margin-bottom: 10px;
}

.form-signin .checkbox {
  font-weight: normal;
}

.form-signin .form-control {
  position: relative;
  height: auto;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 10px;
  font-size: 16px;
  width: 100%;
}

.form-signin .form-control:focus {
  z-index: 2;
}

.form-signin input[type="email"] {
  margin-bottom: -1px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

.form-signin input[type="password"] {
  margin-bottom: 10px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.form-signin .custom-blue-btn {
  width: 100%;
  min-width: 100%;
  margin: 0;
}

.logErrResult {
  color: #FF8383;
}

#left {
  display: table-cell;
  height: 100%;
  margin: 0px;
  padding: 0px;
}

#right {
  background-color: #fff;
  display: table-cell;
  width: 50%;
  height: 100%;
  border-left: 1px solid#E4DFDF;
  margin: 0px;
  padding: 0px;
  /*  background-image: url(../images/login-bg-dark.jpg);*/
  background-position: top left;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}

.col5 {
  width: 40%;
  padding: 0 15px;
  text-align: center;
  float: left;
}

.col7 {
  width: 60%;
  padding: 0 15px;
  text-align: center;  
  float: left;
}

.footer-area{
  position: absolute;
  bottom: 0;
  width: 100%;
}

footer {
  background: #37393A;
}

.footer-wrapper {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: -webkit-box;
  display: flex;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -webkit-box-align: center;
  align-items: center;
}

.footer-wrapper:before, .footer-wrapper:after {
  display: table;
  content: "";
  line-height: 0;
  clear: both;
}

.footer-menu {
  padding-right: 15px;
  border-right: 2px solid#9099a3;
}

.footer-wrapper a{
  color: #DEDEDE;
}

.menu-next {
  padding-left: 15px;
}

.forgot-pass {
  max-width: 330px;
  margin: 10px auto;
}

@media only screen and (max-height: 1200px) {
  #wrapper {
    padding-top: 240px;
  }
}

@media only screen and (max-height: 1000px) {
  #wrapper {
    padding-top: 200px;
  }
}

@media only screen and (max-height: 900px) {
  #wrapper {
    padding-top: 160px;
  }
}

@media only screen and (max-height: 736px) {
  #wrapper {
    padding-top: 120px;
  }
}

@media only screen and (max-height: 670px) {
  #wrapper {
    padding-top: 100px;
  }
}







