html,
body {
  height: 100%;
}

body {
  font-family: 'Tajawal', sans-serif;
  /* font-family: 'adobe-arabic', sans-serif; */
  /* font-family: 'Cairo', sans-serif; */
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  padding-top: 0;
  padding-bottom: 0;
  background-color: #f5f5f5;
  /* background-image: url("https://www.transparenttextures.com/patterns/cubes.png"); */
  background-image: url("../app-Images/qiamback.png") ;
}

a{
  text-decoration: none;
}
.form-signin {
  max-width: 600px;
  padding: 15px;
}

.form-signin .form-floating:focus-within {
  z-index: 2;
}

.form-signin input[type="email"] {
  margin-bottom: -1px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

.form-signin input[type="password"] {
  /* margin-bottom: 10px; */
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.img-signin{
    align-content: center;
    transition: all 0.5s;
    z-index: 997;
    /* box-shadow: 3px 1px 15px 1px rgba(37, 97, 66, 0.836); */
    width: 80px;
    height: 80px;
    margin-bottom: 20px;
}
.card {
  box-shadow: 2px 6px 8px 0 rgba(22, 22, 26, 0.18);
  border: none;
  background-color: rgb(252, 228, 190);
}
.card button{
  background-color: rgba(37, 97, 66, 0.836);
}
.card h4,a{
  color: rgba(37, 97, 66, 0.836);
}
.card a{
  font-weight: bold;
}
.card a:hover{
  color: rgba(46, 124, 84, 0.836);
}
.card button:hover{
  background-color: rgba(46, 124, 84, 0.836);
}

@media (orientation: portrait) and (max-width: 500) {
.form-signin{
  max-width: 100%;
}
}