#form-area{
	padding: 50px 0;
}
.title-h2{
    font-size: 33px;
    text-transform: uppercase;
    margin: 0;
    font-weight: bold;
}
.sub-title-h2{
	font-size: 26px;
	text-transform: uppercase;
	font-weight: 500;
	color: #878787;
	margin-bottom: 42px;
}
.two-em{
	padding: 2em 3em
}
.one-em{
	padding: 0 1.5em;
}
.form-content h3,
.title-h3{
	font-weight: 400;
	font-size: 24px;	
}
.title-h3{
	padding: 0 1em 13px;
}
.form-content fieldset{
	position: relative;
	width: 100%;
	display: block;
	background-color: #fff;
	border: 2px solid #999;
	margin-bottom: 20px;
	border-radius: 6px;
	
}
.form-content fieldset input,
.form-content fieldset select{
	width: 100%;
	border: none;
	display: block;
	padding: .4em .6em;
	border-radius: 6px;
	outline: 0;
	font-size: 22px;
	background-color: #fff
}
.form-content fieldset input:focus::placeholder,
.form-content fieldset select:focus::placeholder{
	color: red;
}
.form-content fieldset.password input{
	padding-right: 30px
}
.form-content input[type="submit"]{
	background-color: #183b68;
	border: none;
	border-radius: 8px;
	color: #fff;
	padding: .4em;
	text-align: center;
	width: 100%;
	display: block;
	font-size: 22px
}
.form-content input[type="submit"]:hover{
	opacity: .9
}
.form-content p{
	font-size: 18px;
	color: #666;
	margin-top: 1em;
}
.form-content p a{
	text-decoration: underline
}
.form-content p a:hover{
	color: #183b68;
}
.view-senha{
    position: absolute;
    right: 8px;
    top: 50%;
    margin-top: -12px;
	z-index: 999;
	cursor: pointer;
	opacity: .4	
}
.view-senha.act{
	opacity: 1
}

@media only screen and (max-width : 600px) {
	.border-right{
		border-right: none !important;
		border-bottom: 1px solid #dee2e6 !important;
		margin-bottom: 25px
	}
	.one-em,.two-em{
		padding: 0
	}
	.title-h3 {
		padding: 0 0 13px;
	}
}