/* 
 *  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 #0B8068;
}

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

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

#blue_bar, #f_blue_bar{
    background-color: #0B8068;
}

#content h1, h1 {
    color: #0B8068;
}

#content h5,.notification h2 {
    border-top: dotted 1px #0B8068;
}

h2, .exception_subtitle {
    color: #0B8068;
}

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

#remember_button{
    color: #212529;
}

#copyright,  .notification .order{
    color: #0B8068;
}

.more_info_button_cl a{
    color: #1A7020;
}

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

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

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

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

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