
#bootstrap-overrides body {
  padding-top: 40px;
  padding-bottom: 40px;
  /*background-color: #1C8EFC;
  background: radial-gradient(
   ellipse at center,
   rgba(255, 118, 118, .75) 0%,
   rgb(245, 78, 168) 100%) no-repeat center center;
  font-family: 'Roboto', sans-serif;*/
}

span.plate {
    height: auto;
    width: 300px;
    /*height: 65px;*/
    padding: 0px 0px 0px 25px;
    /*padding: 1px 17px 1px 17px;
     margin: 0px auto 0px auto; */
    display: block;
    background: #FFFFFF;
    font-size: 50px;
    font-weight: 700;
    color: #000000;
    /*border-top: 3px;
    border-left: 3px;
    border-right: 3px;
    border-bottom: 3px;
    border-color: #000000;
    border-style: solid;*/
    text-align: center;
    background-image: url('../images/emptyplate_white.png');
    background-size: 100% 100%;
    /* -animation: spin .7s infinite linear;
    -ms-animation: spin .7s infinite linear;
    -webkit-animation: spinw .7s infinite linear;
    -moz-animation: spinm .7s infinite linear; */
}

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

@-webkit-keyframes spinw {
    from { -webkit-transform: rotate(0deg);}
    to { -webkit-transform: rotate(360deg);}
}

@-moz-keyframes spinm {
    from { -moz-transform: rotate(0deg);}
    to { -moz-transform: rotate(360deg);}
}

.form-signin {
  max-width: 330px;
  padding: 15px;
  margin: 0 auto;
}
.form-signin .form-signin-heading,
.form-signin .checkbox {
  margin-bottom: 10px;
}
.form-signin .checkbox {
  font-weight: normal;
}
.form-signin .form-control {
  position: relative;
  height: auto;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  padding: 10px;
  font-size: 16px;
}
.form-signin .form-control:focus {
  z-index: 2;
}
.form-signin input[type="email"] {
  margin-bottom: -1px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.form-signin input[type="password"] {
  margin-bottom: 10px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
/* Override to match plate blue: */
#bootstrap-overrides .nav-pills > li.active > a {
    color: #ffffff;
    background-color: #0066cc;
}

/* #bootstrap-overrides a {
    color: #0066cc;
} */

#bootstrap-overrides .btn-primary {
    color: #ffffff;
    background-color: #0066cc;
    border-color: #0079a1;
    border-top-color: rgb(0, 121, 161);
    border-right-color: rgb(0, 121, 161);
    border-bottom-color: rgb(0, 121, 161);
    border-left-color: rgb(0, 121, 161);
}

#bootstrap-overrides .btn-xs {
  padding  : .25rem .4rem;
  font-size  : .875rem;
  line-height  : .5;
  border-radius : .2rem;
  text-transform: none;
}

/* Car drive away animation */
@keyframes driveAwayRight {
  from {
    transform: translateX(0);
    opacity: 1;
  }
  to {
    transform: translateX(200px);
    opacity: 0;
  }
}

.animated.driveAwayRight {
  animation-name: driveAwayRight;
  animation-duration: 0.6s;
  animation-fill-mode: forwards;
}
