.form-signin 
{
     max-width: 470px;
  padding: 15px 35px 45px;
  margin: 0 auto;
  background-color: #fff;
  border: 6px solid rgba(255, 204, 0, 0.1);
  border-radius: 30px;
}

.uecr
{
  background-color: #003399;
  color:;
}

.uecrbuttons
{
  background-color: #003399;
  color:white;
}
.credits
{
     max-width: 500px;
  padding: 15px 35px 45px;
  margin: 0 auto;
  background-color: #fff;
  
}
.social:hover {
     -webkit-transform: scale(1.1);
     -moz-transform: scale(1.1);
     -o-transform: scale(1.1);
 }
 .social {
     -webkit-transform: scale(0.8);
     /* Browser Variations: */
     
     -moz-transform: scale(0.8);
     -o-transform: scale(0.8);
     -webkit-transition-duration: 0.5s;
     -moz-transition-duration: 0.5s;
     -o-transition-duration: 0.5s;
 }

/*
    Multicoloured Hover Variations
*/
 
 #social-fb:hover {
     color: #3B5998;
 }
 #social-tw:hover {
     color: #4099FF;
 }
 #social-gp:hover {
     color: #d34836;
 }
 #social-em:hover {
     color: #f39c12;
 }


@font-face {
  font-family: 'icomoon';
  src:  url('../icons/icomoon.eot?1fht5n');
  src:  url('../icons/icomoon.eot?1fht5n#iefix') format('embedded-opentype'),
    url('../icons/icomoon.ttf?1fht5n') format('truetype'),
    url('../icons/icomoon.woff?1fht5n') format('woff'),
    url('../icons/icomoon.svg?1fht5n#icomoon') format('svg');
  font-weight: normal;
  font-style: normal;
}

[class^="icon-"], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;

  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-sphere:before {
  content: "\e9c9";
}
.icon-chrome:before {
  content: "\ead9";
  color:#ffcc00;
}
.icon-firefox:before {
  content: "\eada";
  color:#ffcc00;
}
.icon-opera:before {
  content: "\eade";
  color:#ffcc00;
}

#usuario 
{
  text-transform: uppercase;;
}

#password 
{
  
}

