
body.uca_adas {
	position: relative;
    background-color: #ffffff;
    font-size: 16px;
    font-family: 'Lato', Arial, Helvetica, sans-serif;
    font-weight: 400;
    color: #808080;
    padding: 0;
    -webkit-font-smoothing: antialiased;
}

.container {
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}

.uca_adas .header-top {
    background-color: #384850;
    padding-bottom: 0px;
    padding-top: 0px;
    margin-bottom: 20px;
    border: none;
    height: auto;
    text-align: left;
}
.header-brand {
    font-size: 60px;
    font-weight: 300;
    padding-top: 40px;
    padding-bottom: 20px;
}
.header-brand-title {
	color: #F0F0F0;
}
.header-brand-small {
    font-size: 40px;
    font-weight: 300;
}

.uca_adas .alert-scope {
	font-size: 40px;
	color: red;
	background-color: #ffe0e0;
	text-align: center;
	margin: 10px auto;
	padding: 10px;
	border: 1px solid red;
}

.uca_adas #main	{
	margin: 0 auto;
}


.uca_adas .button-text.mod_name_saml2_module-clave_via_RedIris {
    background: url('/themes/uca/static/img/icon-clave_module-Cl@ve.png') no-repeat top;
    position: inherit;
    height: 100%;
    padding-top: 45px;
}
.uca_adas .footer {
	font-size: 13px;
	margin-top: 10px;
}

.uca_adas #f_blue_bar {
    height: 100px;
}

h1#theme_error_2factor_title + .bloque .error_text_p {
	display: flex;
    justify-content: center;
	margin-top: 80px;
}

.uca_2f_activar {
    background-color: #455a64;
    padding: 10px 20px;
    border-radius: 3px;
    color: #fff;
    font-size: 17px;
}
	


@media (min-width:768px){.container{width:750px}}
@media (min-width:992px){.container{width:970px}}
@media (min-width:1200px){.container{width:1170px}}
