@charset "utf-8";


/* CSS Document */

	.form-group{margin: 0 0 10px 0}

input, label {

            font-weight: 400;
            color: #58585e ;
            background: #fff;
	font-family: 'Open Sans',Fallback,Helvetica,Arial,sans-serif;}


	.button {
            width: 150px;
            line-height: 30px;
            margin: 10px 0 10px 140px;
            background-color: #d4e3f3;
		    -webkit-appearance:none;
		    border-radius: 0%;
            padding: 0 20px;
            font-size: 16px;
            height: 30px;
            border: 1px solid #d4e3f3;
            cursor: pointer;
}

label{

            width: 140px;

            min-height: 30px;

            height: auto;

            float: left;

}
input:focus {
            background-color: #d4e3f3;
            outline: none;
           
			 
           
}

input{
            width:  55%;
            height: 28px;
            line-height: 28px;
            border: 1px solid #ccc;
            padding: 0 3px;
            
	
}
           
			 
           

	#wrapper {
	top: 20px;
	left: 0px;
	height: auto;
	width: 100%;
	position: absolute;
	display: block;
	
	}
				

@media only screen and (max-width: 360px) {
	
	

input     { width:100%}




	.form-group{margin: 0 0 10px 0}

	

input, label {

            font-weight: 400;
            color: #58585e ;
            background: #fff;
	        font-family: 'Open Sans',Fallback,Helvetica,Arial,sans-serif;}


	.button {
            height: 30px;
		    width: 150px;
            line-height: 30px;
            margin: 10px 0 10px 140px;
            background-color: #d4e3f3;
		    -webkit-appearance:none;
		    border-radius: 0%;
            padding: 0 20px;
            font-size: 16px;
            border: 1px solid #d4e3f3;
            cursor: pointer;
		    float: left;
}
	
	}
label{

            width: 140px;

            min-height: 30px;

            height: auto;

            float: left;

}

input{
            width:  55%;
            height: 28px;
            line-height: 28px;
            border: 1px solid #ccc;
            padding: 0 3px;
	        
}
	#wrapper {
	top: 20px;
	left: 0px;
	height: auto;
	width: 100%;
	position: absolute;
	display: block;
	
	}
	

