body {
	font-family: arial, sans-serif;
}

.h1text {
	text-align: center; margin-top:20px;
	color: #464646;
}

.cont {
	text-align: center; margin: 20px auto; width: 99%;
}

.cont-sub {
	width:300px; margin: 0 auto;
}

.formstyle {
	margin:0; padding:0; text-align: left;
}

.formstyle-input {
	border-radius: 5px; border: 1px dashed; width: 300px; padding:10px;
}

.formunderlink {
	text-decoration: underline;
	cursor: pointer;
	color: black;
}

.passwpolicy {
	font-size: 9px;
	text-align: left;
	font-weight: 100;
	font-family: Segoe, "Segoe UI", "DejaVu Sans", "Trebuchet MS", Verdana, "sans-serif";
}

.actionbutton {
		font-weight:400;
		border: 1px solid #464646;
		padding: 15px 50px;
		background-color: #464646;
		color: #ffffff;
		text-align: center;
		border-radius: 5px;
		cursor: pointer;
		margin: 0;
		text-decoration: none;
		font-size: 14px;
		transition: background-color 0.3s, border 0.3s, color 0.3s;
}

.actionbutton:hover {
		background-color: rgba(255,255,255,.0);
		border: 1px solid #000000;
		color: #000000;
		transition: background-color 0.3s, border 0.3s, color 0.3s;
}

@media screen and (min-width:1200px) {
	
	.scimage {
		display: block; margin: 0 auto; width: 500px;
	}
	
}

@media screen and (max-width:1200px) {
	
	.scimage {
		display: block; margin: 0 auto; width: 90%;
	}
	
}


