.elementor-730 .elementor-element.elementor-element-c0223be{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--margin-top:-66px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;}body.elementor-page-730:not(.elementor-motion-effects-element-type-background), body.elementor-page-730 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#FAFAFA;}@media(min-width:768px){.elementor-730 .elementor-element.elementor-element-c0223be{--content-width:600px;}}/* Start custom CSS for html, class: .elementor-element-1c3f519 */.hotel-login-wrapper {
  max-width: 400px;
  margin: 60px auto;
  background: #ffffff;
  padding: 30px;
  border-radius: 12px;
  box-shadow: 0 4px 16px rgba(0,0,0,0.1);
  font-family: 'Poppins', sans-serif;
}

.hotel-login-wrapper h2 {
  text-align: center;
  color: #0F667A;
  margin-bottom: 20px;
}

.tab-buttons {
  display: flex;
  justify-content: space-around;
  margin-bottom: 20px;
}

.tab-btn {
  flex: 1;
  background: #f2f2f2;
  border: none;
  padding: 10px;
  cursor: pointer;
  font-weight: 600;
  transition: all .3s;
}

.tab-btn.active {
  background: #0F667A;
  color: #fff;
}

.tab-content {
  display: none;
}

.tab-content.active {
  display: block;
}

form label {
  display: block;
  font-size: 14px;
  color: #333;
  margin-bottom: 4px;
}

form input {
  width: 100%;
  padding: 10px;
  margin-bottom: 15px;
  border: 1px solid #ccc;
  border-radius: 6px;
  font-size: 15px;
}

form button {
  width: 100%;
  background: #0F667A;
  color: white;
  border: none;
  padding: 12px;
  font-size: 16px;
  cursor: pointer;
  border-radius: 6px;
  transition: all .3s;
}

form button:hover {
  background: #095263;
}

.login-message,
.register-message {
  margin-top: 10px;
  text-align: center;
  font-weight: 500;
}/* End custom CSS */