/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : 09/11/2016, 22:28:36
    Author     : diego
*/
body {
  padding-top: 5px;
  padding-bottom: 40px;
  
}
 
.login {
  max-width: 330px;
  padding: 15px;
  margin: 0 auto;
 
}
 
#sha{
	max-width: 300px;
    -webkit-box-shadow: 0px 0px 18px 0px rgba(48, 50, 50, 0.48);
    -moz-box-shadow:    0px 0px 18px 0px rgba(48, 50, 50, 0.48);
    box-shadow:         0px 0px 18px 0px rgba(48, 50, 50, 0.48);
    border-radius: 6%;
  }
  
#consulta{
    max-width: 550px;
//-webkit-box-shadow: 8px 12px 40px -1px rgba(0,0,0,0.58);
//-moz-box-shadow: 8px 12px 40px -1px rgba(0,0,0,0.58);
//box-shadow: 8px 12px 40px -1px rgba(0,0,0,0.58);
    border-radius: 6%;
  }  
  
 #avatar{
width: 96px;
height: 96px;
margin: 0px auto 10px;
display: block;
border-radius: 50%;
 } 
 
 
 #titulo {
     margin-top: 0px;
    /*text-shadow: 3px 3px 5px #337ab7,
               6px 6px 5px #dcde11,
               9px 9px 5px #13bddc;*/
               margin: 0px auto 30px;
               text-align: center;
}

h3 {
    margin-top: 0px;
    padding-top: 0px;
}

#resultado {
      max-width: 500px;  
}

.text-mensaje {
       max-width: 500px;    
    
}

input[type=number]::-webkit-inner-spin-button, 
input[type=number]::-webkit-outer-spin-button { 
  -webkit-appearance: none; 
  margin: 0; 
}