@font-face {
    font-family: password;
    src: url(../fonts/password.ttf);
}
.password{
    font-family: password !important;
}
#pre-loader {
  background: none repeat scroll 0 0 #ffffff4f;
}


#update_trip .form-control {
    appearance: auto;
    padding: 10px;
    border: 2px solid #eee;
    border-radius: 5px;
    background: #fff;
}

#update_trip .select2-container {
    width: 100% !important;
}
#update_trip .select2-selection {
    width: 100% !important;
    display: block !important;
    background: #aaaaaa14;
    border: 2px solid #aaaaaa3d;
    height: 47px;
    padding: 5px;
}
#showResponse .modal-footer {
    background: #8080801f;
}
.bubmit-btns {
    text-align: center;
}
.bubmit-btns .btn.btn-success {
    background: #150f7b;
    border: none;
    padding: 7px 20px;
    text-transform: capitalize;
    width: 42%;
    border-radius: 2em;
    border-bottom: 4px solid #0d095a;
    margin: 0 auto;
}
.bubmit-btns .btn.btn-success:hover {
    background: #0d095a;
    border-bottom: 4px solid #000;
}




