@import "/ElDemerdashHospital/Sources/Fonts/Fonts.css";
body {
    background-size: cover;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
  body::before {
    z-index: -1;
    content: '';
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #fefefe;
  }
  .form {
    position: absolute;
    top: 32%;
    left: 50%;
    background: #fefefe;
    width: 350px;
    height: 480px;
    border: 1px solid #998866;
    margin: -140px 0 0 -182px;
    padding: 40px;
    box-shadow: 0 0 3px #22283157;
    border-radius: 3px;

  }
  .LoginImg
  {
   display: block;
   margin-left: -39px;
   margin-top: -30px;
   padding-bottom: 22px;
  }
  .form h2 {
    margin: 0 0 20px;
    line-height: 1;
    color: #0f3460;
    font-size: 16px;
    font-weight: bold;
    font-weight: 400;
    font-family: Gonts;
    text-align: center;
    text-transform: uppercase;
  }
  .form h3 {

margin-top: -10px;
padding-bottom: 20px;
    line-height: 1;
    color: #b8b8b8;
    font-size: 9px;
    font-weight: bold;
    font-weight: 400;
    font-family: Gonts;
    text-align: center;
    text-transform: uppercase;
  }
  .form input {
    outline: none;
    display: block;
    width: 100%;
    margin: 0 0 20px;
    padding: 10px 15px;
    border: 1px solid #2228315d;
    color: #0f3460;
    font-family:Gonts;
    box-sizing: border-box;
    font-size: 13px;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    transition: 0.2s linear;
    border-radius: 3px;
    text-align: center;
  }
  .form input:focus {
    color: #0f3460;
    border: 1px solid #0f3460;
  }
  .form button {
    cursor: pointer;
    background: #0f3460;
    width: 100%;
    padding: 10px 15px;
    border: 0;
    color: #fefefe;
    font-family: Gonts;
    font-size: 14px;
    font-weight: 400;
    border-radius: 3px;
    transition: all .3s ease-in-out;
  }
  .form button:hover {
    background:#222831;

    transition: all .3s ease-in-out;
  }

  
  .ErrorBox
  {
    position: absolute;
    top: 62%;
    left: 42.5%;
    background: #fefefe;
    width: 550px;
    height: 270px;
    border: 1px solid #1a1836a9;
    margin: -140px 0 0 -182px;
    padding: 40px;
    box-shadow: 0 0 3px #941b1dab;
    border-radius: 8px;
    background-image:  url("../Imgs/LoginErrorBK.jpg");
  }
  .ErrorImg
  {
    margin-left: 165px;
    margin-top: -25px;
  }
  .ErrorTitle
  {
    font-family: Gonts;
    font-size: 18px;
    font-weight: bold;
    color: #941b1e ;
    margin-left: 41px;
    margin-top: 10px;
  }

.ErrorChoBtn
{
  border-radius:4px;
  display:inline-block;
  cursor:pointer;
  color: #1a1836;
  border:1px solid#1a1836;
  font-family:Gonts;
  width: 130px;
  font-size:9px;
  padding:3px 1px;
  margin-left: 95px;
  margin-right: -70px;
  margin-top: 15px;
  text-decoration:none;
  text-align: center;
  outline: none;
  outline-style: none;
  transition: all .3s ease-in-out;
}
.ErrorChoBtn:hover
{
  border-radius:4px;
  display:inline-block;
  cursor:pointer;
  background-color: #1a1836;
  color: white !important;
  font-family:Gonts;
  width: 130px;
  font-size:9px;
  padding:3px 1px;
  margin-left: 95px;
  margin-right: -70px;
  margin-top: 15px;
  text-decoration:none;
  text-align: center;
  outline: none;
  outline-style: none;
  transition: all .3s ease-in-out;
}

.SupportBox {
  position: absolute;
  top: 32%;
  left: 50%;
  background: #fefefe;
  width: 350px;
  height: 500px;
  border: 1px solid #941b1e;
  margin: -140px 0 0 -182px;
  padding: 40px;
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.3);
  border-radius: 3px;
  display: none;
}
.SupportImg
{
 display: block;
 margin-left: -35px;
 margin-top: -30px;
 padding-bottom: -20px;
}
.SupportBox h2 {
  margin: 0 0 20px;
  line-height: 1;
  color: #1a1836;
  font-size: 18px;
  margin-top: -10px;
  font-weight: bold;
  font-weight: 400;
  font-family: Gonts;
  text-align: center;
  text-transform: uppercase;
}
.SupportBox h3 {

margin-top: -10px;
padding-bottom: 20px;
  line-height: 1;
  color: #941b1d9c;
  font-size: 9px;
  font-weight: bold;
  font-weight: 400;
  font-family: Gonts;
  text-align: center;
  text-transform: uppercase;
}
.SupportBox input {
  outline: none;
  display: block;
  width: 100%;
  margin: 0 0 20px;
  padding: 10px 15px;
  border: 1px solid #1a18369f;
  color: #1a1836;
  font-family:Gonts;
  box-sizing: border-box;
  font-size: 13px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  transition: 0.2s linear;
  border-radius: 3px;
  text-align: center;
}
.SupportBox input:focus {
  color: #1a1836;
  border: 1px solid #941b1d9c;
}
.SupportBox button {
  cursor: pointer;
  background: #941b1e;
  width: 100%;
  padding: 10px 15px;
  border: 0;
  color: #fefefe;
  font-family: Gonts;
  font-size: 14px;
  font-weight: 400;
  border-radius: 3px;
  transition: all .3s ease-in-out;
}
.SupportBox button:hover {
  background:#1a1836;

  transition: all .3s ease-in-out;
}


  /***********[[[[***** Footer *****]]]]***********/
.SFooter
{
  position: fixed;
  left: 0;
  bottom: 0;
  width: 100%;
  background-color: #0f3460;
  color: white;
  text-align: center;
  height: 23px;
  font-family: Gonts;
  font-size: 10px;
}
.FtTxt
{
  padding-top: 4px;
}
