.formWraper{
	width:100%;
}

.rowWraper{
	width:100%;
	display:flex;
	padding:15px 0px 0px 0px;
}
.tdFirstWraper{
	width:100%;
	display:flex;
}

.tdFirstWraperSend{
	width:100%;
}

.labelClass
{
text-align: left;
font-size: 14px;
font-family: 'Open Sans', sans-serif;
width:20%;
}

.labelValue{
	width:80%;
}

.labelValueSend{
	width:100%;
}
input,select,textarea{
	width:80%;
	padding:5px 0px 5px 6px;
    color: #858585;
    font-size: 14px;
	outline: none;
    font-family: 'Open Sans', sans-serif;
    background: #ffffff;
    border: 1px solid #A3A2A2;
    border-radius: 9px;
    -webkit-border-radius: 9px;
    -moz-border-radius: 9px;
    -o-border-radius: 9px;
}

.subButton{
	width: 192px;
    background: #464646;
    color: white;
    font-size: 19px;
    padding: 5px 0px 5px 0px;
}

.getIn{
	
}
	
@media only screen and (max-width: 600px) {
	.rowWraper{
		display:block;
	}
	.tdFirstWraper{
		width:100%;
		padding:15px 0px 0px 0px;
		display:block;
	}
	.labelClass
	{
		text-align: center;
		padding: 0px 0px 0px 0px;
		width:100%;
	}
	.labelValue{
		width:100%;
	}
	input,select,textarea{
		width:100%;
	}
}