input[type=text], input[type=number], input[type=password]
{
border-radius: 4px;
border:1px solid #CCCCCC;
height:40px;
line-height:40px;
font-size:20px;
font-family:"CanalLightRomain";
color: #5e5e5e;
text-align: center;
background:#FFFFFF;

}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
input[type=number] {
  -moz-appearance: textfield;
}


input::placeholder {
   color:#CCCCCC
}

input:focus::placeholder {
   color:#CCCCCC
}
select:focus,input:focus{
    outline: none;
	border:1px solid #5e5e5e;
	color: #CCCCCC;

}
select{
border:none;
width:100px;
color: #5e5e5e;
background:none;
text-align-last:center;
font-family:"CanalLightRomain";
  -webkit-appearance: none;
  -moz-appearance: none;
  text-indent: 1px;
  text-overflow: '';
}
.bigger{
font-size:20px;
color: #FFFFFF;
text-align-last:center;
text-align-last: right;
}
#google-oauth,#facebook-oauth
{
background:none;
border:0px
}