
/**********************************************
					Basic
**********************************************/


html {
  font-size: 62.5%;
}

body {
  font: normal 16px/1.40em Arial, Helvetica, sans-serif;
  font-size: 1.6rem;
  color: #000;
}

body.en{
	direction:ltr;
}


p {
  margin-bottom: 8px;
}


h3 {
	font: 22px;
	font-size: 2.2rem;
}

header{
	margin:30px 0;
}

input, select{
	display:block;
	width:98%;
	padding: 5px 0;
	margin-bottom: 8px;
}

input[type=button]{
	width: 150px;
}

input[type=button]#credit{
	width:300px;
	height: 100px;
	margin: 0 auto;
	background: url(https://web-archive.nli.org.il/National_Library/oe_/https://www.waam-it.com/wp-content/uploads/2020/08/creditcard-min.jpg) no-repeat;
	background-size:cover;
	border:none;
}

body.he input[type=button]#credit{
	background: url(https://web-archive.nli.org.il/National_Library/oe_/https://www.waam-it.co.il/wp-content/uploads/2020/08/creditcard-he-min2.jpg) no-repeat;
}

.paypal-button img{
	display:none;
}

#form{
	margin: 20px 0 0;
}

#content{
	text-align:center;
}

.error {
    color: red;
}

.placeholder-fix::-webkit-input-placeholder  {
color:gray;
-webkit-transition: all 0.2s ease;
-ms-transition: all 0.2s ease;
-moz-transition: all 0.2s ease;
-o-transition: all 0.2s ease;
transition: all 0.2s ease;
}
.placeholder-fix::-moz-placeholder   {
color:gray;
-webkit-transition: all 0.2s ease;
-ms-transition: all 0.2s ease;
-moz-transition: all 0.2s ease;
-o-transition: all 0.2s ease;
transition: all 0.2s ease;
}
.placeholder-fix:-moz-placeholder   {
color:gray;
-webkit-transition: all 0.2s ease;
-ms-transition: all 0.2s ease;
-moz-transition: all 0.2s ease;
-o-transition: all 0.2s ease;
transition: all 0.2s ease;
}

.placeholder-fix:focus::-webkit-input-placeholder  {color:transparent;}
.placeholder-fix:focus::-moz-placeholder   {color:transparent;}
.placeholder-fix:-moz-placeholder   {color:transparent;}


@media only screen and (min-width: 960px) and (max-width: 1160px) {

}

@media only screen and (min-width: 768px) and (max-width: 959px) {

}

@media only screen and (max-width: 959px) {


}

@media only screen and (max-width: 767px) {

}

@media only screen and (min-width: 480px) and (max-width: 767px) {
}

@media only screen and (max-width: 480px) {
	
}

@media only screen and (max-width: 320px) {
	
input{
	padding: 8px 0;
	margin-bottom: 10px;
}

input[type=button]{
	padding: 5px 0;
	}

}