	
.logo-header-big{
	display:block;
}
	
.logo-header-small{
	display:none;
}	
	
@media only screen and (max-width: 992px) {	
	.logo-header-big{
		display:none;
	}
	
	.logo-header-small{
		display:block;
	}
}

.align-center{
	text-align: center !important;
}

.cursor-pointer{
	cursor: pointer;
}

.font-weight-400{
	font-weight: 400 !important;
}

.btn-info{
	background-color: #251844 !important;
}

.btn-info:hover{
	background-color: #b77b53 !important;
}

.text-primary{
	color: #251844 !important;
}

.icon-primary{
	color: #251844 !important;
}

.bg-primary{
	background-color: #251844 !important;
}

.description{
	color: #251844 !important;
}

.background-color-f2ece3{
	background-color:  #f2ece3;
	color: #251844;
}

.background-color-251844{
	background-color: #251844;
	color: #f2ece3;
}

.background-color-b77b53{
	background-color: #b77b53;
	color: #251844;
}

.background-color-a8a8aa{
	background-color: #a8a8aa;
}

.font-color-251844{
	color: #251844 !important;
}

.font-color-f2ece3{
	color: #f2ece3 !important;
}

.font-color-FFFFFF{
	color: #FFFFFF !important;
}

.font-color-b77b53{
	color: #b77b53 !important;
}

.font-color-a8a8aa{
	color: #a8a8aa !important;
}

.icon-success{
	color: #38b349 !important;
}

.icon-info{
	color: #b67b53 !important;
}

.icon-warning{
	color: #f6931e !important;
}

.icon-circle{
	box-shadow: none !important;
}

.lender-logo{
	max-width: 150px;
	min-width: 50px;
}

@media only screen and (max-width: 576px) {
	.lender-logo{
		max-width: 100px;
		min-width: 50px;
	}
}

::-webkit-input-placeholder { 
  color: #a8a8aa !important;
}

::-ms-input-placeholder { 
  color: #a8a8aa !important;
}

::placeholder {
  color: #a8a8aa !important;
}

.progress-container.progress-success .progress{
	background: #b67b53 !important;
}

.progress-container.progress-success .progress-bar{
	background:  #38b349 !important;
}

tr.noBorder td {
	border: 0;
}



