/* ICASegovia APP
Estilos del login app
*/
.smart-style-5 {
background:#97373b;
background-image: linear-gradient(90deg, rgb(167, 167, 167),rgb(27, 27, 27)),linear-gradient(45deg, rgb(116, 19, 48) 0%, rgb(116, 19, 48) 69%,rgb(141, 30, 47) 69%, rgb(141, 30, 47) 75%,rgb(166, 41, 47) 75%, rgb(166, 41, 47) 81%,rgb(192, 52, 46) 81%, rgb(192, 52, 46) 85%,rgb(217, 63, 46) 85%, rgb(217, 63, 46) 91%,rgb(242, 74, 45) 91%, rgb(242, 74, 45) 100%),linear-gradient(135deg, rgb(116, 19, 48) 0%, rgb(116, 19, 48) 69%,rgb(141, 30, 47) 69%, rgb(141, 30, 47) 75%,rgb(166, 41, 47) 75%, rgb(166, 41, 47) 81%,rgb(192, 52, 46) 81%, rgb(192, 52, 46) 85%,rgb(217, 63, 46) 85%, rgb(217, 63, 46) 91%,rgb(242, 74, 45) 91%, rgb(242, 74, 45) 100%); background-blend-mode:overlay,overlay,normal;
}

.smart-style-5 .bs-example, .smart-style-5 .well {
	background: rgba(92,138,185,0.3)!important;
	border: 1px solid #F7F7F7!important;
	border-radius: 8px;
}
.smart-style-5 #header {
	background: none!important;
	border:0!important;
}
.client-form header {
	text-align: center;
	padding: 3px 5px;
}
.smart-style-5 .smart-form header {
	border:0;
}
.smart-style-5 .smart-form fieldset,
.smart-style-5 .smart-form footer {
	background: none!important;
	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;
}

