

.login-form-input {
    border-left: 0px !important;
    border-right: 0px !important;
    border-top: 0px !important;
    border-bottom: 5px solid #4e73df;
    padding-left: 5px !important;
    outline: none !important;
    box-shadow: none;
}

body .login-form-input:focus {
    outline: 0;
    box-shadow: none;
    -webkit-appearance: none;
    border-bottom: 1px solid #4e73df;
    transition: transform 0.3s;
}


.nav-pills, .nav-tabs {
    margin: 0 0 0 0 !important;
}
.tab-content > .active{
    padding: 10px;
    padding-top: 15px;
    border:1px solid #dee2e6;;
    border-top: none;
}

