.loginBody{
	background-image: url(../images/login-images/bg-forgot-password.jpg);
   /*background-image: linear-gradient(to right top, #d16ba5, #c777b9, #ba83ca, #aa8fd8, #9a9ae1, #8aa7ec, #79b3f4, #69bff8, #52cffe, #41dfff, #46eefa, #5ffbf1);
   background-repeat: no-repeat;*/
}

.text-vermillion {
	color: #fc4a1a!important
}
.text-fresh {
	color: #4abdac!important
}
.text-fuschia {
	color: #a239ca!important
}
.text-jewel {
	color: #4717f6!important
}
.text-electric {
	color: #3cc47c!important
}
.text-forest {
	color: #1e392a!important
}
.text-aqua {
	color: #008f95!important
}
.text-grape {
	color: #94618e!important
}
.text-teal {
	color: #07889b!important
}
.text-violet {
	color: #6e3667!important
}
.text-lime {
	color: #88d317!important
}
.text-azure {
	color: #01abaa!important
}
.text-magenta {
	color: #f81b84!important
}
.text-cyan {
	color: #43c0f6!important
}
.text-bold {
	font-weight: bold;
}

/*AUTOCOMPLETE CSS*/
.autocompletelist{
    float:left;
    list-style:none;
    margin-top:1px;
    padding:0;
    position:absolute;
    z-index:9999; 
    overflow-y:scroll;
    max-height:500px;
}
.autocompletelist li{
    padding: 10px;
    background: #f0f0f0; 
    border-bottom: #bbb9b9 1px solid;
}
.autocompletelist li:hover{
    background:#ece3d2;cursor: pointer;
}
#search-box{
    padding: 10px;
    border: #0399A4 1px solid;
    border-radius:4px;
}
.loadercstm{
    background: #fff url(http://localhost/ecom/assets/images/LoaderIcon.gif) no-repeat 215px;
}

.outline-badge-primary {
  color: #1b55e2;
  background-color: transparent;
  border: 1px solid #1b55e2; }

.outline-badge-info {
  color: #2196f3;
  background-color: transparent;
  border: 1px solid #2196f3; }

.outline-badge-success {
  color: #8dbf42;
  background-color: transparent;
  border: 1px solid #8dbf42; }

.outline-badge-danger {
  color: #e7515a;
  background-color: transparent;
  border: 1px solid #e7515a; }

.outline-badge-warning {
  color: #e2a03f;
  background-color: transparent;
  border: 1px solid #e2a03f; }

.outline-badge-dark {
  color: #3b3f5c;
  background-color: transparent;
  border: 1px solid #3b3f5c; }

.outline-badge-secondary {
  color: #5c1ac3;
  background-color: transparent;
  border: 1px solid #5c1ac3; }

.outline-badge-primary:focus, .outline-badge-primary:hover {
  background-color: #c2d5ff;
  color: #1b55e2; }

.outline-badge-secondary:focus, .outline-badge-secondary:hover {
  color: #5c1ac3;
  background-color: #dccff7; }

.outline-badge-success:focus, .outline-badge-success:hover {
  color: #8dbf42;
  background-color: #e6ffbf; }

.outline-badge-danger:focus, .outline-badge-danger:hover {
  color: #e7515a;
  background-color: #ffe1e2; }

.outline-badge-warning:focus, .outline-badge-warning:hover {
  color: #e2a03f;
  background-color: #ffeccb; }

.outline-badge-info:focus, .outline-badge-info:hover {
  color: #2196f3;
  background-color: #bae7ff; }

.outline-badge-dark:focus, .outline-badge-dark:hover {
  color: #3b3f5c;
  background-color: #acb0c3; }

.mt-402{
  margin-top: 402px;
}