﻿input[type=text], input[type=password] {
    text-transform: none !important;
}

body {
    background-color: whitesmoke;
}

#empresa {
    width: 50% !important;
}

#LBempresa {
    display: block;
}

.text_login {
    width: 100%;
    padding: 16px 20px !important;
    margin: 8px 0 !important;
}

/* Extra styles for the cancel button */
/*.cancelbtn {
    width: auto;
    padding: 10px 18px;
    background-color: #f44336;
}*/

/* Center the image and position the close button */
.imgcontainer {
    text-align: center;
    margin: 24px auto 12px auto;
    position: relative;
    height: 60px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    width: 80%;
    /*background-image: url(../images/logo-zdbus.png);*/
}

img.avatar {
    width: 40%;
    /*border-radius: 50%;*/
}

.pn_form_login {
    padding: 16px;
    border-bottom-left-radius: 16px;
    border-bottom-right-radius: 16px;
}


.pn_footer_login {
    background-color: #E6E6E6;
    padding: 16px;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
}

    .pn_footer_login input[type="checkbox"] {
        background-color: #E6E6E6 !important;
    }

.pn_footer_error {
    background-color: mistyrose !important;
    color: darkred;
    font-size: 13px;
    font-weight: bold;
}


span.psw {
    float: right;
    padding-top: 0px;
}







/*.boton_popup_standar {
    border-style: none;
    border-color: inherit;
    border-width: medium;
    padding: 14px 20px;
    color: white;
    
    border: none;
    margin: 10px 0;
    width: 49%;
}

    .boton_popup_standar:hover:enabled {
        opacity: 0.7;
        cursor: pointer;
    }

    .boton_popup_standar:disabled {
        background-color: gray;
    }*/

/*.boton_popup_cancel {
    background-color: indianred;
}*/

/*.boton_popup_accion {
    background-color: #3e5f8a;
}*/

.boton_popup_return {
    background-color: steelblue;
}

#pn_recovery_status {
    padding: 16px 20px;
    margin: 8px 0;
}

.pn_localizador {
    width: 100%;
    text-align: center;
    height: 30px;
}

    .pn_localizador a {
        text-decoration: none;
        background-image: url(../images/locate-ico.svg);
        background-repeat: no-repeat;
        background-position: left center;
        background-size: 30px;
        padding-left: 35px;
        padding-right: 5px;
        padding-top: 5px;
        font-weight: bold;
        padding-bottom: 5px;
        color: forestgreen;
    }

        .pn_localizador a:hover {
            color: steelblue;
            background-image: url(../images/play-ico.svg);
            font-size: 15px;
            background-size: 25px;
        }

/* Change styles for span and cancel button on extra small screens */
@media screen and (max-width: 1050px) {
    span.psw {
        display: block;
        float: none;
        font-size: 13px;
    }

    .cancelbtn {
        width: 100%;
    }
}
