
.keyboard-widekey {  width: 9em; text-align: center; }
.keyboard-keyset {font-size: 1em;text-align: center;}
.keyboard-keyset-login {font-size: 1em;text-align: left;padding-left: 0px;padding-right: 0px; min-width: 160px;}
.keyboard-keyset2{max-width: 230px;}
.boton-cerrar{width: 40px; background-color: #004185; color:white; border-radius: 20px; display: none !important;}

/* .boton-borrar{width: 11em; background-color: #004185; color:white; position: absolute; transform: translateX(-50%); margin-left: 0px; margin-right: 0px;} */


.boton-borrar{
	height: 2em;
    border-radius: 5px;
    font-size: 21px;
    padding: 4px 6px 0px 6px;
}

div#teclado {
    font-size: 1.6rem;
}

/*input#password {*/
/*    height: 1.9em;*/
/*    border-radius: 5px;*/
/*    margin-left: 10px;*/
/*    margin-bottom: 6px;*/
/*    border: solid 1px #444451;*/
/*    width: 6em;*/
/*    margin-right: 6px;*/
/*    }*/
    
    /* LOGIN */
    input.password-login {
    height: 1.9em;
    border-radius: 5px;
    margin-bottom: 6px;
    border: solid 1px #9e9e9e;
    margin-right: 6px;
    }

button#botonBorrar {
    margin: 0;
     /*height: calc(100%);*/
    align-self: center;
}


.keyboard-button {
    height: 4.2rem;
    width: 4.2rem;
    padding: 3px 1px 1px 3px;
    text-align: center;
    cursor: pointer;
    border-radius: 8px;
    background-color: rgb(253, 252, 252);
    margin: 2.5px;
    border: solid 1.3px #438987;
}

.keyboard-button-token {
    height: 2.4em;
    min-width: 100%;
    /*padding: 3px 1px 1px 3px;*/
    text-align: center;
    cursor: pointer;
    border-radius: 8px;
    background-color: rgb(253, 252, 252);
    /*margin: 3px;*/
    border: solid 1.3px #EAEAEA;
    padding: 0;
}

.keyboard-pass-btn {
    width: calc(2.8em*1.6);
    height: calc(2.8em*2);
    padding: 4px 6px 0 6px;
    border-radius: 6px;
    font-size: 1.6rem;
}

.btn-confirmar {
    width: 325px;
}

@media screen and (max-width:991px){
	.boton-borrar{
		width: 4em;
	}
}

@media screen and (max-width: 748px){
    .keyboard-button-login, .keyboard-button {
        height: 2em;
        width: 2em;
        padding: 3px 1px 1px 3px;
        text-align: center;
        cursor: pointer;
        border-radius: 8px;
        background-color: rgb(253, 252, 252);
        margin: 1px;
        font-size: 15px;
        border: solid 1.3px #438987;
    }

    .keyboard-button-token {
        height: 2em;
        min-width: 100%;
        /*padding: 3px 1px 1px 3px;*/
        text-align: center;
        cursor: pointer;
        border-radius: 4px;
        background-color: rgb(253, 252, 252);
        /*margin: 1px;*/
        font-size: 15px;
        border: solid 1.3px #EAEAEA;
        padding: 0;
    }

    .keyboard-pass-btn {
        max-width: 60px;
        max-height: 7rem !important;
        font-size: 21px;
        padding: 4px 6px 0 6px;
        border-radius: 6px;
    }

    button#botonBorrar {
        align-self: center;
        min-width: 2em;
        /*max-width: 3.5em;*/
        max-height: 4em;
        margin-left: 2px;
    }

    .btn-confirmar {
        width: 218px;
    }

    @media screen and (max-width: 340px) {
        .keyboard-button-login {
            height: 2em;
            width: 2em;
            padding: 3px 1px 1px 3px;
            text-align: center;
            cursor: pointer;
            border-radius: 8px;
            background-color: unset !important;
            margin: 1px;
            font-size: 15px;
            border: solid 1.3px var(--light-gold) !important;
        }
        .keyboard-button {
            height: 2em;
            width: 2em;
            padding: 3px 1px 1px 3px;
            text-align: center;
            cursor: pointer;
            border-radius: 8px;
            background-color: unset !important;
            margin: 1px;
            font-size: 15px;
            /*border: solid 1.3px var(--light-gold) !important;*/
        }
        .icon {
            position: absolute;
            bottom: 5px !important;
            right: 1rem;
            width: 24px;
            height: 3rem;
            color: var(--main-text-color-gray-medium) !important;
        }
        .keyboard-pass-btn {
            width: 5rem;
            height: calc(5rem + 12px) !important;
            font-size: 21px;
            padding: 4px 6px 0 6px;
            border-radius: 6px;
        }
    }
}