.tpc-acct-form,
.acct-create-conf {
	background: white;
	box-shadow: 0 2px 2px rgba(11, 25, 28, 0.12);
	padding: 20px;
	margin-top: 15px;
}

.tpc-acct-form > div {
	margin-bottom: 20px;
}
.tpc-acct-form .fac-in-area {
	border-left: 1px solid #eee;
	padding-left: 30px;
}
.tpc-acct-form .fac-your-con {
	padding-right: 30px;
}

.tpc-acct-form h3 {
	margin-bottom: 15px;
	font-family: MuseoSans-500;
}
.tpc-acct-form h5 {
	font-family: MuseoSans-500;
	font-weight: bold;
	margin-bottom: 10px;
}
.tpc-acct-form p {
	font-size: 12px;
	margin-bottom: 10px;
}
.tpc-acct-form ul > li {
	font-size: 12px;
	line-height: 15px;
	margin-bottom: 7px;
	padding-left: 15px;
}
.tpc-acct-form .acct-submit-btn {
	font-size: 16px;
	line-height: 20px;
	padding: 10px 20px;
	min-width: 150px;
	margin-bottom: 0;
}
.acct-create-conf p {
	margin-bottom: 20px;
}

.fb-button {
	background-color: #1877f2;
	color: white;
	margin-left: 5px;
	background-image: url('/css/images/f_logo_RGB-Blue_58.png');
	background-size: 30px 30px;
	background-repeat: no-repeat;
	background-position: 8px 5px;
	vertical-align: middle;
	padding-left: 40px;
	margin-top: 8px;
	font-size: 19px !important;
	font-weight: bold;
}

.fb-button:hover {
	background-color: #1877f2;
}
.fb-button:focus {
	background-color: #1877f2;
}


@media (max-width: 767px) {
	.tpc-acct-form {
		padding: 10px;
	}
	.tpc-acct-form .form-control {
		width: 100%;
	}
	.tpc-acct-form .fac-in-area,
	.tpc-acct-form .fac-your-con {
		padding-left: 15px;
		padding-right: 15px;
	}
	.tpc-acct-form .fac-in-area {
		border-left: 0;
	}
	.tpc-acct-form .fac-your-con {
		margin-bottom: 30px;
		padding-bottom: 15px;
		border-bottom: 1px solid #eee;
	}
	.tpc-acct-form .acct-submit-btn,
	.acct-create-conf .btn {
		display: block;
		margin: 0 auto;
		max-width: 150px;
	}
}
