@import url(https://fonts.googleapis.com/css?family=Open+Sans:600,400);
.text-primary{
    color:#128bc6 !important;
}
html{
    height:100%;
}
body {
    font-family: 'Open Sans', sans-serif;
    min-height:100%;
}
.box{
    background: #ffffff;
    border:1px solid #ddd;
    width:400px;
    border-top:5px solid #128bc6;
    margin:auto;
}
.box1{
    padding:20px 20px;
}
.box img{
    margin:auto;
}
.box h3{
    margin-top:0;
    text-align: center;
}
input{
    border-radius:0 !important;
}
input[type="submit"]{
    margin-bottom:10px;
    border:none;
}
.btn-primary{
    background-color: #128bc6 !important;
}
.bg-light{
    background:#ddd;
    width:100%;
    padding-top:8px;
    padding-bottom:8px;
}
.checkbox label{
    padding-left:0;
}

.animation{
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
}

@-webkit-keyframes flipInX {
    0% {
        -webkit-transform: perspective(400px) rotateX(90deg);
        opacity: 0;
    }
    40% {
        -webkit-transform: perspective(400px) rotateX(-10deg);
    }
    70% {
        -webkit-transform: perspective(400px) rotateX(10deg);
    }
    100% {
        -webkit-transform: perspective(400px) rotateX(0deg);
        opacity: 1;
    }
}
@keyframes flipInX {
    0% {
        transform: perspective(400px) rotateX(90deg);
        opacity: 0;
    }
    40% {
        transform: perspective(400px) rotateX(-10deg);
    }
    70% {
        transform: perspective(400px) rotateX(10deg);
    }
    100% {
        transform: perspective(400px) rotateX(0deg);
        opacity: 1;
    }
}
.flipInX {
    -webkit-backface-visibility: visible !important;
    -webkit-animation-name: flipInX;
    backface-visibility: visible !important;
    animation-name: flipInX;
}

#forgot_pwd_title{
    margin-left: 20px;
}
.greenButton {
    background-color: #48BF7A;
    color: white!important;
    padding: 8px 24px;
    text-decoration: none;
    text-transform: uppercase;
    position: fixed;
    bottom: 0;
    right: 0;
    z-index: 5;
}
.greenButton:hover {
    background-color: #3CB76F;
}
.badge{
    letter-spacing: 2px;
}
#us-car-search-box .input-group input{
    background-color: transparent;
    color: white;
    border: 2px solid white;
    border-top-right-radius: 0!important;
    border-bottom-right-radius: 0!important;
    font-size:20px;
    text-align: center;
}
#us-car-search-box .input-group-btn a{
    background-color: white!important;
    color: #0089D0!important;
    font-size: 20px;
    padding-top: 0;
    padding-bottom: 0;
    border-top-left-radius: 0!important;
    border: 2px solid white;
    border-bottom-left-radius: 0!important;
    margin: 0;
    height: 34px;
}
#us-car-search-box .input-group-btn a:hover{
    background-color: transparent!important;
    color: white!important;
}

#us-car-search-box a.pdf{
    color:white!important;
    text-decoration: underline;
}
#us-car-search-box{
    margin: 15px -41px;
    width: calc(100% + 82px);
    background: rgb(0,102,156);
    background: -moz-linear-gradient(0deg, rgba(0,102,156,1) 0%, rgba(0,137,208,1) 100%);
    background: -webkit-linear-gradient(0deg, rgba(0,102,156,1) 0%, rgba(0,137,208,1) 100%);
    background: linear-gradient(0deg, rgba(0,102,156,1) 0%, rgba(0,137,208,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#00669c",endColorstr="#0089d0",GradientType=1);
    text-align: center;
    color: white;
    padding: 20px;
}
.button-spinner {
    border: none;
    border-top: 3px solid white;
    border-bottom: 3px solid white;
    border-radius: 50%;
    width: 15px;
    height: 15px;
    animation: button-spin 2s linear infinite;
    float: left;
    margin-right: 7px;
    margin-top: 3px;
}

@keyframes button-spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}
.data-control.img img {
    max-height: 51px;
    margin-top: 5px;
}
.data-control.img::before{
    display:none!important;
}
