 

 

/*-------LOGIN STARTS HERE -------*/

/* Login Container (default to float:right) */
#loginContainer {
    float:left; 
    font-size:12px;
    font-family:Arial;
     margin:20px 345px;
    /*margin:113px 0px 0px 345px; */
}

/* Login Button */
#loginButton { 
    display:inline-block;
    float:right;
    /*background:url(Images/loginArrow.png) no-repeat 53px 7px;*/
    background-color:#005464;/*#24555c;*/
    border:1px solid #003f5c; 
    border-radius:3px;
    -moz-border-radius:3px;
    position:relative;
    z-index:30;
    cursor:pointer;
}

/* Login Button Text */
#loginButton span {
    color:#445058; 
    font-size:14px; 
    font-weight:bold; 
    text-shadow:1px 1px #fff; 
    padding:7px 29px 9px 10px;
    background:url(Images/loginArrow.png) no-repeat 53px 7px;
    display:block
}

#loginButton:hover {
    /*background:url(Images/buttonbgHover.png) repeat-x;*/
    /*background:url(Images/loginArrow.png) no-repeat 53px 7px;*/
    background-color:#003f5c;
}

/* Login Box */
#loginBox {
   
     
    z-index:29;
}

/* If the Login Button has been clicked */    
#loginButton.active {
    border-radius:3px 3px 0 0;
}

#loginButton.active span {
    background-position:53px -76px;
}

/* A Line added to overlap the border */
#loginButton.active em {
    position:absolute;
    width:100%;
    height:1px;
    /*background:#d2e0ea;
*/
/*background:url(Images/loginArrow.png) no-repeat 53px 7px;*/
    background-color:#003f5c;
    bottom:-1px;
}/* Login Tipo Usuario*/
#divPaciente
{ width:248px; 
    border:1px solid #003f5c;
    border-radius:3px 0 3px 3px;
    -moz-border-radius:3px 0 3px 3px;
    margin-top:-1px;
    background:#004a61 ;
    padding:6px;
    }
    #divPaciente fieldset {
    margin:0 0 12px 0;
    display:block;
    border:0;
    padding:0;
}
fieldset#bodyPaciente {
    background:#fff;
    border-radius:3px;
    -moz-border-radius:3px;
    padding:10px 13px;
    margin:0;
}

/* Login Form */
#loginForm {
    width:248px; 
    border:1px solid #003f5c;
    border-radius:3px 0 3px 3px;
    -moz-border-radius:3px 0 3px 3px;
    margin-top:-1px;
    background:#004a61 ;
    padding:6px;
}

#loginForm fieldset {
    margin:0 0 12px 0;
    display:block;
    border:0;
    padding:0;
}

fieldset#body {
    background:#fff;
    border-radius:3px;
    -moz-border-radius:3px;
    padding:10px 13px;
    margin:0;
}

#loginForm #checkbox {
    width:auto;
    margin:1px 9px 0 0;
    float:left;
    padding:0;
    border:0;
    margin:-3px 9px 0 0; /* IE7 Fix */
}

#body
{
    height:174px;
}

#body label {
    color:#3a454d;
    margin:9px 0 0 0;
    display:block;
    float:left;
}

#loginForm #body fieldset label {
    display:block;
    float:none;
    margin:0 0 6px 0;
}

/* Default Input */
#loginForm input {
    width:92%;
    border:1px solid #003f5c;
    border-radius:3px;
    -moz-border-radius:3px;
    color:White;
    
    padding:8px 8px;
    box-shadow:inset 0px 1px 3px #bbb;
    -webkit-box-shadow:inset 0px 1px 3px #bbb;
    -moz-box-shadow:inset 0px 1px 3px #bbb;
    font-size:12px;
}

/* Sign In Button */
.loginButton {
    width:auto;
    float:left;
    /*background:#339cdf url(Images/loginbuttonbg.png) repeat-x;*/
    background-color:#004a61 ;
    color:White;
    padding:7px 10px 8px 10px;
    font-weight:bold;
    text-shadow:0px -1px #278db8;
    border:1px solid #339cdf;
    box-shadow:none;
    -moz-box-shadow:none;
    -webkit-box-shadow:none;
    margin:0 12px 0 0;
    cursor:pointer;
  padding:7px 2px 8px 2px; /* IE7 Fix */
}

/* Forgot your password */
#loginForm span {
    text-align:center;
    display:block;
    padding:7px 0 4px 0;
}

#loginForm span a {
    color:#3a454d;
    text-shadow:1px 1px #fff;
    font-size:12px;
}

input:focus {
    outline:none;
}


 .SelectorLogin img:hover
    {
        cursor:pointer;
        
    }
    #imgBack:hover
    {
        cursor:pointer;
    }
    
    #imgBack
    {
        position:absolute; 
         margin-left:-350px;
        margin-top:250px;
    }
