@media only screen and (max-width: 767px) {
  main{
    padding: 5px; 
  }
.booking_form{
  width: 100%;
  margin: 0;  
}
.booking_form .close_btn{
  font-size: 25px;
}

  .booking_form h2 {
    padding: 10px 0 10px 0px;
    margin-left: 10px;
    font-size: 16px;
}

.booking_form .dist_box{
    box-shadow: none;
    overflow: hidden;
}
.booking_form .dist_box .trip{
    padding: 0px;
    overflow: hidden;
}

.booking_form .dist_box .d-box{
  border-radius: 10px;
  padding: 0px 10px 30px 10px;
}

.booking_form .dist_box .rd-box{
  border-radius: 10px;
  padding: 20px 10px 30px 10px;
}
.booking_form .dist_box .return_trip{  
  padding: 10px 0px;
  overflow: hidden;
}
.booking_form .dist_box .dist_inn .inn1 .loc-box{
  border: none;
  border-left: 1px dashed orangered;
  width: 112%;
  padding: 15px 22px 70px 15px;
  margin-top: -10px;
  margin-left: -15px;
  height: auto;
  position: relative;
}
.booking_form .dist_box .dist_inn .inn1 .loc-box2{
  border: none;
  border-left: 1px dashed orangered;
  width: 112%;
  padding: 10px 20px 0px 15px;
  margin-top: -25px;
  margin-left: -15px;
  height: auto;  
}

.booking_form .dist_box .dist_inn .inn1 .rloc-box{
  border: none;
  border-left: 1px dashed orangered;
  width: 112%;
  padding: 15px 22px 70px 15px;
  margin-top: -10px;
  margin-left: -15px;
  height: auto;
  position: relative;
}
.booking_form .dist_box .dist_inn .inn1 .rloc-box2{
  border: none;
  border-left: 1px dashed orangered;
  width: 112%;
  padding: 10px 20px 0px 15px;
  margin-top: -25px;
  margin-left: -15px;
  height: auto;  
}
.booking_form .dist_box .dist_inn .inn1 .img-loc1-f{
  width: 20px;
  position: absolute;
  top: -20px;
  left: -11px;
}
.booking_form .dist_box .dist_inn .inn1 .img-loc1-t{
  width: 20px;
  position: absolute;
  top: calc(100% + 33px);
  left: -11px;
}
.booking_form .dist_box .dist_inn .inn1 .img-loc1-s{
  width: 20px;
  position: absolute;
  bottom: 38px;
  left: -11px;
  display: none;
}
.booking_form .dist_box .dist_inn .inn1 .img-loc1-rs{
  width: 20px;
  position: absolute;
  bottom: -1  0px;
  left: -10px;
  display: none;
}
.booking_form .dist_box .dist_inn .inn1 .loc-box .inter-tog{
   margin-bottom: -30px;
  }
  .booking_form .dist_box .dist_inn .inn1 .loc-box .inter-tog label{
    background-color:  #ffece600;
  }
  .booking_form .dist_box .rinter-tog{
     margin-bottom: -30px;
    }
.booking_form .dist_box .rintlb{
  
   background-color:  #ffece600;
  }

.booking_form .dist_box .dist_inn{
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  align-items:center;
}
.booking_form .dist_box .dist_inn .d-dt{
  display: flex; 
  flex-direction: row;  
  align-items: center; 
  justify-content: space-around; 
}
.booking_form .dist_box .dist_inn.inter_stop{
  background-color: rgb(243, 241, 239);
  padding:0 10px;
  margin: 5px 15px;
  display: flex;
  flex-direction: column;
  justify-content: space-evenly;
  align-items: center;
}
.booking_form .dist_box .dist_inn .inn1{
  display: flex;
  flex-direction: column;
  justify-content:flex-end;
  width: 100%;
  padding: 5px 15px;
}
.booking_form .dist_box .dist_inn .inn1 .ftLoc{
  
  width: 100%;
  
}
.booking_form .dist_box .trip input[type='text'],
.booking_form .dist_box .trip select,
.booking_form .dist_box .return_trip input[type='text'],
.booking_form .dist_box .return_trip select
{
  font-size: 14px;
  padding: 5px;
  margin: 2px 0;
  width: 100%;
}
.booking_form .dist_box .trip label,
.booking_form .dist_box .return_trip label
{
  font-size: 14px;
  padding: 5px;
  margin: 2px 0;
  
}
.booking_form .dist_box .trip input[type='text'],
.booking_form .dist_box .trip select{
  box-sizing: border-box;
    padding: 5px;
    margin: 2px 0;
    width: 100%;
    font-size: 14px;
    
  }
  .booking_form .dist_box .trip input[type='time']{
    padding: 5px;
    margin: 2px 0;
    width: 155px;
    font-size: 14px;
    
}
  .booking_form .dist_box .trip input[type='date']{
    padding: 5px;
    margin: 2px 3px;
    width: 155px;
    font-size: 14px;
    
}
.booking_form .dist_box .return_trip input[type='text'],
.booking_form .dist_box .return_trip input[type='date'],
.booking_form .dist_box .return_trip select,
.booking_form input[type='number'], .booking_form textarea,
.booking_form .dist_box .return_trip input[type='time']{
  font-size: 14px;
    padding: 5px;
    margin: 2px 0;
    width: 100%;
    
    color: black;
}

.booking_form .dist_box input[type='text'],
.booking_form .dist_box input[type='text'],
.booking_form .dist_box select,
.booking_form .dist_box select,
.booking_form .dist_box label,
.booking_form .dist_box label
{
font-size: 14px;
color: black;
}

.booking_form input[type='number']{
    padding: 10px;
    width: 70px;
    border: 1px solid #ccc;
    
    color: black;
    margin-bottom: 5px;
    text-align: center;
}

.booking_form .noof_pass{
    display: flex;
    flex-direction: column;
    justify-content:center;
    align-items: flex-start;
    /* padding: 10px; */
    margin: 10px 0;
    border-radius: 6px;
    /* border: 1px solid rgb(253, 119, 71); */
}
.booking_form .noof_pass .pasg{
    display: flex;
    flex-direction: column;
    justify-content:center;
    align-items: center;
    width: 100%;
    padding: 10px;
}
.booking_form .noof_pass .pasg .baby{
    
    display: flex;
    flex-direction: row;
    justify-content:space-evenly;
    
}



/* Number */

.quantity {
  position: relative;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button
{
  -webkit-appearance: none;
  margin: 0;
}

input[type=number]
{
  -moz-appearance: textfield;
}

.quantity input {
  width: 45px;
  height: 40px;
  line-height: 1.65;
  float: left;
  display: block;
  padding: 0;
  margin: 0;
  padding-left: 20px;
  border: 1px solid #eee;
}

.quantity input:focus {
  outline: 0;
}

.quantity-nav {
  float: left;
  position: relative;
  height: 35px;
  top: 4px;
}

.quantity-button {
  position: relative;
  cursor: pointer;
  border-left: 1px dashed orangered;
  width: 20px;
  text-align: center;
  color: #333;
  font-size: 13px;
  font-family: "Trebuchet MS", Helvetica, sans-serif !important;
  line-height: 1.7;
  -webkit-transform: translateX(-100%);
  transform: translateX(-100%);
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
}

.quantity-button.quantity-up {
  position: absolute;
  height: 50%;
  top: 0;
  border-bottom: 1px dashed orangered;
}

.quantity-button.quantity-down {
  position: absolute;
  bottom: -1px;
  height: 50%;
}




#fx_pop{
  width: 100%;
  margin-left: 0px;
  display: flex;
  align-items: center;
  border:none;
  border-radius: 10px;
  padding: 12px 20px 6px 20px;
}

.booking_form .vehicleBox{
   border-top: 1px solid orangered;
   margin-top: 50px;
   padding: 0px ;
 }
 
 .booking_form .vehicleBox .vehicle{
   border-radius: 10px;
   display: flex;
   flex-direction: column;
     justify-content: center;
     align-items: center;
     padding: 10px;
     cursor: pointer;   
     transition: 0.2s;
     position: relative;
     
   }
 .booking_form .vehicleBox .vehicle:hover{
     background-color: rgb(255, 209, 200);
 }
 .booking_form .vehicleBox .vehicle .details{
   position: absolute;
   top: 0;
   left: 0;
   display: flex;
   flex-direction: column;
   justify-content: flex-start;
   /* align-items: center; */
   padding: 10px;
 }
 .booking_form .vehicleBox .vehicle .details .vehType{
   font-size: 16px;
   text-decoration: underline;
   color: #000000;
   margin: 0;
 }
 .booking_form .vehicleBox .vehicle .details .vehType-d{
   font-size: 13px;  
   color: #000000;
   margin: 0;
 }
 .booking_form .vehicleBox .vehicle .details .img-box,
 .booking_form .vehicleBox .vehicle .details .img-box2{
   display: flex;
   flex-direction: column;
   justify-content: center;
   align-items: center;
   width: 90px;
   height: auto;
   margin: 10px;
   
 }
 .booking_form .vehicleBox .vehicle .details .img-box img{
   width: 20%;  
 }
 .booking_form .vehicleBox .vehicle .details .img-box2 img{
   width: 30%;  
 }
 .booking_form .vehicleBox .vehicle .details .img-box p,
 .booking_form .vehicleBox .vehicle .details .img-box2 p{
   font-size: 13px;
   text-align: center;
   color: black;
   margin: 0;
 }
 
 
 .booking_form .vehicleBox .vehicle .price{
     width: 80%;
     padding: 10px;
     margin: 0px;
     margin-top: 30px;
     background-color:  #fce7e6;
     border-radius: 10px;
     text-align: center;
 }
 .booking_form .vehicleBox .vehicle .price .pr-lbl1 {
     font-size: 16px;
     color: rgb(0, 0, 0);   
     font-weight: 500;
     margin: 0;
 }
 .booking_form .vehicleBox .vehicle .price .pr-lbl2 {
     font-size: 13px;
     color: rgb(70, 70, 70);   
     font-weight: 400;
     margin: 2px;
 }
 .booking_form .vehicleBox .vehicle .price .sel-btn {
   font-size: 14px;
   color: rgb(255, 255, 255);   
   font-weight: 500;
   background-color: orangered;
   text-align: center;
   width: 150px;
   margin: 10px auto;
   padding: 4px 8px;
   border-radius: 6px;
   cursor: pointer;
   transition: 0.2s
 }
 .booking_form .vehicleBox .vehicle .price .sel-btn:hover {
   background-color: rgb(253, 106, 52);
 }
 
 .booking_form .vehicleBox .vehicle .car{
     width: 70%;
     margin-left: 32%;
     margin-top: 60px;
 }
 /*Vehicle  */

.booking_form .spl{
    display: flex;
    flex-direction: column-reverse;
    justify-content: center;
    padding: 10px;
    background-color: rgb(255, 255, 255);
    border-radius: 6px;
    margin: 2px 0;
}
.booking_form .spl .spl-inn{    
  display: flex; 
  flex-direction: column; 
  justify-content: center; 
  align-items: center; 
  width: 100%;
}
.booking_form .spl label{
    
    font-size: 14px;
    
    color: rgb(0, 0, 0);
}

.booking_form .loginBox{    
  margin: 0;
  padding: 0px;
}


.booking_form .loginBox .logUser{
  display: flex;
  flex-direction: column;
  justify-content: center;  
  align-items: center;
  background-color:  #ffece6;
  border-radius: 10px;
  padding: 10px;
}
.booking_form .loginBox .logUser-inn{
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: start;
  width: 100%;
}
/* .booking_form .loginBox .smone{ */
  /* background-color: #f3f1ef; */
  /* padding: 20px 40px; */
   
/* } */


.booking_form .loginBox input[type='text']{
  padding: 5px 10px;
  font-size: 14px;
margin-bottom: 0px;    
margin-top: 10px;    
margin-left: 0px;
border: 1px solid orangered;
border-radius: 6px;

}
.booking_form .loginBox #firstName,
.booking_form .loginBox #soFirstName{
margin-right: 35px;
}

.booking_form .loginBox input[type='email']{
  padding: 5px 10px;
  font-size: 14px;
margin-bottom: 0px;    
margin-top: 10px;    
margin-left: 0px;
border: 1px solid orangered;
border-radius: 6px;
}

.booking_form .loginBox #id_recipient_phone_0,
.booking_form .loginBox #id_customer_phone_0,
.booking_form .loginBox #uTitle,
.booking_form .loginBox #soTitle{
  padding: 5px 10px;
  font-size: 14px;
margin-bottom: 0px;    
margin-top: 10px;    
margin-left: 0px;
border: 1px solid orangered;
border-radius: 6px;
    
}

.booking_form .loginBox #id_recipient_phone_1,
.booking_form .loginBox #id_customer_phone_1{
  padding: 5px 10px;
  font-size: 14px;
margin-bottom: 0px;    
margin-top: 10px;    
margin-left: 0px;
border: 1px solid orangered;
border-radius: 6px;
}


.smone2{
  width: 94%;
  height: 100px;
  margin: 10px auto;
  background-color:#fce7e6;
  box-shadow: rgba(50, 50, 93, 0.25) 0px 2px 5px -1px, rgba(0, 0, 0, 0.3) 0px 1px 3px -1px;
}
.smone2 .cBox{
  text-align: center; 
  display: flex; 
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center; 
  align-items:center;
}

.smone2 .toltip {
  position: relative;
  display: flex;
  width: 50px;
  height: 30px;
  z-index: 99;
  margin: 10px 0 0 -100px;
  /* background-color: red; */
  
}
/*Button CSS */
.pay_now_box{
  display: flex;
  padding: 20px;
  flex-direction: column-reverse;
  text-align: center;
  background-color: transparent;
justify-content: center;
border-radius: 6px;
}
.log_bef-pushable,
.pay_now-pushable {
  position: relative;
  border: none;
  background: transparent;
  padding: 0;
  cursor: pointer;
  outline-offset: 4px;
  transition: filter 250ms;
  user-select: none;
  -webkit-user-select: none;
  touch-action: manipulation;
}

.log_bef-shadow,
.pay_now-shadow {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 12px;
  background: hsl(0deg 0% 0% / 0.25);
  will-change: transform;
  transform: translateY(2px);
  transition:
    transform
    600ms
    cubic-bezier(.3, .7, .4, 1);
}

.log_bef-edge, .pay_now-edge {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 12px;
  background: linear-gradient(
    to left,
    hsl(340deg 100% 16%) 0%,
    hsl(340deg 100% 32%) 8%,
    hsl(340deg 100% 32%) 92%,
    hsl(340deg 100% 16%) 100%
  );
}

.log_bef-front,
.pay_now-front {
  display: block;
  position: relative;
  padding: 12px 27px;
  border-radius: 12px;
  font-size: 1.1rem;
  color: white;
  background: orangered;
  will-change: transform;
  transform: translateY(-4px);
  transition:
    transform
    600ms
    cubic-bezier(.3, .7, .4, 1);
}
.pay_now-front {
  color: white;
  background: hsl(345deg 100% 47%);
}

@media (min-width: 768px) {
  .log_bef-front,
  .pay_now-front {
    font-size: 1.25rem;
    padding: 12px 42px;
  }
}

.log_bef-pushable:hover,
.pay_now-pushable:hover {
  filter: brightness(110%);
  -webkit-filter: brightness(110%);
}

.log_bef-pushable:hover .log_bef-front,
.pay_now-pushable:hover .pay_now-front {
  transform: translateY(-6px);
  transition:
    transform
    250ms
    cubic-bezier(.3, .7, .4, 1.5);
}

.log_bef-pushable:active .log_bef-front,
.pay_now-pushable:active .pay_now-front {
  transform: translateY(-2px);
  transition: transform 34ms;
}

.log_bef-pushable:hover .log_bef-shadow,
.pay_now-pushable:hover .pay_now-shadow {
  transform: translateY(4px);
  transition:
    transform
    250ms
    cubic-bezier(.3, .7, .4, 1.5);
}

.log_bef-pushable:active .log_bef-shadow,
.pay_now-pushable:active .pay_now-shadow {
  transform: translateY(1px);
  transition: transform 34ms;
}

.log_bef-pushable:focus:not(:focus-visible),
.pay_now-pushable:focus:not(:focus-visible) {
  outline: none;
}
/* Toggle start */
.togg{
    display: flex;
    flex-direction: row;
    align-items: center;
}
.trail{
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  padding: 7px 37px 2px 7px;
  margin: 5px;
  border: none;
  border-radius: 10px;
  
}
.trail2{
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 10px 0 0 10px;
  margin: 0px;
  border: 1px solid orangered;
  border-radius: 10px;    
}
.booking_form .dist_box .trip label.toggLbl, 
.booking_form .dist_box .return_trip label.toggLbl, 
.trail label.toggLbl, .loginBox label.toggLbl{
    font-size: 14px;
    padding: 10px;
    
}
.booking_form .noof_pass label.toggLbl{
    font-size: 14px;
    padding: 10px;
}
.logB{
  
  text-align: center;
}
.setHide{
  transition: width, height 0.2s;
  width: 0px;
  height: 0px;
}
.setShow{
  transition: width, height 0.2s;
  width: 100%;
  height: 55px;
}
.setHide1{
  transition: width 0.2s;
  width: 0px;
  height: 100px;
}
.setShow1{
  transition: width 0.2s;
  width: 210px;
}
.setHide2{
  transition: height  0.2s;
  height: 80px;
}
.setShow2{
  transition: height 0.2s;
  height:300px;
}
.setShow22{
  transition: height 0.2s;
  height:400px;
}
.setHide3{
  transition: height 0.2s;
  width: 400px;
  padding: 0;
  height: 0px;
}
.setShow3{
  transition: height 0.2s;
  padding: 10px;
  width: 400px;
  height: 100px;
}
.setHide4{
  transition: height  0.2s;
  height: 75px;
}
.setShow4{
  transition: height 0.2s;
  height: 290px;
}

/* Toggle */
.switch,
.switch2 {
    position: relative;
    display: inline-block;
    width: 50px;
    height: 20px;
    
  }
.switch3,
.switch4 {
    position: relative;
    display: inline-block;
    width: 70px;
    height: 20px;
    
  }
  
  .switch input,
  .switch2 input,
  .switch3 input,
  .switch4 input { 
    opacity: 0;
    width: 0;
    height: 0;
  }
  
  .slider,
  .slider2,
  .slider3,
  .slider4 {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: white;
    /* background-image: linear-gradient(90deg, #fdccc3, #fefefe); */
    border: 1px solid orangered;
    box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.509);
    -webkit-transition: .4s;
    transition: .4s;
  }
  
  .slider:before,
  .slider2:before,
  .slider3:before,
  .slider4:before {
    position: absolute;
    content: "";
    height: 25px;
    width: 25px;
    left: 2px;
    bottom: 2px;
    /* background-color: white; */
    background-image: linear-gradient(315deg, #D1D1D1, #FFFFFF, #D1D1D1);
    -webkit-transition: .4s;
    transition: .4s;
  }
  
  input:checked + .slider,
  input:checked + .slider2,
  input:checked + .slider3,
  input:checked + .slider4 {
    /* background-color: orangered; */
    background-image: linear-gradient(90deg, #fcebeb, #feaea0);
  }
  
  input:focus + .slider,
  input:focus + .slider2,
  input:focus + .slider3,
  input:focus + .slider4 {
    box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.509);
  }
  
  input:checked + .slider:before,
  input:checked + .slider2:before,
  input:checked + .slider3:before,
  input:checked + .slider4:before {
    -webkit-transform: translateX(26px);
    -ms-transform: translateX(26px);
    transform: translateX(26px);
  }
  
  /* Rounded sliders */
  .slider.round,
  .slider2.round,
  .slider3.round,
  .slider4.round {
    border-radius: 34px;
  }
  
  .slider.round:before,
  .slider2.round:before{
    border-radius: 50%;
  }
  .slider3.round:before,
  .slider4.round:before {
    border-radius: 0%;
  }
/* Toggle end */
.container {
    display: block;
    position: relative;
    padding-left: 35px;
    margin-bottom: 12px;
    cursor: pointer;
    font-size: 22px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
  }
  
  /* Hide the browser's default radio button */
  .container input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
  }
  
  /* Create a custom radio button */
  .checkmark {
    position: absolute;
    top: 0;
    left: -10px;
    height: 100%;
    width: 100%;
    background-color: #eee;
    z-index: -1;
    /* border-radius: 50%; */
  }
  
  /* On mouse-over, add a grey background color */
  .container:hover input ~ .checkmark {
    background-color: #ccc;
  }
  
  /* When the radio button is checked, add a blue background */
  .container input:checked ~ .checkmark {
    background-color: orange;
  }
  
  /* Create the indicator (the dot/circle - hidden when not checked) */
  .checkmark:after {
    content: "";
    position: absolute;
    display: none;
  }
  
  /* Show the indicator (dot/circle) when checked */
  .container input:checked ~ .checkmark:after {
    display: block;
  }
  
  /* Style the indicator (dot/circle) */
  .container .checkmark:after {
       top: 9px;
      left: 9px;
      width: 8px;
      height: 8px;
      border-radius: 50%;
      background: white;
  }


  /* Popups */
  .popup {
    position: relative;
    display: inline-block;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    width: 382px;
  }
  
  /* The actual popup */
  .popup .popuptext {
    visibility: hidden;
    width: 350px;
    background-color:orangered;
    box-shadow: 1px 1px 2px 2px rgba(0,0,0, 0.1);
    color: white;
    
    text-align: center;
    border-radius: 6px;
    padding: 8px 0;
    position: absolute;
    z-index: 1;
    bottom: 96%;
    left: 20%;
    margin-left: -80px;
  }
  
  /* Popup arrow */
  .popup .popuptext::after {
    content: "";
    position: absolute;
    top: 100%;
    left: 45%;
    margin-left: -7px;
    border-width:7px;
    border-style: solid;
    border-color: orangered transparent transparent transparent;
    
  }
  
  /* Toggle this class - hide and show the popup */
  .popup .show {
    visibility: visible;
    -webkit-animation: fadeIn 1s;
    animation: fadeIn 1s;
    
  }
    
  /* Add animation (fade in the popup) */
  @-webkit-keyframes fadeIn {
    from {opacity: 0;} 
    to {opacity: 1;}
  }
  
  @keyframes fadeIn {
    from {opacity: 0;}
    to {opacity:1 ;}
  }

  .BookingSummary{
  box-sizing: border-box;
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 50px;
    z-index: 5;
    
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: start;
        
  }
  .BookingSummary h4{
    box-sizing: border-box;
    color: #000000;   
    font-size: 12px;
    padding: 10px 5px;
    text-align: center;
    border-right: 1px solid silver;
    letter-spacing: 1.2px;
  }
  .BookingSummary h4:last-child{
    border-right: none;
  }
  .BookingSummary h4 span{
    color: orangered;
   
    
  }
  
 .button_login2 {
  display: inline-block;
  padding: 0.50rem 1.0rem;
  border-radius: 6rem;
  color: #fff;
  text-transform: uppercase;
  font-size: 0.75rem;
  letter-spacing: 0.15rem;
  transition: all 0.3s;
  position: relative;
  overflow: hidden;
  z-index: 1;
}
  #trlrTxt{
    display: none;
    color: orangered;
  }


 /* button */

 .button_login {
  display: inline-block;
  padding: 0.50rem 1.0rem;
  border-radius: 6rem;
  color: #fff;
  text-transform: uppercase;
  font-size: 0.75rem;
  letter-spacing: 0.15rem;
  transition: all 0.3s;
  position: relative;
  overflow: hidden;
  z-index: 1;
}
.button_login:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgb(250, 118, 70);
  border-radius: 10rem;
  z-index: -2;
}
.button_login:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0%;
  height: 100%;
  background-color: orangered;
  transition: all 0.3s;
  border-radius: 10rem;
  z-index: -1;
}
.button_login:hover {
  color: #fff;
}
.button_login:hover:before {
  width: 100%;
}



}

