body {
  background:#fff;
}

#bottom-bar, .page-title {
  display: none;
}

#wrapper {
  padding-top: 200px;
  background: url(../images/tp_login/bg.png) top center no-repeat;
  width: 1440px;
  height: 850px;
  background-size: contain;
  position: relative;
}

#content-wrapper {
  width: 440px;
  position:absolute;
  top: 170px;
  right: 238px;
  font-weight: 300;
  font-size: 14px;
}

.form-horizontal .control-label {
  text-align: left;
  font-weight: 300;
  padding-top: 8px;
}

.form-control {
  border-radius: 0px;
  background-color: #ebebeb;
  border: 0px solid;
  padding: 8px 10px;
  height: 30px !important;
  width:260px;
  margin-left:20px;
}

a {
  display: block;
  text-decoration: none;
  font-weight: 500
}
.header_logos {
  display:none;
}

.login-header {
  position: absolute;
  top: -70px;
  padding: 19px;
  left: 0px;
  background-color: #fff;
  color: #fede0c;
  font-size: 25px;
  font-weight: 400;
  width: 100%;
  line-height: 31px;
}
.col-sm-offset-3 {
  padding-left:26px;
}
.login-header b {
  color: #013660;
}

.login-header .fa{
  padding: 7px 10px;
  background: #fff;
  border-radius: 100px;
  color: #fede0c;
  font-size: 15px;
  margin-right: 15px
}

.login-header b{
  font-weight: 500
}

.login-footer{
  position: absolute;
  left: 0px;
  bottom: -50px;
  width: 100%;
  padding: 15px 10px;
  background-color: #fede0c;
}

.login-footer .form-group{
  margin-bottom: 0px;
}

.login-footer .btn{
  padding: 5px 10px;
  border: 0px;
  border-radius: 0px;
  font-size: 14px
}


@media only screen  and (max-width: 1198px) {
  #wrapper {
    width:100%;
    background-size: unset;
  }
  #content-wrapper {
    left: 50%;
    margin-left: -220px;
  }
}
