.mybutton {
  background-color: rgb(42, 187, 166);
  color: black;
  box-shadow: 0 12px 16px 0 rgba(0, 0, 0, 0.24),
    0 17px 50px 0 rgba(0, 0, 0, 0.19);
  padding: 15px 32px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 16px;
  margin: 10px;
  border-radius: 10px;
}
.mybutton:hover {
  background-color: rgb(2, 66, 57);
  color: white;
}
/* @font-face {
  font-family: arabic;
  src: url(./fonts/Traditional\ Naskh\ Regular.ttf);
}
* {
  font-family: "Gill Sans", "Gill Sans MT", Calibri, "Trebuchet MS", sans-serif;
  font-size: 15px;
  direction: rtl;
}
@import url(https://fonts.googleapis.com/css?family=Roboto:300); */

.login-page {
  width: 360px;
  padding: 0% 0 0;
  margin: auto;
}
.form {
  position: relative;
  z-index: 1;
  background: #ffffff;
  max-width: 350px;
  margin: 0 auto 100px;
  padding: 25px;
  text-align: center;
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.642), 0 5px 5px 0 rgba(0, 0, 0, 0.642);
}
.form input {
  font-family: "Roboto", sans-serif;
  outline: 0;
  background: #f2f2f2;
  width: 100%;
  border: 0;
  margin: 0 0 15px;
  padding: 15px;
  box-sizing: border-box;
  font-size: 14px;
}
.form button {
  font-family: "Roboto", sans-serif;
  text-transform: uppercase;
  outline: 0;
  background: #8f0f50;
  width: 100%;
  border: 0;
  padding: 15px;
  color: #ffffff;
  font-size: 14px;
  -webkit-transition: all 0.3 ease;
  transition: all 0.3 ease;
  cursor: pointer;
}
.form button:hover,
.form button:active,
.form button:focus {
  background: #43a047;
}
.form .message {
  margin: 15px 0 0;
  color: #b3b3b3;
  font-size: 12px;
}
.form .message a {
  color: #4caf50;
  text-decoration: none;
}

body {
  /*   */
  /* background: #000000; /* fallback for old browsers */
  /* background: rgb(0, 0, 0); */
  /* background: linear-gradient(
    90deg,
    rgb(63, 57, 60) 0%,
    rgba(143, 15, 80, 1) 50%
  ); */
  font-family: Calibri, "Trebuchet MS", sans-serif;
}
.bg-silver {
  background-color: silver;
}
.bg-lite {
  background-color: rgb(242, 245, 255);
}
.bg-gray {
  background-color: rgb(128, 128, 128);
}
.bg-ongoing {
  background-color: rgb(252, 255, 217);
}
.fontbold {
  font-weight: bold;
}
.vl {
  border-left: 2px solid green;
  height: 20px;
}
.fontsmall {
  font-family: Calibri, "Trebuchet MS", sans-serif;
  font-size: small;
}
.fontmedium {
  font-family: Calibri, "Trebuchet MS", sans-serif;
  font-size: medium;
}
.fontlarge {
  font-family: Calibri, "Trebuchet MS", sans-serif;
  font-size: large;
}
.btn-smallred {
  background-color: #ff0026; /* Green */
  border: none;
  color: white;
  padding: 5px 10px;
  text-align: center;
  text-decoration: none;
  display: inline-block;

  cursor: pointer;
  font-size: 10px;
}
.btn-smallgreen {
  background-color: #04aa6d; /* Green */
  border: none;
  color: white;
  padding: 5px 10px;
  text-align: center;
  text-decoration: none;
  display: inline-block;

  cursor: pointer;
  font-size: 10px;
}
.btn-smallblue {
  background-color: #0264b4; /* Green */
  border: none;
  color: white;
  padding: 5px 10px;
  text-align: center;
  text-decoration: none;
  display: inline-block;

  cursor: pointer;
  font-size: 10px;
}
iframe {
  font-family: Calibri, "Trebuchet MS", sans-serif;
  font-size: large;
}
