﻿body {
}

::selection {
  background: #ffb7b7; /* WebKit/Blink Browsers */
}
::-moz-selection {
  background: #ffb7b7; /* Gecko Browsers Helal Tabassom  https://i0.imgpile.com/2016/09/14/7861aab59aa07c9499278339f41522c3.jpg */
}
* { 
  -moz-box-sizing: border-box; 
  -webkit-box-sizing: border-box; 
  box-sizing: border-box; 
}
:focus {outline:none}
/*Reset*/
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, 
pre, form, fieldset, input, textarea, p, blockquote, th, td { 
  padding:0;
  margin:0;}
body{
  font-family:Tahoma;
  font-size:15px;
  color:#4c4c4c;
   font-weight:bold;
}
#all
{
    margin-top:0px;
   opacity: 0.4;
    position: absolute;
     background-color: #000;
        width: 100%; 
        height: 100%;
         z-index: 1000;
}
body{  
  background:url(../pic/img_login/hospital13.jpg)  no-repeat center center fixed; 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
form{
  margin: 10px 35px;
}

a{
    text-decoration: none;
    color: #67c0ff;
    
}
span
{
    color:white;
}
a:hover{
  color: rgba(255, 152, 0, 0.79);
  text-decoration: underline;
  
}
.intxt {
  width: 400px;
  height: 40px;
  border:1px solid #cbc9c9;
  padding-right:30px;
  margin-left:-5px;
  margin-top:3px;
  -webkit-border-radius:30px;
  -moz-border-radius:30px;
  text-align:right;
  color:#0397ff;
  font-weight:bold;
  font-family:Tahoma;
  border-radius: 5px;
  color: #020f36;
}
.intxt:focus
{
    border:2px solid #af0c0c;
    }
.inbtn{
  height: 41px;
  color:#f8f8f8;
  -webkit-border-radius:50px;
  -moz-border-radius:50px;
 font-size:15px;
 border-radius: 5px;
  margin: 20px 0px;
  width: 85px;
    font-family:Tahoma;
   background-color: #020f36;
   line-height:5px;
   font-weight:bold;
}
.inbtn:hover{
  cursor:pointer;
}
.inputrow {
    position: relative;
}
.mbotton
{
    margin-bottom: 15px;
    }
.icon{
  position:absolute;
}
.fa {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.fa-user
{
     position:absolute;
     bottom:12px;
     left:15px;
     
    }
.fa-user:before {
    content: "\f007";
}
label {
    cursor: default;
}
.fa-key
{
     position:absolute;
     bottom:12px;
     left:15px;
}
.fa-key:before {
    content: "\f084";
}
.wrapper
{
position:absolute;
  z-index: 1001;
  left:410px;
  top:220px;
  width: 520px; 
  height: 280px; 
  border-radius:5px;
  -moz-border-radius:5px;
  -webkit-border-radius:5px;
}
.wrapper h3{
  font-family:Tahoma;
  color:#af0c0c;
  letter-spacing:8px;
  text-align:left;
  padding-top:5px 0px;
  margin-left:40px;
}
