@charset "utf-8";
/* CSS Document */
input::-webkit-input-placeholder { /* Chrome */
  color: rgb(80,80,78);
}
input:-ms-input-placeholder { /* IE 10+ */
  color: rgb(80,80,78);
}
input:-moz-placeholder { /* Firefox 19+ */
  color: rgb(80,80,78);
  opacity: 1;
}
input::-moz-placeholder { /* Firefox 19+ */
  color: rgb(80,80,78);
  opacity: 1;
}
textarea::-moz-placeholder { /* Firefox 19+ */
  color: rgb(80,80,78);
  opacity: 1;
}
textarea::-webkit-input-placeholder { /* Chrome */
  color: rgb(80,80,78);
}
textarea:-ms-input-placeholder { /* IE 10+ */
  color: rgb(80,80,78);
}
textarea:-moz-placeholder { /* Firefox 19+ */
  color: rgb(80,80,78);
  opacity: 1;
}
input, textarea {
	font-family: 'Rajdhani', Verdana, Arial, Helvetica, sans-serif;
	font-weight: 600;
	display: block;
	width: calc(100% - 20px);
	background-color: rgb(160,160,155);
	font-size: 1.8vh;
	padding: 0.8vh;
}
textarea {
	height: 10vh;
}
.button, .sendemail {
	font-family: 'Rajdhani', Verdana, Arial, Helvetica, sans-serif;
	font-weight: 500;
	position: relative;
	left: calc(100% - 3vw);
	padding-top: 10px;
	padding-bottom: 10px;
	width: 3vw;
	text-align: center;
	cursor: pointer;
	margin-top: calc(35px - 12px);
}
.button {
	width: 4vw;
	left: calc(100% - (4vw + 4px));
}
.btnloginposition {
	right: 50px;
}
.buttonimage {
	width: 57px;
	height: 42px;
	background-image: url(img/messagetab.png);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: contain;
	background-color: rgba(255,255,255,0);
}
.sendemail {
	width: 22%;
	width: 125px;
	padding-top: 12px;
	padding-bottom: 12px;
}
.sendemail:hover {
	color: rgb(100,100,100);
}
.button-bgcolor1 {
	background-color: rgb(58,57,50);
}
.button-bgcolor2 {
	background-color: rgb(70,70,70);
}
.button-border1 {
	border: 1px solid rgb(180,180,180);
}
.button-border0 {
	border: none;
	cursor: pointer
}
.button-font2 {
	color: rgb(100,100,100);
	color: #fff;
	font-size: 15px;
}
.button-fontlogin {
	color: rgba(170,170,168,1);
	font-size: 1vw;
}
.button:hover {
	color: rgb(255,255,255);
}
.label-font1 {
/*	font-family: 'Coda', sans-serif;*/
	color: rgb(100,100,100);
}
.input-font1 {
	font-family: 'Coda', sans-serif;
	font-weight: 400;
	color: rgba(50,50,47,1.00);
}
.input-bgcolor1 {
	background-color: rgb(190,190,188);
}
.input-bgcolor2 {
	background-color: rgba(220,220,220,.75);
}
.input-border1 {
	border: 1px solid rgb(220,220,220);
}
.input-border2 {
	border: 1px solid rgb(135,135,135);
}
.custom-field-value {
	margin-top: 1px;
	margin-bottom: 1.3vh;
}
.custom-field-value-focus {
	border-color: #00f;
}