/**
Main colors
 */
.color {color: #9CDFFF;}

/**
* Margin
 */
.mt-30{margin-top: 30px !important}
.mt-50{margin-top: 50px}
.mt-75{margin-top: 75px}
.mt-100{margin-top: 100px}
.mt-180{margin-top: 180px}
.m-auto{margin: auto !important}


/*
* Padding
 */
.p-10{padding: 10px}
.p-40{padding: 40px}
.pr-40{padding-right: 40px}
.pl-40{padding-left: 40px}
.pt-20 {padding-top: 28px !important}
.pt-40 {padding-top: 40px !important;}
/**
* Bg color
 */
.bg-white{
	background: #ffffff;
}

.alert,
.alert p{
	padding: 0.250rem 1.25rem 0.3rem !important;
	margin-bottom: 0 !important;
	border-radius: 0 !important;
}

#formSuccess,
#formError{
	display: inline-block;
}

/**
* Position
 */
.position-relative {
	position: relative;
}

/*
*
 */
.visible-sm {
	display: none;
}

/**
* Height
 */
.h-110 { height: 95px;}

@media(max-width: 575px) {
	.h-110 { height: 50px;}
}