﻿
body {
  width:85%;
  margin: 0 auto;
  background: #ffffff;
  font-family: Assistant, sans-serif;
  display: flex;
  min-height: 90vh;
  font-size:18px;   
}

p{
  color: #ffff00;
  font-size:28px;  
}
.cname{

    text-shadow: 
      3px 3px 4px rgba(0, 0, 0, 0.5),
      -3px -3px 4px rgba(255, 255, 255, 0.5);
    transform: translateZ(32px) scale(1.5);
}


.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: 0px 40px;
}

.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 6px;
  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 img{
    width: 150px;
}

table {
  width: 90%;
  color:blue;
  margin: 0 auto;
  margin-top: 10px;
  border: 1px solid #ffffff;
  border-radius: 10px;
}

td {
  padding-left: 5px;     
  padding-right: 5px;
  padding-top: 3px;
  padding-bottom: 3px;  
}

a {
  color:blue;
 }
a:hover {
  color: #ff9999;
  font-weight: bold;
 }
 
.course1 {
  color:yellow;
  text-align: left;
  font-size: 24px; 
 }

 .course2 {
  text-align: right;
  font-size: 24x; 
 } 
 
.bt {
  color:yellow;
  font-size: 18px;
  font-weight: 600;   
 }
 
 .hr {
  color：yellow；
  height: 5px;
 }
 
 .zebra-striping tr {
  background-color: #ffffee;
}
 
.zebra-striping tr:nth-child(odd) {
  background-color: #ddffff; 
}