.success {
    margin: 10% auto;
    color: #3B8B2A !important;
    border-color: #3B8B2A !important;
    text-align: center !important;
    width: 50%
}

.ribbon {
  width: 70px;
  height: 73px;
  overflow: hidden;
  position: absolute;
  top: -3px;
  right: -3px;
  z-index: 21;
}

.ribbonColorGreyDarker {
  font: 10px Sans-Serif;
  color:#fff;
  text-align: center;
  -webkit-transform: rotate(45deg);
  -moz-transform:    rotate(45deg);
  -ms-transform:     rotate(45deg);
  -o-transform:      rotate(45deg);
  position: relative;
  padding: 5px 0;
  left: -5px;
  top: 12px;
  width: 100px;
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
  background-color:#000000; 
  font-weight: bold;
}

.ribbonProduccion {
  background-color:#E4150A; 	
}

.ribbonPreproduccion {
  background-color:#FFA500; 	
}

.ribbonIntegracion {
  background-color:#ABB521; 	
}

.ribbonLocal {
  background-color:#0ad129; 	
}

.ContenedorLogin{
	padding: 3px;
	display: block;
    background-color: #ffffff;
    border-radius: 2px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    font-family: 'robotoregular';
    color: #546e7a;
}

.ui-button:hover {
  background-color: #03a9f4;
}

.ui-button.RedButton:hover {
    background-color: #F44336;
}

.ui-button.OrangeButton:hover {
    background-color: #f69a11;
}

.ui-inputfield {
    background-color: transparent !important;
}

.ui-inputfield:hover, .ui-inputfield:focus {
    border: solid 0px #c6d6df;
    border-bottom: solid 1px #03a9f4;
    color: #03a9f4 !important;
    background-color: transparent !important;
}

.ui-inputfield:focus {
    border-bottom: solid 1px #0276aa !important;
}

.login-limpiar-btn {
	margin-left: 28px;
}