	.body{
		color: #726767;
		background: #f8f8f8;
		font-family: 'Roboto', sans-serif;
	}
    .body .form-control{
		height: 40px;
		box-shadow: none;
		color: #969fa4;
	}
	.body .form-control:focus{
		border-color: #5cb85c;
	}
    .body .form-control, .btn{        
        border-radius: 3px;
    }
	.body .signup-form{
		width: 452px;
		margin: 0 auto;
		padding: 30px 0;
		margin-top: 50px;
	}
	.body .signup-form h2{
		color: #636363;
        margin: 0 0 15px;
		position: relative;
		text-align: center;
    }
	.body .signup-form h2:before, .body .signup-form h2:after{
		content: "";
		height: 2px;
		width: 24%;
		background: #d4d4d4;
		position: absolute;
		top: 50%;
		z-index: 4;
	}	
	.body .signup-form h2:before{
		left: 0;
	}
	.body .signup-form h2:after{
		right: 0;
	}
    .body .signup-form .hint-text{
		color: #999;
		margin-bottom: 30px;
		text-align: center;
	}
    .body .signup-form form{
		color: #999;
		border-radius: 3px;
    	margin-bottom: 15px;
        background: #f2f3f7;
        box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.3);
        padding: 30px;
    }
	.body .signup-form .form-group{
		/*margin-bottom: 20px;*/
	}
	.body .signup-form input[type="checkbox"]{
		margin-top: 3px;
	}
	.body .signup-form .btn{        
        font-size: 16px;
        font-weight: bold;		
		min-width: 140px;
        outline: none !important;
    }
	.body .signup-form .row div:first-child{
		padding-right: 10px;
	}
	.body .signup-form .row div:last-child{
		padding-left: 10px;
	}    	
    .body .signup-form a{
		color: #09f;
		text-decoration: underline;
	}
    .body .signup-form a:hover{
		text-decoration: none;
	}
	.body .signup-form form a{
		color: #09f;
		text-decoration: none;
	}	
	.body .signup-form form a:hover{
		text-decoration: underline;
	} 

	/*.body .signup-form .checkbox-inline {
        float: left;
    }*/
    .body .signup-form input[type="checkbox"] {
        margin-top: 2px;
    }
    .body .signup-form .forgot-link {
        float: right;
    }
    .body .signup-form .small {
        font-size: 13px;
    }

    .help-block {
    	color: red;
    }