form {
	padding: 1rem 1rem;
	border-radius: 6px;
}

form h1 {
	font-size: 24px;
    font-weight: 600;
    text-align: center;
    color: #0063b4;
}

.form-p01 {
	font-size: 13px;
	color: #0063b4;
	text-align: center;
	padding-bottom: .5rem;
}

.form-p02 {
	font-size: 13px;
	color: #e53939;
}

.form-p03 {
	font-size: 14px;
}

.form-p03 span {
	color: #e53939;
}

.form-p04,
span.form-p04 {
	font-size: 13px;
	color: #717171;
}

input {
	width: 100%;
}

.form-p05 {
	font-size: 14px;
	line-height: 1.1;
}

.form-p05 input {
	width: 20px;
}

.form-cv input {
	color: #fff;
	background-color: #07b53b;
	border-width: 0;
	padding: 8px 0;
	border-radius: 20px;
}

.form-cv input:hover {
	transform: translateY(-3px);
	transition: .3s;
}

::placeholder {
  color: #c3c3c3;
}

span.form-p06 {
	font-size: 13px;
	color: #0063b4;
}


@media screen and (min-width: 768px) {

}

@media screen and (min-width: 992px) {

}

@media screen and (min-width: 1140px) {

}

@media screen and (min-width: 1200px) {

}