@charset "utf-8";
/* CSS Document */

/* Forms */

form {display: block;}

form h4 {
	text-transform: uppercase;
	font-size:18px;
	font-family: 'BebasNeueRegular';
	padding: 10px 0 14px 0; text-shadow:1px 1px 1px #fff;
}

.info h4 {
	text-transform: uppercase;
	font-size:18px;
	font-family: 'BebasNeueRegular';
	padding: 10px 0 0px 0; text-shadow:1px 1px 1px #fff; margin-bottom:0px;
}

form p {
  margin-bottom: 10px;
  position: relative;
  width: 100%;
}


form input[type="text"], form input[type="password"], form input[type="email"], form textarea {
  background: #27272c;
  border: 0;
  border-top: 0;
  border-radius: 2px;

  color: #f1ea5a;
 font-family: "proxima-nova-n4","proxima-nova",sans-serif; font-style: normal; font-weight: 400;
  font-size: 14px;
  height: 30px;
  outline: none;
  padding: 6px 0px;
  resize: none;
  width: 100%;
  text-indent:20px; letter-spacing:1px;
}

form input::-webkit-input-placeholder, form input::-moz-placeholder {
  color: #bbb;
}

form textarea {
  height: 112px;
  line-height: 18px;
  margin-bottom: 0;
  padding-top: 8px;
}

form div.combined {
  position: relative;
}

form div.combined p {
  display: inline-block;
  *display: inline;
  zoom: 1; width:49.8%;
}

form div.combined p input {
  display: inline;
}

form div.combined p:first-child input {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
 ;
}

form div.combined p:first-child {
  margin-right: -3px;  border-right: 1px solid #2d2e33
}

form div.combined p.last-child {
  position: absolute;
  right: 0;
  top: 0;
}

form div.combined p.last-child input {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}

::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #fff200;
}
::-moz-placeholder { /* Firefox 19+ */
  color: #fff200;
}
:-ms-input-placeholder { /* IE 10+ */
  color: #fff200;
}
:-moz-placeholder { /* Firefox 18- */
  color: #fff200;
}

form p.small { width: 25% }
form p.medium { width: 51% }
form p.large { width: 96% }

form p .icon {
  position: absolute;
  right: 8px;
  top: 7px;
}

form p .icon.valid {
  display: none;
}

form p input.error, form p textarea.error {
  border: 1px solid #d29797;
  border-top: 1px solid #ae6767;
  color: #ad6262;
}

form p span.error {
  background: url(dashboard/error.png) no-repeat center;
  display: block;
  height: 30px;
  position: absolute;
  right: 0px;
  top: 0px;
  width: 30px;
  z-index: 99;
}

form p span.error label {
  background: url(dashboard/tooltip_bg.png);
  border-radius: 3px;
  bottom: 31px;
  color: #fff;
  display: none !important;
  font-size: 11px;
  line-height: 17px;
  padding: 6px 9px;
  position: absolute;
  right: -25px;
  text-align: left;
  width: 180px;
  z-index: 9;
}


form p span.error:hover label {
  display: block !important;
}

form p label {
  color: #666;
  line-height: 19px;
  text-indent: 4px;
}

form p {
  clear: both;
  color: #999;
  line-height: 24px;
}

form p small {
  font-size: 11px;
  font-style: italic;
  float: right;
  margin-top: 14px; color:#f85045;
}

form small {
  font-size: 11px;
  font-style: italic; color:#f85045;

}

form > div > p:last-child {
  margin: 0;
}

.button {background: #27272c; border-bottom:4px solid #232428; display:block; width:100%; padding:10px 0; text-align:center; border-left:none; border-top:none; border-right:none;   color: #fff;
 font-family: "proxima-nova-n7","proxima-nova",sans-serif; font-style: normal; font-weight: 700;
  font-size: 14px; text-transform:uppercase; letter-spacing:1px;}
