/*=========Custom===========*/
.small-text {
    font-size: 0.7em;
}
.main-brilliant {
    padding-top: 60px;
}

body{
	background-image:url("/static/image/bienvenidos.jpg");
	background-position:center;
	background-size:cover;
	background-color:#000;
}

.top-bar-section a {
	background-color:#2CA2CD !important;
}

body.login {
	background-image:url("/static/image/Tonic-Bench_039.jpg");
	background-position:center;
	background-size:cover;
	background-color:#000;
}

.btnLogin {
	width:100% !important;
	height:37px !important;
	line-height:6px !important;
	margin-top: 11px !important;
}

.btnLogin, .btnForm {
	background: #FFFFFF !important;
	color: #2285A2 !important;
	transition: background-color 300ms ease-out 0s !important;
}

.btnLogin:hover, .btnForm:hover {
	color: #FFFFFF !important;
	background: #2285A2 !important;
}

.logo_brillian{
	float:left;
	width:220px;
	height:76px;
	margin-left: auto;
    margin-right: auto;
    float: none;
	background-image:url("/static/image/Presentacion.png");
	margin-top:20px;
	margin-bottom:40px;
	}

.mail_texto, .inpWhenError {
	text-align:center;
	color: #2CA2CD !important;
	font-size:15px !important;
	border-style:none !important;
	border-radius: 6px !important;
}
.mail_texto {
	margin-bottom:30px !important;
}

.mail_texto::-webkit-input-placeholder {
	color: #2CA2CD;
}

.mail_texto:-moz-placeholder { /* Firefox 18- */
	color: #2CA2CD;
}

.mail_texto::-moz-placeholder {  /* Firefox 19+ */
	color: #2CA2CD;
}

.mail_texto:-ms-input-placeholder {
	color: #2CA2CD;
}

.formTextLabel {
	color: #FFFFFF !important;
}

.check_box_login{
	color:#FFF;
	margin-left:34px;

	}

.boton_entrar{
	float:left;
	width:100%;
	background-color:#FFF;
	color:#000;
	border-radius: 6px !important;
	border:none;
	height:30px;
	}

.recordar_contrasena {
	float:left;
	width:220px;
	text-align: center;
}

.top-bar {
    background: #1D7799 !important;
}

.titulo_bienvenidos {
	width:100%;
	text-align:center;
	font-family:Tahoma, Geneva, sans-serif;
	font-size:76px;
	color:#fff;
	font-weight:900;
	margin:60px 0;
}

.centrar_boton{
  margin: 0 auto;
  height:51px;
  text-align: center;
}

.brilliantIcons {
  font-size: 1.8em;
}

.table-price tr td {
  padding: 0 !important;
}

.table-price {
  padding: 10px;
  margin: 0 auto;
  width: 100%;
}

.table-price .tabledit-delete-button {
  padding: 4px !important;
  background: #FFFFFF !important;
  color: #2BA6CB !important;
}
