/************** My Cars css *******************/
.mycars a.nav-link {color: #393e40;}
.mycars h3 {color: #393e40;}
.mycars .form-check-input {
    position: relative;
    margin-top: 0;
    margin-right: 0.50rem;
    margin-left: unset;
}
.mycars .card{ border:none;}
.mycars .nav-pills .nav-link {
    border-radius: unset;
    padding-top: 20px;
    padding-bottom: 20px;
}
.mycars .text-green{
    color: rgb(22 45 11 / 50%)!important;
    font-weight: 600;
    text-decoration: underline;
}
#forgotpass .modal-header{
    background: #547D6F;
}
#forgotpass .modal-body{
    color: #1f2523;
}
.mycars .pbprice{
    background: #dfe0e0;
}
.alert-success{
    background: none;
    font-size: 18px;
    font-weight: 600;
    color: #FFFFFF;
    border: 2px solid #4B7264;
}
.alert-success a{
    color: #4eb791;
}
.border-bottom-light {
    border-bottom: 1px solid #E4E4E4!important;
}
.expired-bg {
    background: #eadadacc;
}
@media screen and (max-width: 767px){
    .mycars .form-group label {
        display: none;
    }
    .mycars .form-group .form-check-label {
        display: block;
    }
}