@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,700;0,800;0,900;1,100;1,200;1,600;1,700;1,800&display=swap');
.navbar {
	border-radius: 0px !important;
}
.navbar-expand-sm .navbar-nav .nav-link {
	color: #fff !important;
    text-decoration: none !important;
}
.navbar-expand-sm .navbar-nav .nav-link:hover{
    color: #DFB200 !important;
}
.bg-dark {
	background-color: #253075 !important;
}
.btn-warning {
	background-color: #FFCC00 !important;
	border-color: #FFCC00 !important;
}
table.dataTable thead .sorting {
	background-image: none !important;
}
.dataTables_wrapper .dataTables_filter {
	float: right !important;
}
input[type="search"] {
	-webkit-appearance: auto !important;
    border-radius:0px !important ;
}
.cmp-contact {
	font-size: 18px;
}
.cmp-contact a {
	color: #fff;
}
.vendorForm {
	box-shadow: 1px 2px 3px 1px #cccc;
	padding: 20px;
	border-radius: 20px;
	margin-top: 50px;
}
#example_filter {
	display: none;
}
.cmp-contact small {
	color: #FFCC00;
}
.cmp-contact p {
	color: #fff;
}
.cmp-contact a {
	color: #fff;
}

/*LOGIN PAGE STYLE*/
body{
    margin:0px;
    padding:0px;
}

div#app {
    background-image: url(https://colorlib.com/etc/lf/Login_v3/images/bg-01.jpg);
    height: 100vh;
    margin: 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    padding: 15px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    position: relative;
    z-index: 1;
    padding:0px;
}
div#app::before {
    content: "";
    display: block;
    position: absolute;
    z-index: -1;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: rgba(255,255,255,.9);
}
.login-logo {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100px;
    height: 100px;
    border-radius: 50%;
    background-color: #fff;
    margin: 0 auto;
    padding: 20px;
    margin-bottom: 20px;
}
.login-logo img{
    width:100%;
    height:auto;
}
.card.login-form {
    width: 430px;
    border-radius: 10px;
    overflow: hidden;
    padding: 55px 55px 37px;
    background: -webkit-linear-gradient(top,#7579ff,#b224ef);
}
.card-header {
    font-size: 30px;
    color: #fff;
    line-height: 1.2;
    text-align: center;
    text-transform: uppercase;
    display: block;
    font-family: 'Poppins', sans-serif;
    font-weight: bold;
}
.card.login-form .text-input {
    font-size: 16px;
    color: #fff;
    line-height: 1.2;
    display: block;
    width: 100%;
    height: 45px;
    background: 0 0;
    padding: 0;
    border: 0px;
    border-bottom: 1px solid #fff;
    color: #fff;
    margin-bottom:30px;
    outline:none;
}
::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #fff;
  opacity: 1; /* Firefox */
}

:-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: #fff;
}

::-ms-input-placeholder { /* Microsoft Edge */
  color: #fff;
}
.card.login-form .form-check {
    font-size: 16px;
    color: #fff;
    line-height: 1.2;
    display: flex;
    position: relative;
    padding-left: 0px;
    cursor: pointer;
    font-family: 'Poppins', sans-serif;
    font-weight: 400;
    align-items: center;
}
.card.login-form input#remember {
    width: 16px;
    height: 16px;
    border: none;
    border-radius: 2px !important;
}
a.btn.fg-btn.btn-link {
    display: none;
}
button.btn.login-btn {
    text-align: center;
    display: block;
    margin: 0 auto;
    margin-top: 40px;
    padding: 12px 40px;
    font-size: 16px;
    font-family: 'Poppins', sans-serif;
    color: #555;
    border-radius: 25px;
    border: none;
    transition: all .4s;
    cursor:pointer;
}
button.btn.login-btn:hover{
    color:#fff;
    background: -webkit-linear-gradient(top,#7579ff,#b224ef);
    transition: all .4s;
}
span.invalid-feedback {
    color: #fff;
    font-family: 'Poppins', sans-serif;
}