@font-face {
	font-family: 'opensans';
	src: url('../fonts/opensanshebrew-regular-webfont.eot');
	src: url('../fonts/opensanshebrew-regular-webfont.eot?#iefix') format('embedded-opentype'),
	url('../fonts/opensanshebrew-regular-webfont.woff') format('woff'),
	url('../fonts/opensanshebrew-regular-webfont.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'opensans';
	src: url('../fonts/opensanshebrew-bold-webfont.eot');
	src: url('../fonts/opensanshebrew-bold-webfont.eot?#iefix') format('embedded-opentype'),
	url('../fonts/opensanshebrew-bold-webfont.woff') format('woff'),
	url('../fonts/opensanshebrew-bold-webfont.ttf') format('truetype');
	font-weight: bold;
	font-style: normal;
}

*, body, form, div, p {
	margin: 0px;
	padding: 0px;
	border: 0px;
}

html, body {
	width: 100%;
	height: 100%;
	background: #6eacbd;
}

#jet-wrapper ::-webkit-input-placeholder {
	color: #b5b5b5 !important;
}

#jet-wrapper :-moz-placeholder {
	color: #b5b5b5 !important;
	opacity: 1;
}

#jet-wrapper ::-moz-placeholder {
	color: #b5b5b5 !important;
	opacity: 1 !important;
}

#jet-wrapper :-ms-input-placeholder {
	color: #b5b5b5 !important;
}

#jet-wrapper input:not([type="checkbox"]) {
	width: calc(100% - 40px);
	height: 58px;
	padding: 0 20px;
	background-color: #fff;
	color: #800032;
}

#jet-wrapper input[type="checkbox"] {
	width: 20px;
	height: 20px;
	vertical-align: middle;
}

#jet-wrapper input:not([type="checkbox"]), #jet-wrapper label {
	font-size: 20px;
}

.jet-error, .jet-success {
	position: relative;
	width: 100%;
	height: 30px;
	font-weight: bold;
}

.jet-error > span {
	position: absolute;
	top: 0;
	right: 0;
	left: 0;
	padding: 5px;
	font-size: 14px;
	background-color: rgba(173,0,0,.8);
	text-shadow: 0 0 5px #000;
	color: #fff;
	display: none;
}

.jet-error > span::before {
	opacity: 1;
	content: '';
	position: absolute;
	width: 0;
	height: 0;
	top: -7px;
	right: 5px;
	border-left: 7px solid transparent;
	border-right: 7px solid transparent;
	border-bottom: 7px solid #ad0000;
}

.jet-success {
	text-align: center;
	color: green;
	line-height: 30px;
	margin-top: 25px;
}

#jet-wrapper {
	width: 100%;
	direction: rtl;
	-webkit-text-size-adjust: 100%;
	color: #fff;
}

#jet-wrapper, #jet-wrapper input, #jet-wrapper button {
	font-family: 'opensans';
}

#jet-wrapper button {
	cursor: pointer;
}

#jet-wrapper > form {
	max-width: 466px;
	margin: 0 auto;
	padding: 20px 17px;
}

#jet-wrapper > form > h1 {
	font-size: 45px;
	font-weight: normal;
	text-align: center;
	padding: 0 50px 25px;
	line-height: 55px;
}

#jet-wrapper > form button[type="submit"] {
	width: 100%;
	height: 52px;
	color: #fff;
	background: #800032;
	font-size: 30px;
	font-weight: bold;
	margin-top: 30px;
}

@media (max-width: 500px) {
	#jet-wrapper > form > h1 {
		padding: 0 0 25px;
		font-size: 36px;
		line-height: 40px;
	}
}