/* Justify text */
.justify-align {
	text-align: justify;
}

.has-error {
	border: 2px solid #dd4b39 !important;
}

.contect_form8 input:hover,
.contect_form8 input:focus {
	border: 2px solid #ffffff;
	-webkit-transition: all 0.5s;
	-o-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-moz-transition: all 0.5s;
	transition: all 0.5s;
}
.contect_form8 input {
	width: 100%;
	height: 50px;
	margin-top: 0px;
	padding-left: 20px;
	background: transparent;
	color: white;
	border: 2px solid #7bddc7;
	-webkit-transition: all 0.5s;
	-o-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-moz-transition: all 0.5s;
	transition: all 0.5s;
}
.contect_form8 {
	width: 100%;
	/* margin-left: -7px; */
}
.contect_form8 i {
	margin-left: -30px;
	color: white;
}

.input-title {
    color: #ffffff;
    text-align: left !important;
    margin-bottom: 0.5rem !important;
}
