body
{
}
.row-login
{
	height:100vh;
	  background-image: linear-gradient(145deg, #339b9e 0%, #68cc98 100%);
	
}
.form-login
{
	background:#fff;
	border-radius:6px;
	padding:20px;
}
.row-login h1
{
	color:#fff;
	margin-bottom: 30px;
}
.row-login h1::before , .row-login h1::after
{
	content: '';
    display: inline-block;
    background: #5fb759;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    border: 2px solid #fff;
}
.row-login h1::before 
{
	position: relative;
    right: 10px;
    top: -3px;
}
.row-login h1::after
{
	position: relative;
    left: 10px;
    top: -3px;
}
.form-login .btn-custom
{
	color:#fff;
	background-image: linear-gradient(145deg, #339b9e 0%, #68cc98 100%);
}






.navbar
{
	  background-image: linear-gradient(145deg, #339b9e 0%, #68cc98 100%);
}



#body-row {
    margin-left:0;
    margin-right:0;
}
#sidebar-container {
    min-height: 100vh;   
    background-color: #333;
    padding: 0;
}

/* Sidebar sizes when expanded and expanded */
.sidebar-expanded {
    width: 230px;
}
.sidebar-collapsed {
    width: 60px;
}

/* Menu item*/
#sidebar-container .list-group a {
    height: 50px;
    color: white;
}

/* Submenu item*/
#sidebar-container .list-group .sidebar-submenu a {
    height: 45px;
    padding-left: 30px;
}
.sidebar-submenu {
    font-size: 0.9rem;
}

/* Separators */
.sidebar-separator-title {
    background-color: #333;
    height: 35px;
}
.sidebar-separator {
    background-color: #333;
    height: 25px;
}
.logo-separator {
    background-color: #333;    
    height: 60px;
}

/* Closed submenu icon */
#sidebar-container .list-group .list-group-item[aria-expanded="false"] .submenu-icon::after {
  content: " \f0d7";
  font-family: FontAwesome;
  display: inline;
  text-align: right;
  padding-left: 10px;
}
/* Opened submenu icon */
#sidebar-container .list-group .list-group-item[aria-expanded="true"] .submenu-icon::after {
  content: " \f0da";
  font-family: FontAwesome;
  display: inline;
  text-align: right;
  padding-left: 10px;
}


.bg-successful , .bg-failed
{
	background:#fff;
	border-radius:0;
	box-shadow:0px 0px 5px rgba(0,0,0,0.3);
}
.bg-successful p , .bg-failed p
{
	color:#777;
}
.bg-successful h3
{
	color:#080;
}
.bg-failed h3
{ 
	color:#d42424;
}
.bg-orange
{
	background:#ffa500 ;
}
.bg-darkblue
{
	background:#142A5C;
}
.add-form , .form-password
{
	background:#fff;
	box-shadow:0px 0px 8px rgba(0,0,0,0.5);
	padding:20px;
}
/*Add new*/
.inputSubmerchant
{
	width: 95% !important;
    display: inline !important;
}
.custom-file
{
	width: 95% !important;
}