@font-face {
	font-family: SourceSansPro;
	src: url(/wp-content/themes/hawaiivaloans-new/assets/css/fonts/SourceSansPro-Regular.otf);
}

body {
	font-family: SourceSansPro;
	margin: 0 !important;
	/*overflow: hidden;*/
}

p{
	font-size: 24px;
	width: 50%;
	margin-left: auto;
	margin-right: auto;
}

.form_title_main a{
    text-decoration: none;
}

.main {
	height: 100%;
}

.simple_line {
	background-color: rgb(26, 64, 114);
	width: 100%;
	height: 23px;
}

.logo_style {
	width: 100%;
	height: 16%;
	text-align: center;
	margin-top: 5%;
}

.form_title_main {
	margin-top: 5%;
	width: 100%;
	color: rgb(75, 82, 91);
	text-align: center;
}

#subclick2{
	width: 300px;
	height: 50px;
	background-color: rgb(255,88,0);
	font-size: 18px;
	font-weight: bold;
	cursor: pointer;
	border: 0 solid;
	border-radius: 5px;
	color: white;
}

@media screen and (max-width: 410px) {

	.logo_style img{
		width: 55% !important;
	}

	.form_title_main img {
		width: 100%;
	}
}

@media screen and (min-width: 411px) and (max-width: 654px) {

	.logo_style img {
		width: 35% !important;
	}

	.form_title_main img {
		width: 100%;
	}
}

@media screen and (min-width: 655px) and (max-width: 868px) {

	.logo_style img{
		width: 25% !important;
	}
}

@media screen and (min-width: 869px) and (max-width: 1080px) {

	.logo_style img{
		width: 20% !important;
	}
}