/* 
 *  adAS-SSO
 * ================================================================================================
 *
 * Copyright (C) 2010 - 2025 by Auditoria y Consultoría de Privacidad y Seguridad
 * (PRiSE http://www.prise.es)
 *
 * ************************************************************************************************
 *
 * Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except
 * in compliance with the License. You may obtain a copy of the License at
 *
 *     http://www.apache.org/licenses/LICENSE-2.0
 *
 * Unless required by applicable law or agreed to in writing, software distributed under the
 * License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either
 * express or implied. See the License for the specific language governing permissions and
 * limitations under the License.
 *
 * ********************************************************************************************** */

.text-field-centered , .text-field , .button-layout{
    border: 1px solid #001489;
}

#content h1 {
    border-bottom: solid 1px #001489;
}

#par {
    border-right: dotted 1px #001489;
}

#blue_bar, #f_blue_bar{
    background-color: #001489;
}

#content h1, h1 {
    color: #535e9d;
}

#content h5,.notification h2 {
    /*border-top: dotted 1px #535e9d;*/
}

h2, .exception_subtitle {
    color: #535e9d;
}

a,#wayf_button_close, #wayf_button_close2, #qr_button_close2,#notlogout,.rowname {
    color: #001489;
}

#remember_button{
    color: #626265;
}

#copyright,  .notification .order{
    color: #041262;
}

.more_info_button_cl a{
  color: #5D625D;
  border-radius: 8px;
  background: #c1c3d0;
  text-align: center;
  display: block;
  padding: 5px;
  width: 90%;
}

.form-col1, #submit_ok, #status_close_session, .button_class, .own-button,.button-layout{
    background: linear-gradient(#001489 50%, #041262);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#001489", endColorstr="#041262",GradientType=0 ); /* IE6-8 */
}

#submit_ok, #status_close_session, .button_class{
    border: 1px solid #001489;
}

#content {
    background-image:
        url("/themes/udg111/static/img/tab_login_top_no_shadow.png"),
        url("/themes/udg111/static/img/tab_login_middle.png");
}

#content_bottom{
    background:
        url("/themes/udg111/static/img/tab_login_bottom.png") no-repeat scroll center center rgba(0, 0, 0, 0);
}

#content_middle{
    background:
        url("/themes/udg111/static/img/tab_login_middle.png") repeat-y scroll center center rgba(0, 0, 0, 0);
}
