.button1{
	background-image: linear-gradient(to bottom, #ffd761 , #ffcd49) !important;
	border-style: solid !important;
	border-color: #f0c74d !important;
	text-shadow: 0px 1px 0px #fff;
    border-radius: 30px !important;
	padding-top: 12px !important;
	padding-bottom: 12px !important;
	border-width: 1px !important;

}

.button2{
	border-style: solid !important;
	border-color: #c3c3c3 !important;
    border-radius: 25px !important;
	padding-top: 12px !important;
	padding-bottom: 12px !important;
	border-width: 1px !important;
	background-color: white;

}

p{
	line-height: 1.237 !important;
}

.labels p{
	line-height: 1 !important;
}

input[type=text] {
  width: 100%;
  padding: 12px 20px;
  margin: 3px 0;
  box-sizing: border-box;
  border-style: none;
  border-color: transparent !important;
  border-radius: 0px;
  color: transparent;
}
input[type=text]:focus{
	border: none !important;
	border-color: transparent !important;
	border-style:none !important;	
}
textarea:focus, input:focus{
    outline: none;
}

input:-webkit-autofill,
input:-webkit-autofill:hover, 
input:-webkit-autofill:focus, 
input:-webkit-autofill:active  {
    -webkit-box-shadow: 0 0 0 30px white inset !important;
}

@font-face {
    font-family: 'Uni Neue Black';
    src: url('fontfabric-unineueblack.woff2') format('woff2'),
         url('fontfabric-unineueblack.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}




@font-face {
    font-family: 'Uni Neue Book';
    src: url('fontfabric-unineuebook.woff2') format('woff2'),
         url('fontfabric-unineuebook.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}




@font-face {
    font-family: 'Uni Neue Heavy';
    src: url('fontfabric-unineueheavy.woff2') format('woff2'),
         url('fontfabric-unineueheavy.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}




@font-face {
    font-family: 'Uni Neue Light';
    src: url('fontfabric-unineuelight-italic.woff2') format('woff2'),
         url('fontfabric-unineuelight-italic.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}




@font-face {
    font-family: 'Uni Neue Regular';
    src: url('fontfabric-unineueregular.woff2') format('woff2'),
         url('fontfabric-unineueregular.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
     /* IE10+ CSS styles go here */
	 input[type=text] {
  width: 100%;
  padding: 12px 20px;
  margin: 0px 0;
  box-sizing: border-box;
  border-style: none;
  border-color: transparent !important;
  border-radius: 0px;
  color: transparent;
}
}