body {
	color: #fff;
	background: #fff;
	font-family: 'Roboto', sans-serif;
	margin-top:-50px;
}
.form-control {
	height: 41px;
	background: #f2f2f2;
	box-shadow: none !important;
	border: none;
}
.form-control:focus {
	background: #e2e2e2;
}
.form-control, .btn {        
	border-radius: 3px;
}
.signup-form {
	width: 500px;
	margin: 30px auto;
}
.signup-form form {
	color: #999;
	border-radius: 3px;
	margin-bottom: 15px;
	background: #fff;
	box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.3);
	padding: 30px;
}
.signup-form h2  {
	color: #000;
	font-weight: bold;
  font-size: 20px;
	margin-top: 0;
}
.signup-form hr  {
	margin: 0 -30px 20px;
}    
.signup-form .form-group {
	margin-bottom: 20px;
}
.signup-form input[type="checkbox"] {
	margin-top: 3px;
}
.signup-form .row div:first-child {
	padding-right: 10px;
}
.signup-form .row div:last-child {
	padding-left: 10px;
}
.signup-form .btn {        
	font-size: 16px;
	font-weight: bold;
	background: #3749BB;
	border: none;
	min-width: 100%;
}
.signup-form .btn:hover, .signup-form .btn:focus {
	background: #4a58b8 !important;
	outline: none;
}
/* .custom-btn{
  font-size: 16px;
	font-weight: bold;
	background: #737374;
	border: none;
	min-width: 100%;
} */
.signup-form label {
	color: #000;
}
.signup-form strong {
	color: rgb(255, 0, 0);
}
.signup-form small {
	color: rgb(241, 60, 28);
}
.signup-form p {
	text-align: center;
}
.signup-form a {
	color: #fff;
	text-decoration: underline;
}
.signup-form a:hover {
	text-decoration: none;
}
.signup-form form a {
	color: #3598dc;
	text-decoration: none;
}	
.signup-form form a:hover {
	text-decoration: underline;
}
.signup-form .hint-text  {
	padding-bottom: 15px;
	text-align: center;
}