#wraper {
  width: 100%;
  height: 100vh;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  /* End of home-footer */
}

#wraper .logo {
  position: absolute;
  top: 30px;
  left: 225px;
}

#wraper .heading-titles {
  width: 100%;
  text-align: center;
}

#wraper .heading-titles .welcome {
  font-size: 48px;
  color: #4e4e4e;
  font-weight: 500;
  padding: 30px 0 0 0px;
  line-height: 1;
}

#wraper .heading-titles .finish-title {
  font-size: 48px;
  color: #4e4e4e;
  font-weight: 500;
  padding: 10px 0 0 0px;
  line-height: 1;
}

#wraper .heading-titles .sel-heading {
  font-size: 48px;
  margin: 35px 0px 0px 0px;
  line-height: 1;
  color: #4e4e4e;
  font-weight: 600;
}

#wraper .rooms-outer {
  margin: 80px 0px 0px 0px;
  text-align: center;
}

#wraper .rooms-outer .title {
  font-size: 34.5px;
  color: #4e4e4e;
  margin-top: 40px;
  line-height: 0.8;
  font-weight: 500;
}

#wraper .rooms-outer .rooms {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  max-width: 1380px;
  margin: 70px auto;
}

#wraper .rooms-outer .rooms .room {
  width: 307px;
  margin-left: 17px;
  margin-right: 17px;
  display: inline-block;
  margin-top: 25px;
  height: 229px;
}

#wraper .rooms-outer .rooms .room .thumb {
  width: 100%;
  height: 229px;
  background-color: gray;
  background-size: cover;
}

#wraper .rooms-outer .rooms .room .thumb:hover {
  cursor: pointer;
}

#wraper .rooms-outer .rooms .room .title {
  text-align: center;
  width: 100%;
  height: 35px;
  padding: 7px;
  background-color: gray;
  margin-top: 10px;
  color: white;
  font-size: 24px;
  font-weight: 500;
}

#wraper .rooms-outer .rooms .room .title:hover {
  cursor: pointer;
}

#wraper .rooms-outer .rooms .room:hover .title {
  background-color: #d5c497;
}

#wraper .home-footer {
  bottom: 60px;
  position: absolute;
  margin: 0 auto;
  width: 100%;
}

#wraper .home-footer .home-login {
  text-align: center;
}

#wraper .home-footer .home-login .login-text {
  font-size: 25px;
  color: #4d4d4d;
  margin-left: -255px;
  font-style: italic;
  font-weight: 500;
  margin-top: 5px;
}

#wraper .home-footer .home-login .login-form {
  margin: 0 auto;
  display: inline-block;
  margin-left: -14px;
}

#wraper .home-footer .home-login .login-form .form-field {
  float: left;
  margin-right: 30px;
  text-align: left;
}

#wraper .home-footer .home-login .login-form .form-field label {
  display: initial;
  color: #4e4e4e;
  font-size: 17px;
  font-weight: 500;
}

#wraper .home-footer .home-login .login-form .form-field input {
  border: solid 2px #959595;
  width: 267px;
  height: 30px;
  padding-left: 8px;
  background: white;
}

#wraper .home-footer .home-login .login-form .form-field input.submit-btn {
  width: 80px;
  background-color: #d5c497;
  color: #fff;
  cursor: pointer;
  height: 30px;
  font-size: 17px;
  border: none;
  text-transform: uppercase;
  margin-left: -8px;
}

#wraper .home-footer .home-login .login-form .form-field .forgot-password {
  width: 150px;
  background-color: #d5c497;
  color: #fff;
  cursor: pointer;
  height: 30px;
  font-size: 17px;
  border: none;
  /* text-transform: uppercase; */
  margin-left: -8px;
  text-align: center;
  line-height: 30px;
}

#wraper .home-footer .home-login .login-form .form-field:last-child {
  margin-right: 0px;
}

#wraper .branding-footer {
  position: absolute;
  width: 100%;
  display: block;
  z-index: 2000;
  bottom: 0px;
}

#wraper .branding-footer .branding {
  position: absolute;
  bottom: 0px;
  width: 100%;
  padding: 0px;
  font-size: 12px;
  background-color: #808080;
}

#wraper .branding-footer .branding .branding-logo {
  float: right;
  margin-top: 3px;
  margin-right: 13px;
}

#popup-overlay {
  position: fixed;
  display: none;
  width: 100%;
  height: 100%;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  right: 0;
  bottom: 0;
  background-color: #171414;
  opacity: 0.7;
  z-index: 12;
  cursor: pointer;
}

@media screen and (max-width: 1600px) {
  .logo {
    position: absolute;
    top: 30px;
    left: 90px !important;
  }
}
/*# sourceMappingURL=pick-a-room.css.map */