.google-fonts-form  {
	max-width: 100%;
	display: block;
	clear: both;
	margin: 0;
	padding-right: 20px;
}

.google-fonts-form hr {
	margin-top:20px;
}
				
.google-fonts-form label {
	font-weight: bold;
}
				
.cc-clr {
	display: block;
	clear: both;
	content: "";
}
				
.google-fonts-form .form-group  {
	height: 50px;
	display:block;
}
				
.google-fonts-form .form-group input {
	border-radius: 4px;
	padding: 10px;
}

.google-fonts-form  .ss-logo {
	position: relative;
	top: 12px;
	width: 60px;
	height: 60px;
}

.google-fonts-form  .s-red {
    background-color: #B70000 !important;
	border: 1px solid #6B0000 !important;
	display: block;
	clear: both;
	font-size: 40px;
	font-weight: 900;
	width: 100%;
	color: #fff;
	-webkit-transition: all 0.6s ease;
	-moz-transition: all 0.6s ease;
	-o-transition: all 0.6s ease;
	-ms-transition: all 0.6s ease;
	transition: all 0.6s ease;
	font-family: 'Montserrat', sans-serif;
    text-shadow: 2px 2px #333;
}

.google-fonts-form h2  {
	font-family: 'Montserrat', sans-serif;
	font-weight: 900;
	font-size: 20px;
}

.s-red:hover {
    background-color: red !important;
}

.google-fonts-form .btn {
	text-align: center;
	line-height: 80px;
}

.google-fonts-form  a {
	text-decoration: none;
}

.google-fonts-form h1 {
	font-size: 44px;
	padding: 30px 0 30px 0;
	text-align: center;
}