html, body {
  color: #333;
  background: white;
  font-family: "Roboto", sans-serif;
  margin: auto;
  font-size: 1em;
  font-weight: normal;
  line-height: 1.5em;
  width: 100%;
  overflow-x: hidden;
}

* {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}

.form-group {
  position: relative;
  margin-bottom: 15px;
}

.form-control {
  width: 100%;
  height: 50px;
  border: none;
  padding: 5px 7px 5px 15px;
  background: #fff;
  color: #666;
  border: 2px solid #ddd;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  margin: 3% 0;
  font-size: 14px;
}

.log-status.wrong-entry {
  -moz-animation: wrong-log 0.3s;
  -webkit-animation: wrong-log 0.3s;
  animation: wrong-log 0.3s;
}

.log-status.wrong-entry .form-control, .wrong-entry .form-control+.fa {
  border-color: #d74739;
  color: #d74739;
}

.btn-primary {
  color: #24293b;
  background-color: #FFD740;
  border: 2px solid #FFD740;
  font-size: 16px;
  line-height: 1.35em;
  padding: 8px 25px;
  border-radius: 30px;
}

.btn-primary:hover, .btn-primary:focus, .btn-primary:active {
  background: #FFC400;
  border-color: #FFC400;
  color: #24293b;
}
.btn-secondary {
  color: #24293b;
  background-color: white;
  border: 2px solid #FFD740 !important;
  font-size: 16px;
  line-height: 1.35em;
  padding: 8px 25px;
  border-radius: 30px;
}

.btn-secondary:hover, .btn-secondary:focus, .btn-secondary:active {
  background: #F8F8FC;
  border-color: #F8F8FC;
  color: #24293b;
}
.btn-secondary.disabled, .btn-secondary:disabled {
  color: #24293b;
  background: #c9cfe4;
}
.btn-share {
  color: #fff;
  background-color: #3B5998;
  border: 2px solid #3B5998;
  font-size: 16px;
  line-height: 1.35em;
  padding: 8px 25px;
  border-radius: 30px;
}

.btn-share:hover, .btn-share:focus, .btn-share:active {
  background: #344e86;
  border-color: #344e86;
  color: #fff;
}
.btn-blue {
  color: #fff;
  background-color: #1f70dc;
  border: 2px solid #1f70dc;
  font-size: 16px;
  line-height: 1.35em;
  padding: 8px 25px;
  border-radius: 30px;
}

.btn-blue:hover, .btn-blue:focus {
  background: #1d69cf;
  border-color: #1d69cf;
  color: #fff;
  box-shadow: none;
}
.btn-blue:active {
  background: #1959af;
  border-color: #1959af;
  box-shadow: none;
}

.link {
  color: #2072dd;
  font-size: 16px;
  margin-bottom: 15px;
  text-align: center;
}

.link:hover {
  text-decoration: underline;
  color: #2f395e;
}

.link:active {
  text-decoration: underline;
  color: #2f395e;
}
.alert-download {
  background-color: #ffd740;
  color: #24293b;
}

.login-special {
  text-align: center;
  margin-top: 15px;
}

.contrast-heading {
  font-size: 1.5em;
  color: #2f395e;
  margin: 10px 0;
  font-weight: 500;
  text-align: center;
}
.contrast-color {
  color: #2f395e;
}
.center {
  padding: 5px;
  margin: 0 auto;
}


.special-heading {
  color: #1f70dc;
  text-align: center;
  font-size: 2.4em;
  line-height: 1.1;
  margin: 15px 0;
  font-weight: 450;
}

.special-label {
  font-weight: 450;
  color: #2f395e;
  margin-bottom: 0;
}

.text-center {
  text-align: center;
}

@media only screen and (max-width: 600px) {
  .special-container {
    padding: 10px 20px;
  }
}

.logo-img {
  width: 10em;
}
.error {
  color: #e34e40;
  font-weight: bold;
  font-size: 14px;
  display: block;
  text-align: left;
}

.error-messages {
  color: #e34e40;
  font-weight: bold;
  display:none;
  text-align: center;
  font-size: 14px;
}

.error-input {
  color: #e34e40;
  font-weight: bold;
  display:none;
  text-align: center;
  font-size: 14px;
}

.error-verify {
  color: #e34e40;
  font-weight: bold;
  display:none;
  text-align: center;
  font-size: 14px;
}

.error-label {
  display: block;
  text-align: center;
  color: #e34e40;
  font-weight: bold;
  font-size: 14px;
}
.errorlist {
  list-style: none !important;
  padding-left: 0;
  display: block;
  color: #e34e40;
  font-weight: bold;
  font-size: 14px;
}

textarea, input[type="text"], input[type="number"], input[type="password"], input[type="email"], input[type="tel"] {
  -webkit-appearance: none;
}

.form-group input {
  margin: 8px auto;
}

/** This class will hide all the body by default **/
#accordion .acc-body{
   display : none;
}
/** This class will show the body if it has "active" parent class. "active" class will be added to panel div **/
#accordion .active .acc-body {
   display : block;
}

.panel-group {
  margin-bottom: 0;
}
#message {
    display:none;
    background: #f1f1f1;
    position: relative;
    padding: 20px;
    margin-bottom: 5px;
}

#message p {
    padding-left: 35px;
    font-size: 16px;
    margin: 10px;
}

/* Add a green text color and a checkmark when the requirements are right */
.valid {
    color: #224e1a;
    font-size: 14px;
}

.valid:before {
    position: relative;
    left: -35px;
    content: "\2713";
}

/* Add a red text color and an "x" icon when the requirements are wrong */
.invalid {
    color: #e34e40;
    font-size: 14px;
}

.invalid:before {
    position: relative;
    left: -35px;
    content: "\2718";
}
#rideshare {
  width: -webkit-fill-available;
  align-self: center;
}

.spinner{
    width: 50px;
    height: 50px;

    border: 8px solid #f3f3f3;
    border-top:9px solid #e34e40;
    border-radius: 100%;

    position: absolute;
    top:0;
    bottom:0;
    left:0;
    right: 0;
    margin: auto;

    animation: spin 1s infinite linear;
}

@keyframes spin {
    from{
        transform: rotate(0deg);
    }to{
        transform: rotate(360deg);
    }
}

#overlay{
  height:100%;
  width:100%;
  background:rgba(255, 255, 255, .8);
  position:fixed;
  left:0;
  top:0;
  z-index: 3;
 }

 #costHeader {
   padding-bottom: 5px;
 }

 #costHeader1 {
   padding-bottom: 5px;
 }
 .modal-center {
   top: 50%;
   transform: translateY(-50%)!important;
 }

 .android-install {
   height: auto;
   width: 80vw;
 }

 .modal-header {
   background: #FFD740;
   border-radius: 6px 6px 0px 0px;
 }

 .modal-title {
   color: #24293b;
   font-size: 24px;
 }

 .btn-secondary1 {
   color: #24293b;
   background-color: white;
   border: 2px solid #FFD740 !important;
   font-size: 16px;
   line-height: 1.35em;
   padding: 8px 25px;
   border-radius: 30px;
 }

 .btn-secondary1:hover, .btn-secondary1:focus, .btn-secondary1:active {
   background: #F8F8FC;
   border-color: #F8F8FC;
   color: #24293b;
 }

 .modal-footer {
   justify-content: center;
 }
 .footer {
   height: 60px;
   background: #e8eaf6;
  width: 100%;
 }

@media only screen and (max-width: 992px) {
  .error_page {
  height: auto;
  width: 90vw;
  }
}
@media only screen and (min-width: 993px) {
  .error_page {
  height: auto;
  width: 50vw;
  }
  #alertDownload {
    display: none;
  }
}
/* .special-backdrop {
  background-image: url(/newlogin/media/web/img/printedBackground.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
} */
.jumping-penguin {
  width: 120px;
  height: auto;
  position: absolute;
  top:0;
  bottom:0;
  left:0;
  right: 0;
  margin: auto;
}
.spin{
    animation: spin 1s infinite linear;
}

@keyframes spin {
    from{
        transform: rotate(0deg);
    }to{
        transform: rotate(360deg);
    }
}
input[type="search"]::-webkit-search-cancel-button {

  /* Remove default */
  -webkit-appearance: none;

  /* Now your own custom styles */
   height: 15px;
   width: 15px;
   display: block;
   background-image: url(/dashboard/media/web/img/clear.svg);
  /* setup all the background tweaks for our custom icon */
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;

  /* icon size */
  background-size: 15px;

}

.cursor-pointer {
  cursor: pointer;
}

a.custom-card, a.custom-card:hover {
  color: inherit;
}
.btn-anchor {
    outline: none !important;
    padding: 0;
    border: 0;
    vertical-align: baseline;
    background-color: transparent;
}
.btn-anchor:hover, .btn-anchor:focus, .btn-anchor:active {
  text-decoration: none;
}

a.custom-card, a.custom-card:hover {
  color: inherit;
}
