
h1.enter {
	font-family: "Droid Arabic Kufi";
    font-size: 20px;
    letter-spacing: 0px;
    -webkit-font-smoothing: antialiased;
    font-weight: normal;
	color: #ffffff;
}
.enter2 {
	font-family: Tahoma, Geneva, sans-serif;
	 color: #ffffff;
}

.mybutton {
    width: 100%;
    height: 30px;
    border: none;
    background: #989898;
    color: #565757;
    font-weight: 100;
    margin-bottom: 15px;
    border-radius: 5px;
    transition: all ease-in-out .2s;
    border-bottom: 5px solid #256575;
    font-family: "Droid Arabic Kufi";
    color: #ffffff;
    font-size:small;
}

.mybutton:focus {
  outline: none;
}

.mybutton:hover {
    background: #c7c7c7;
    font-family: "Droid Arabic Kufi";
	color: #ffffff;
	font-size:small;
}

.myinput
{
  width: 100%;
  background: #ffffff;
  border: none;
  height: 30px;
  margin-bottom: 15px;
  border-radius: 5px;
  text-align: center;
  font-size: 14px;
  color: #08642c;
}

.myinput:focus {
  outline: none;
}

* {
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

body {
  font: 16px Helvetica;
  background: url(../images/132.jpg) no-repeat center center fixed;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

section {
 
  width: 275px;
  background: #54bc5e;
  padding: 0 30px 30px 30px;
  margin: 60px auto;
  text-align: center;
  border-radius: 5px;
  font-family:Tahoma, Geneva, sans-serif;

  
}

p {
  display: block;
  position: relative;
  margin: 0 auto;
  top: -40px;
  height: 80px;
  width: 80px;
  background: url(../images/logo.png) center center no-repeat, #ffffff;
  border-radius: 50%;
  box-shadow: 1px 1px 2px rgba(0,0,0,.3);
}

h1 {
  font-size: 30px;
  font-weight: 100;
  /*margin-bottom: 30px;*/
}



button {
  width: 100%;
  height: 30px;
  border: none;
  background: #989898;
  color: #565757;
  font-weight: 100;
  margin-bottom: 15px;
  border-radius: 5px;
  transition: all ease-in-out .2s;
  border-bottom: 5px solid #256575;
}

button:focus {
  outline: none;
}

button:hover {
  background: #c7c7c7;
}

h2 {
  font-size: .75em;
  font-family:Tahoma, Geneva, sans-serif;
}

a {
  font-family:Tahoma, Geneva, sans-serif;
  color: #ffffff;
  text-decoration: none;
  transition: all ease-in-out .2s;
}

a:hover {
  color: #c8c8c8;
  font-family:Tahoma, Geneva, sans-serif;
}



