/* Add here all your CSS customizations */


.control-label{
	color:#fff;
}

.w-33{
	width: 33% !important;
}

.m-top-0{
	margin-top: 0px !important;
}

.white{
	color: #fff !important;
}

.form-control{
	height: 45px !important;
}

textarea.form-control {
    height: auto;
    min-height: 175px !important;
}