#registerForm .form-group {
    margin-bottom: 15px;
    /* margin-top: 64px; */
    padding: 18px 0px;
    text-align: right;
}
#registerForm .form-control {
    display: block;
    width: 100%;
    height: 34px;
    margin: -6px 0px;
}
[v-cloak] {
    display: none;
}
.hide_this{
    display: none;
}
body, input, button {
line-height: 1.4;
/* font: 13px Helvetica, arial, freesans, clean, sans-serif; */
}
a {
color: #4183C4;
text-decoration: none;
}
#examples a {
text-decoration: underline;
}
.map_canvas {
width: 600px;
height: 400px;
margin: 10px 20px 10px 0;
}
#multiple li {
cursor: pointer;
text-decoration: underline;
}
.pac-container:after {  /* Disclaimer: not needed to show 'powered by Google' if also a Google Map is shown */
background-image: none !important;
height: 0px;
}
.pac-container {
width: 400px !important;
}
#Submit{
    text-align: left;
    float: left;
}
#bkdetail .form-horizontal .form-group{
    margin-right: 0px;
    margin-left: 0px;
}

.blink {
  animation: blinker 0.5s linear infinite;
}

@keyframes blinker {
  50% {
    opacity: 0;
  }
}
.loginform{
  background: #fff;
  padding: 13px;
  margin-top: 20px;
  border-radius: 10px;
}
.loginform span{
 display: block;
  text-align: center;
}
.faiedPayment{
  text-align: center;
  color: #ff000096;
  background: #faa61a8f;
  padding: 69px 17rem;
  margin: 5rem 25rem;
  border-radius: 10px;
}
.successPayment{
  text-align: center;
  color: green;
  background: #faa61a8f;
  padding: 69px 17rem;
  margin: 5rem 25rem;
  border-radius: 10px;
}
.successPayment p{
font-size: 22px;
    color: #fff;
}
.faiedPayment p{
  font-size: 22px;
  color: green;
 
}
.link-foo .Active{
  color: green;
}
.link-foo li{
  padding-top:10px;
}
.tankyou{
 
margin: 10rem 10rem;
border-radius: 9px;
font-size: 22px;
}

