/* PortalPropietarios APP
    Created on : 03-jun-2019, 2:15:02
    Author     : david
Estilos del login app
*/
.smart-style-5 {
	background: url('https://sttdw.es/stt/img/fnd/g/g3.jpg');
  background-color: #000;
  background-position: center bottom;
  background-repeat: no-repeat;
  background-size: cover !important;
}
.smart-style-5 .bs-example, .smart-style-5 .well {
	background: rgba(92,138,185,0.3)!important;
}
.client-form header {
	text-align: center;
	padding: 3px 5px;
}
.smart-style-5 .smart-form header {
	/*background:#03a2a5;*//*rgba(0,59,0,1);*/
	border:0;
}
.smart-style-5 .smart-form fieldset {
	border:0;
}
.smart-style-5 .smart-form footer {
	background:rgba(92,138,185,0.4);
	border:0;
}
.smart-style-5 .smart-form label.label {
	font-size:15px!important;
}
.smart-form .error {
    background: #F5F5F5;
    color: #c30;
}

