@import url('https://fonts.googleapis.com/css2?family=Cairo+Play:wght@200;400&display=swap');

*{
  direction: rtl;
  font-family: 'Cairo Play', cursive;
  font-weight: 400;
  box-sizing: border-box;
}

html{
  height: 98%; 
}
body{
  background: url('../images/clouds-bg.jpg') center center no-repeat;
  background-size: cover;
  height: 100%;
  padding: 6% 0 0 0;
}

#pagecontainer{
  width: 100%;
  max-width: 720px;
  margin: 0px auto;
  padding: 32px;
  font-size: 1.2em;
  background-color: #fffd;
  border-radius: 10px;
}
chkbox{
  display: block;
  padding: 8px;
}
p.date{
  font-size: 0.7em;
}
form{
  border-top: 1px solid #0003;
  border-bottom: 1px solid #0003;
}
.button{
  background-color: dodgerblue;
  color: white;
  padding: 8px 12px;
  min-width: 112px;
  border: none;
  border-radius: 5px;
  margin: 12px;
  font-size: 1.0em;
  font-weight: 600;
}
.fullwidth{
  width: 100%;
}
