﻿.form-signin
{
    max-width: 330px;
    padding: 15px;
    margin: 0 auto;
}
.form-signin .form-signin-heading, .form-signin .checkbox
{
    margin-bottom: 10px;
}
.form-signin .checkbox
{
    font-weight: normal;
}
.form-signin .form-control
{
    background-position: 3px 50%;
	color:#FFFFFF;
	font:750 21px helvetica;
    position: relative;
    font-size: 16px;
    height: auto;
    padding: 10px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.user 
{
    background: transparent url("../imagenes/persona_gris.jpg") no-repeat;
    background-position: 3px 50%;
	color:#FFFFFF;
	font:750 21px helvetica;
	
	display: block;
	width: 80%;
	margin: 20px auto;
	padding-left: 22px;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	font-size: 16px;
    border-style: groove;
     border-radius: 8px;
     
}

.password {
	background: transparent url("../imagenes/llave_gris.jpg") no-repeat;
	background-position: 3px 50%;
	color:#FFFFFF;
	font:750 21px helvetica;
	
	display: block;
	width: 80%;
	margin: 20px auto;
	padding-left: 22px;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
    font-size: 16px;
    border-style: groove; 
     border-radius: 8px;   
     
}

.botton_login {
		
	display: block;
	width: 80%;
	background-color: #1b8bd1;
	color: #fff;
	margin: 20px auto;
	padding-left: 22px;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
     border-radius: 8px;  
}

.botton_login:hover {
	background-color: #1488a8;
}

.remember {
		
	display: block;
	color: #fcfeff;	
	padding-left: 40px;
	padding-right: 10px;
	padding-bottom: 10px;
   
}

.anima_log
{
     position: absolute;
     bottom: 9%;
  right: 10%;
  background: rgba(0,0,0,0.13);
  height: 100px;
  width: 100px;
  border-radius: 8px;  
 -moz-border-radius: 39px 8px 31px 16px;
 -webkit-border-radius: 39px 8px 31px 16px;
    }



.form-signin .form-control:focus
{
    z-index: 2;
}
.form-signin input[type="text"]
{
    margin-bottom: -1px;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}
.form-signin input[type="password"]
{
    margin-bottom: 10px;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}
.account-wall
{
    margin-top: 20px;
    padding: 40px 0px 20px 0px;
    background: rgba(0,0,0,0.13);
      box-shadow: 0px 1px 0px rgba(0,0,0,0.3),inset 0px 1px 0px rgba(255,255,255,0.04)
    -moz-box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.3);
    -webkit-box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.3);
         border-radius: 5px;

}
.login-title
{
    color: #555;
    font-size: 18px;
    font-weight: 400;
    display: block;
    font-family: 'Times New Roman',Times, serif; 
    font-size: xx-large; 
    color: #03436b; 
    font-weight: bold
    
}
.profile-img
{
    width: 96px;
    height: 96px;
    margin: 0 auto 10px;
    display: block;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
}
.need-help
{
    margin-top: 10px;
}
.new-account
{
    display: block;
    margin-top: 10px;
}
.fondo
{
   background:url(../imagenes/sector-salud-nube.jpg)no-repeat center center fixed; 
   width: 1320px;
   height: 700px;
   margin: auto auto auto auto;
   border-radius: 0px 8px 31px 16px;
   -webkit-background-size: auto;
  -moz-background-size: auto;
  -o-background-size: auto;
  background-size: 1300px 730px;
  
}
