
body {
  background: #ABCDEF;
  font-family: Assistant, sans-serif;
  display: flex;
  min-height: 90vh;
}
.login {
  color: white;
  background: background: #136a8a;
  background: 
    -webkit-linear-gradient(to right, #267871, #136a8a);
  background: 
    linear-gradient(to right, #267871, #136a8a);
  margin: auto;
  box-shadow: 
    0px 2px 10px rgba(0,0,0,0.2), 
    0px 10px 20px rgba(0,0,0,0.3), 
    0px 30px 60px 1px rgba(0,0,0,0.5);
  border-radius: 15px;
  padding: 30px;
}

.login .form input[type=text].text {
  border: none;
  background: none;
  box-shadow: 0px 2px 0px 0px white;
  width: 100%;
  color: #ffff00;
  font-size: 1em;
  outline: none;
}

.dento-btn {
  position: relative;
  z-index: 1;
  float:right;
  min-width: 120px;
  height: 35px;
  line-height: 30px;
  font-size: 16px;
  font-weight: 600;
  display: inline-block;
  padding: 0 20px;
  text-align: center;
  text-transform: uppercase;
  color: #ffffff;
  border-radius: 6px;
  background-color: transparent;  
  -webkit-transition: all 500ms;
  -o-transition: all 500ms;
  transition: all 500ms;
  border: 2px solid #00aeef; } 
  @media only screen and (max-width: 767px) {
    .dento-btn {
      min-width: 120px;
      padding: 0 10px; } }
  @media only screen and (min-width: 576px) and (max-width: 767px) {
    .dento-btn {
      min-width: 170px;
      padding: 0 20px; } }
	  
  .dento-btn.active, .dento-btn:focus, .dento-btn:hover {
    box-shadow: none;
    background-color: #00ff00; 
    color: #000070; }          
  .dento-btn.btn-2:focus, .dento-btn.btn-2:hover {
    background-color: #ffffff;
    color: #00aeef; }          
  .dento-btn.booking-btn {
    color: #ffffff !important;
    font-weight: 600;
    min-width: 140px;
    height: 40px;
    line-height: 36px;
    font-size: 12px; }
    .dento-btn.booking-btn:focus, .dento-btn.booking-btn:hover {
      font-size: 12px;
      font-weight: 600;
      background-color: #ffffff;
      color: #00aeef !important; }

.header-area {
  position: relative;
  z-index: 599;
  width: 100%;
  -webkit-transition-duration: 500ms;
  -o-transition-duration: 500ms;
  transition-duration: 500ms; }
  .header-area .main-header-area.sticky {
    top: 0;
    width: 100%;
    position: fixed;
    background-color: #ffffff;
    box-shadow: 0 3px 50px rgba(0, 0, 0, 0.2);
    border-bottom: none;
    left: 0;
    z-index: 600; }
.aa{
	font-size:22px;
	color:#ff0000;
}

.aa {
  text-decoration: none;
  color: red;
  font-size: 1.4em;
}

#aa1{
  border: 3px solid #ffffff; 
  border-collapse: collapse;
  border-radius: 20px;
}
.head img{
	text-align:center;
}
