﻿.alert 
{
    padding-right: 150px;
}

  
  
/* ########## LOGO ############## */ 

.login-logo 
{
    background: url("../../Assets/Images/big_logo.png") no-repeat center center;
    height: 79px;
    left: 30px;
    position: absolute;
    width: 189px;
    margin-top: 10px;
}
  
  
/* ########## CONTAINER ############## */  
  
.login-container {
    width: 970px; 
    box-shadow: 0px 4px 30px black;
    border-radius: 10px;
    background-color: #6D6D6D; /* 6D6D6D 424242 */
    padding-bottom: 10px;
    border-bottom: 1px solid #6D6D6D; /* 6D6D6D */
    border-radius: 20px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
}

/* ########## MAIN BACKGROUND ############## */


.main_bg
{
    margin-top: -30px;
	width:970px;
	height:410px;
	float:left;
	position:relative;
	color: #ffffff;
	font-weight:bold;
	font-size:12px;
    background-color: #ffffff;
	background-image:url(../../Assets/images/main_background.png);
}

/* ########## LOGIN ############## */

.login-area {
    background-color: #ffffff; /* e7ebf2 */
    position: relative;
    height: 135px;
}

.login-box 
{
    padding: 10px;
    width: 270px;
    position: absolute;
    background: none repeat scroll 0 0 rgba(65, 63, 63, 0.4);
    top: 80px;
    left: 340px;
    z-index: 1000;
    text-align: center;
	border: 2px solid gray;
    border-radius: 8px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    -moz-box-shadow: 0 0 6px #999; /* firefox 3.5+ */
    -webkit-box-shadow: 0 0 6px #999; /* webkit */
    box-shadow: 0 0 6px #999;
    -ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=3, Direction=135, Color='#999999')"; /* IE 8+ */
    filter: progid:DXImageTransform.Microsoft.Shadow(Strength=3, Direction=135, Color='#999999'); /* IE < = 7 */
}

.login-input-box {
    margin-top: 2px;
}   

#EmailAddress {
    width: 250px;
    height: 20px;
    font-size: 18px;
}

#Password {
    width: 250px;
    height: 20px;
    font-size: 18px;
} 

.btn-login {
  display: inline-block;
  padding: 4px 10px 4px;
  margin-bottom: 0;
  font-size: 16px;
  color: #e6e6e6;
    font-weight: bold;
  text-align: center;
  vertical-align: middle;
  background-color: #8f1d1d;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#e6e6e6', GradientType=0);
  border-color: #8f1d1d #8f1d1d #8f1d1d;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  border: 1px solid #8f1d1d;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
  cursor: pointer;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  *margin-left: .3em;
}

.btn-login:hover,
.btn-login:active,
.btn-login.active,
.btn-login.disabled,
.btn-login[disabled] {
  background-color: #333333;
  border: 1px solid #333333;
}

/* ########## ITEMS ############## */

.items {
    color: #000000;
    position:absolute;
    border-radius:3px;
    -webkit-border-radius:3px;
    cursor: pointer;
}

.items1 {
    color: #000000;
    position:absolute;
    box-shadow:2px 2px 2px #333333;
    border:solid 1px #000000;
    border-radius:3px;
    -webkit-border-radius:3px;
    font-weight: bold;
    padding-top: 6px;
    top: -24px;
    left: -32px;
    height: 22px;
}


.assistant{
	width:50px;
	height:45px;
	top:140px;
	left:175px;
}

.assistant1{
	width:85px;
	background-color:rgba(145, 87, 177, 0.6);
}

.doctor{
	width:50px;
	height:45px;
	top:140px;
	left:240px;
}

.doctor1{
	width:85px;
	background-color:rgba(215, 0, 0, 0.6);
}


.insurance{
	width:85px;
    height: 45px;
	top:212px;
	left:542px;
}

.insurance1{
	width:85px;
	background-color:rgba(160, 201, 118, 0.6);
}

.radiologist{
	width:100px;
	height: 45px;
	top:220px;
	left:820px;
}

.radiologist1{
	width:100px;
	background-color:rgba(0, 187, 178, 0.6);
}

.lab{
	width:105px;
	height: 45px;
	top:122px;
	left:820px;
}

.lab1{
	width:100px;
	background-color:rgba(240, 202, 1, 0.6);
}

.Pharmacist{
	width:100px;
	height: 90px;
	top:250px;
	left:10px;
}

.Pharmacist1{
	width:100px;
	background-color:rgba(47, 45, 44, 0.6);
}

.patient{
	width: 50px;
	height: 70px;
	top:275px;
	left:130px;
}

.patient1{
	width: 85px;
	background-color:rgba(0, 110, 244, 0.6);
}

.pharmaceutical{
	width:110px;
    height: 45px;
	top:222px;
	left:357px;
}

.pharmaceutical1{
	width:110px;
	background-color:rgba(245, 92, 0, 0.6);
}

.Distributor{
	width:220px;
	height: 85px;
	top:270px;
	left:570px;
}

.Distributor1{
	width:85px;
	background-color:rgba(102, 62, 43, 0.6);
}


/* ########## HEADER ############## */

.login-header 
{
    width: 970px;
    position: relative;
    top: 0px;
    z-index: 900;
    border-top: 35px solid #08577D;

    border-top-right-radius: 20px;
    border-top-left-radius: 20px;

    -webkit-border-top-right-radius: 20px;
    -webkit-border-top-left-radius: 20px;
    
    -moz-border-radius-topright: 20px;
    -moz-border-radius-topleft: 20px
    
}

.login-language {
    float: right;
    color:#8f1d1d;
    font-size: 22px;
    font-weight: bolder;
    margin-top: 25px;
    margin-right: 40px;
    text-decoration: none;
}

.login-language:hover 
{
    color:#413f3f;
}

/* ########## COPYRIGHTS ############## */

.login-copyright {
    position: absolute;
    top: 400px;
    left: 380px;
    font-family: "lucida grande",tahoma,verdana,arial,sans-serif;
	font-size: 10px;
}

.login-browsers {
    position: absolute;
    top: 380px;
    left: 305px;
    color: #413f3f; /* #413f3f */
    font-family: "lucida grande",tahoma,verdana,arial,sans-serif;
	font-size: 10px;
}