.sideBar {
  display:none;
}

.btnMenu {
  font-size: 25px;
  padding-left: 20px;
  color: #1d3465;
}
@media (max-width: 768px) {
  .btnMenu {
    font-size: 25px;
    padding-left: 38px;
    color: #1d3465;
  }
}
#wrapper{
  position:absolute;
  padding:20px;
  color: transparent;
  text-shadow:0px 0px 0px #000;
}  
#lightbox{
  display:none;
  position:absolute;
  z-index:1000;
  background:url(http://images3.wikia.nocookie.net/__cb20110703044636/umemaro3d/images/b/b4/Bg-white-50.png);
  width:100%;
  height:100%;
}
#lightbox_area{
  position:relative;
  margin:50px auto;
  background:#fff;
  width:400px;
  height:300px;
  padding:23px;
  border:1px solid #444;
  border-radius:20px;
}
.open{
  cursor:pointer;
}
.close{
  cursor:pointer;
  border:1px solid #444;
  width:25px;
  height:25px;
  line-height:24px;
  border-radius:20px;
  text-align:center;
  position:absolute;
  right:-8px;
  top:-28px;
  background:#e11;
  color:#fff;
}

.abcd .input-container {
  position: relative;
  margin: 188px 60px 13px;
}
.abcd .input-container input {
  outline: none;
  z-index: 1;
  position: relative;
  background: none;
  width: 100%;
  height: 70px;
  border: 0;
  color: #b2f8ff;
  font-size: 30px;
  font-weight: bolder;
}
.abcd .input-container input:focus ~ label {
  color: #9d9d9d;
  -webkit-transform: translate(-12%, -50%) scale(0.75);
  transform: translate(-12%, -50%) scale(0.75);
}
.abcd .input-container input:focus ~ .bar:before, .abcd .input-container input:focus ~ .bar:after {
  width: 50%;
}
.abcd .input-container input:valid ~ label {
  color: #9d9d9d;
  -webkit-transform: translate(-12%, -50%) scale(0.75);
  transform: translate(-12%, -50%) scale(0.75);
}
.abcd .input-container label {
  position: absolute;
  top: 0;
  left: 0;
  color: #757575;
  font-size: 24px;
  font-weight: 300;
  line-height: 60px;
  -webkit-transition: 0.2s ease;
  transition: 0.2s ease;
}
.abcd .input-container .bar {
  position: absolute;
  left: 0;
  bottom: 0;
  background: #757575;
  width: 100%;
  height: 1px;
}
.abcd .input-container .bar:before, .abcd .input-container .bar:after {
  content: '';
  position: absolute;
  background: transparent;
  width: 0;
  height: 2px;
  -webkit-transition: .2s ease;
  transition: .2s ease;
}
.abcd .input-container .bar:before {
  left: 50%;
}
.abcd .input-container .bar:after {
  right: 50%;
}
/*---ENDForm-------*/

.btn-blue {
  color: #fff;
  background-color: #2d93e8;
  border-color: #2d93e8;
}
.btn-blue:hover {
  color: #fff;
  background-color: #2d93e8;
  border-color: #2d93e8;
}

.animate-bottom {
  margin-top: -490px;
  margin-bottom: -48px;
  position: relative;
  -webkit-animation-name: animatebottom;
  -webkit-animation-duration: 2s;
  animation-name: animatebottom;
  animation-duration: 2s
}
@-webkit-keyframes animatebottom {
  from { bottom:-50px; opacity:0 } 
  to { bottom:0px; opacity:1 }
}
@keyframes animatebottom { 
  from{ bottom:-50px; opacity:0 } 
  to{ bottom:0; opacity:1 }
}

/*-----overlay--------*/
.content {
  position: relative;
  width: 490px;
  margin: 0 auto;
}
.content video {
  width: 100%;
  display: block;
}
.content:before {
  content: '';
  position: absolute;
  background: rgba(0, 0, 0, 0.8);
  border-radius: 5px;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

/*-------shape---------*/
#base {
  border-radius: 55px 55px 0px 0px;
  background: #1d3466d9;
  padding: 50px;
  width: 100%;
  height: 560px;
}

#base-a {
  border-radius: 55px 55px 0px 0px;
  background: #1d3466;
  padding: 50px 75px 10px 83px;
  /*padding: 50px;*/
  width: 100%;
  height: 600px;
}

#base-b {
  border-radius: 55px 55px 0px 0px;
  padding: 50px 75px 10px 83px;
  background: #1d3466;
  /*padding: 50px;*/
  width: 100%;
  height: 760px;
}

@media only screen 
  and (min-device-width : 768px) 
  and (max-device-width : 1024px)  { 
  .video-fluid{
    height: 283px!important;
  }
  #hide{
    margin-left: 209px;
  }
  #hide-a{
    margin-left: 209px;
  }
}


.login100-form-title {
  width: 100%;
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  align-items: center;
  margin: 3px 2px 3px 2px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  padding: 38px 22px 34px 15px;
}

.wrap-login100 .mainButton {
  background: linear-gradient(to bottom, #2d93e8, #1d3466);
}

.login100-form-title::before {
  background-color: rgb(45 147 232 / 21%);
}

.animate-bottom-a {
  margin-top: -491px;
  margin-bottom: -48px;
  position: relative;
  -webkit-animation-name: animatebottom;
  -webkit-animation-duration: 2s;
  animation-name: animatebottom;
  animation-duration: 2s;
}
.button-a{
  font-size: 52px;line-height: 1.2;padding-top: 17px;padding-bottom: 17px;
  background: linear-gradient(to bottom, #2d93e8, #1d3466);border-radius: 15px;
}
.animate-bottom-b {
  margin-top: -491px;
  margin-bottom: -48px;
  position: relative;
  -webkit-animation-name: animatebottom;
  -webkit-animation-duration: 2s;
  animation-name: animatebottom;
  animation-duration: 2s;
}
.button-b{
  font-size: 52px;line-height: 1.2;padding-top: 35px;padding-bottom: 35px;
  background: linear-gradient(to bottom, #2d93e8, #1d3466);border-radius: 15px;
}
input[type=radio] {
  border: 0px;
  width: 100%;
  height: 1.5em;
}
.text-color{
  color: #d0d0d0!important;
}
.divRadio label {
  padding-left: 0px;
}

@media only screen and (max-device-width: 1024px) and (min-device-width: 768px){
  .button-one{
    margin-left: 29px;
  }
  .wrap-login100 {
    width: 100%;
  }
  .container-login100{
    padding: 0px;
  }

  .input-container {margin-top: 57%!important;}

  .animate-bottom {
    margin-top: -852px;
    margin-bottom: -48px;
    position: relative;
    -webkit-animation-name: animatebottom;
    -webkit-animation-duration: 2s;
    animation-name: animatebottom;
    animation-duration: 2s
  }

  #base {
    border-radius: 55px 55px 0px 0px;
    background: #1d3466d9;
    padding: 50px;
    width: 100%;
    height: 900px;
  }
  .button-a{
    font-size: 52px;line-height: 1.2; padding-top: 25px;padding-bottom: 25px;
    background: linear-gradient(to bottom, #2d93e8, #1d3466);border-radius: 15px;
  }
  .animate-bottom-a {
    margin-top: -850px;
    margin-bottom: -48px;
    position: relative;
    -webkit-animation-name: animatebottom;
    -webkit-animation-duration: 2s;
    animation-name: animatebottom;
    animation-duration: 2s;
  }
  #base-a {
    border-radius: 55px 55px 0px 0px;
    /*padding: 50px;*/
    padding: 50px 110px 10px 110px;
    width: 100%;
    height: 894px;
    padding-top: 175px;
  }
  .button-b{
    font-size: 52px;line-height: 1.2; padding-top: 95px;padding-bottom: 95px;
    background: linear-gradient(to bottom, #2d93e8, #1d3466);border-radius: 15px;
  }
  .animate-bottom-b {
    margin-top: -850px;
    margin-bottom: -48px;
    position: relative;
    -webkit-animation-name: animatebottom;
    -webkit-animation-duration: 2s;
    animation-name: animatebottom;
    animation-duration: 2s;
  }
  #base-b {
    border-radius: 55px 55px 0px 0px;
    padding: 50px 110px 10px 110px;
    padding-top: 105px;
    width: 100%;
    height: 894px;
  }
}

.border-a {
  border: 2px solid #45a1fd!important;
}

.blue-color{
  color: #0a152b!important;
}

.validate-form .row {
  padding: 10px;
}

.lbRem {
  font-family: Poppins-Regular;
  font-size: 13px;
  line-height: 1.4;
  color: #999999;
}

.divMobile {
  display: none;
}
.wrap-login100 .mainButton {
  /*background: linear-gradient(to bottom, #44ea76, #39fad7);*/
  background: linear-gradient(to bottom, #ff3057, #483b46);
  font-weight: bold;
  color: white;
  font-size: 1.2rem;
  border: none;
  margin: -5px; 
  padding: 0;
  stroke: black;
  outline: none;
}

.mainButton:hover {
  cursor: pointer;
  filter: drop-shadow(3px 5px 5px rgba(0, 0, 0, 0.45));
}
.mainButton:active {
  filter: none;
  transform: scale(.95);
}

.bannerImage {
  width: 100%;
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  align-items: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  padding: 81px 18px 32px 15px;
}

.textInput {
  width: 100%;
  height: 40px;
  border-color:#df3154;
}

.input-group-btn {
  width: 50px;
}

.btn-info {
  background: linear-gradient(to bottom, #ff3057, #483b46);
  border-color: #9e354d;
}

.btn-info:hover {
  filter: drop-shadow(3px 5px 5px rgba(0, 0, 0, 0.45));
  border-color: #9e354d;
}

.btn-back {
  background: linear-gradient(to bottom, #e4e4e4, #c5c5c5);
  border-color: #ffffff;
  border: none;
}

.btn-back:hover {
  filter: drop-shadow(3px 5px 5px rgba(0, 0, 0, 0.45));
  border-color: #ffffff;
}

.formDetails {
  padding: 30px;
}

.formDetails .row {
  padding: 5px;
}

.formDetails label {
  padding: 3px 0px 3px 0px;
  font-weight: bold;
  color: #2f2f2f;
}

.formDetails .textInput {
  height: 50px;
  border-color:black;
}

.btnNext {
  /*background: linear-gradient(to bottom, #ff3057, #483b46);*/
 background-color: #2d93e8;
  color: #ffffff;
}

.btnNext:hover {
  filter: drop-shadow(3px 5px 5px rgba(0, 0, 0, 0.45));
}

.btnNext:active {
  filter: none;
  transform: scale(.95);
}

#form2 .secondRow {
  padding-left: 20px;
  padding-top: 5px;
}

.textInputSmall {
  width: 100%;
  height: 35px;
  border-color:#a4cca1;
}

@media (max-width: 768px) {
  .wrap-login100 {
    width: 100%;
    border-radius: 0px;
    filter: drop-shadow(3px 10px 15px rgba(0, 0, 0, 0.45));
  }
}

@media (max-width: 768px) {
  .container-login100 {
    padding: 0px;
    align-items: inherit;
  }
}

@media (max-width: 768px) {
  .login100-form-title {
    padding: 127px 0px 127px 0px;
  }

  .textInput {
    width: 100%;
    height: 60px;
    border-color:#a4cca1;
  }

  .input-group-btn {
    width: 70px;
  }

  .formDetails .row {
    padding: 10px;
  }

  .formDetails .textInput {
    height: 50px;
    border-color:black;
  }

  .btnNext {
    /*background: linear-gradient(to bottom, #ff3057, #483b46);*/
     background-color: #2d93e8;
  }

  .btnNext:hover {
    filter: drop-shadow(3px 5px 5px rgba(0, 0, 0, 0.45));
  }

  .btnNext:active {
    filter: none;
    transform: scale(.95);
  }
}

@media (max-width: 768px) {
  .wrap-login100 .mainButton {
    /*background: linear-gradient(to bottom, #44ea76, #39fad7);*/
    /*background: linear-gradient(to bottom, #ff3057, #34a08d);*/
    background: linear-gradient(to bottom, #ff3057, #483b46);
    /*background: linear-gradient(to bottom, #fa6c9f, #ffe140);*/
    font-weight: bold;
    color: white;
    font-size: 2rem;
    border: none;
    stroke: black;
    width: 50%;
    height: 70px;
    outline: none;
  }

  .mainButton:hover {
    cursor: pointer;
    filter: drop-shadow(3px 5px 5px rgba(0, 0, 0, 0.45));
  }
  .mainButton:active {
    filter: none;
    transform: scale(.95);
  }

  .bannerImage {
    width: 100%;
    position: relative;
    z-index: 1;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    align-items: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    padding: 35px 15px 35px 15px;
  }

  #form2 .secondRow {
    padding-top: 3px;
  }
}

.divRadio label {
  padding-left: 30px;
  font-weight: normal;
  font-size: 14px;
}

/* Base for label styling */
[type="checkbox"]:not(:checked),
[type="checkbox"]:checked {
  position: absolute;
  left: -9999px;
}
[type="checkbox"]:not(:checked) + label,
[type="checkbox"]:checked + label {
  position: relative;
  padding-left: 1.95em;
  cursor: pointer;
}

/* checkbox aspect */
[type="checkbox"]:not(:checked) + label:before,
[type="checkbox"]:checked + label:before {
  content: '';
  position: absolute;
  left: 0; top: 0;
  width: 1.25em; height: 1.25em;
  border: 2px solid #1d3466;
  background: #fff;
  border-radius: 4px;
  box-shadow: inset 0 1px 3px rgba(0,0,0,.1);
}
/* checked mark aspect */
[type="checkbox"]:not(:checked) + label:after,
[type="checkbox"]:checked + label:after {
  content: '\2713\0020';
  position: absolute;
  top: .15em; left: .22em;
  font-size: 1.3em;
  line-height: 0.8;
  color: #2d93e8;
  transition: all .2s;
  font-family: 'Lucida Sans Unicode', 'Arial Unicode MS', Arial;
}
/* checked mark aspect changes */
[type="checkbox"]:not(:checked) + label:after {
  opacity: 0;
  transform: scale(0);
}
[type="checkbox"]:checked + label:after {
  opacity: 1;
  transform: scale(1);
}
/* disabled checkbox */
[type="checkbox"]:disabled:not(:checked) + label:before,
[type="checkbox"]:disabled:checked + label:before {
  box-shadow: none;
  border-color: #bbb;
  background-color: #ddd;
}
[type="checkbox"]:disabled:checked + label:after {
  color: #999;
}
[type="checkbox"]:disabled + label {
  color: #aaa;
}
/* accessibility */
[type="checkbox"]:checked:focus + label:before,
[type="checkbox"]:not(:checked):focus + label:before {
  border: 2px dotted blue;
}

.form-control{
  border-color: #000000;
}
.radio .checkround:after {
  background: #2d93e8;
}
.checkround {
  border-color: black;
}
.form-control:focus {
  border-color: black;
}
.txtAge{
  max-width: 662px!important;
  position: absolute;
  z-index: 9;
  background-color: #2d93e8;
  margin-top: -748px;
  margin-left: 207%;
  width: 389px!important;
}
.section-1{
  position: absolute;
  z-index: 99;
  margin-top: -123px;
  margin-left: 61%;
  background-color: #d7e1fdf5;
  width: 246px;
  height: 295px;
  border-radius: 14px;
  filter: drop-shadow(3px 7px 4px rgba(0, 0, 0, 0.15));
}
#actions {
  cursor: move;
   &:hover {
  background: darken(orange, 5);
  }
}
@media only screen and (max-device-width: 1024px) and (min-device-width: 768px){
  .section-1{
    margin-top: -125px;
    margin-left: 66%;
  }
}

#modalSelectVehicle {
  position: absolute;
  float: left;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
