body{
     font-family:Tahoma;
  /*font-family: akhbargoo;*/
}
.backgrounds{
  z-index: 1;
}
#bg {
  position: fixed; 
  top: 0; 
  left: 0; 
  min-width: 100%;
  min-height: 100%;
  display: none;
}
.video{
  left: 0;
  min-height: 100%;
  min-width: 100%;
  position: absolute;
  top: 0;
  display: none;
}
.main-panel{
  width:300px;
  height:400px;
 
  top: 250px;
  box-shadow: 0 0px 19px 0px rgba(255, 255, 255, 0.5) inset, 0 0 10px transparent, 0 0 3px 4px rgba(255, 255, 255, 0.5) inset, 0 0 18px rgba(0,0,0,1);
  border-radius: 1px;
  z-index: 2;
  margin-left:auto;
  margin-right:auto;
  text-shadow: 1px 1px 1px #FFFFFF;
 background-color:#e3eadb;
  padding: 10px;
  margin-top:20px;;
}

.main-panel input {
  width:180px;
  margin-left:10px;
  background-color:transparent;
  padding: 5px 10px 5px 10px;
  background-color: rgba(0,0,0,.1);
  font-size:18px;
  height:24px;
  margin-top:3px;
  text-shadow: 1px 1px 1px rgba(255,255,255,.8);
  color:#000;
  border: none;
  text-align: center;
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.5) inset, 0 1px 1px 0 rgba(255, 255, 255, 0.4);
}

.form-control:focus{
  border: none;
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.5) inset, 0 1px 1px 0 rgba(255, 255, 255, 0.4);
  outline: 0 none;
}

.form-control::-moz-placeholder {
  color: white;
}

.main-panel input, .main-panel button{ float: left;}

.clear {
  clear: both;
}

#submit {
  margin-right: 10px;
  height:40px;
  width:75px;
}

#submit .btn-text {
  font-size: 20px;
  font-weight: bold;
}

#rememberme {
 background-color: rgba(255,255,255, .3);
 height:30px;
 margin-top:3px;
}

.btn .glyphicon {
  vertical-align: text-top;
  margin-left: 5px;
}

.logo {
  background: url('../Content/images/logo120.png');
  background-repeat: no-repeat;
  background-position: center;

  width: 200px;
  height: 181px;

  margin-left:auto;
  margin-right:auto;
  top:160px;
  border-radius: 10px 10px 0 0;
  border-bottom: none;
  margin-bottom:30px;
  margin-top:15px;
}

.alert {
  width: 400px;
  background-color: rgba(255,255,255, .4);
  position: absolute;
  left:50%;
  margin-left:-200px;
  height: 50px;
  top:310px;
  border-radius: 0 0 5px 5px;
  display: none;
  text-align: center;
  color:black;
  direction: rtl;
  font-size: 16px;
}


#browsers {
  position: absolute;
  left: 10px;
  bottom: 10px;
}
#browsers img {
  height: 40px;
  cursor: pointer;
  float: left;
}

.logincaption {

    float: right;
    font-family: Tahoma;
    vertical-align: central;
    text-align: left;
    padding-top:10px;
    padding-left:3px;

}

.logincaption51 {
    width: 100%;
    height: 30px;
    text-align: center;
    text-shadow: 1px 1px 1px rgba(255,255,255,.8);
    color: #000;
}

.TopLoginImage {
  background: url('../Content/images/portal.png');
  background-repeat: no-repeat;
  display:block;
  width: 463px;
  height: 61px;

  margin-left:auto;
  margin-right:auto;
  top:10px;
  border-radius: 10px 10px 0 0;
  border-bottom: none;
  margin-bottom:30px;
  margin-top:15px;
}