body {
    display: flex;
    flex-direction: column;
    position: absolute;
    top: 0;
    bottom: 0;
    justify-content: center;
    right: 0;
    left: 0;
    align-items: center;
    background: url("../images/tecladoWall.jpg") bottom center fixed;
    background-size: cover;
    font-family: 'Roboto', sans-serif;
    font-size: 18px;
}

.panel-info.coddii {
    width: 300px;
    box-shadow: 2px 2px 3px 1px rgba(0,0,0,0.4);
    border-color: white;
}

.panel-info.coddii.big {
    width: 70%;
}

.panel-info>.panel-heading.coddii {
    color: #333333;
    background-color: #b1b1b1;
    border-color: #ffffff;
}

.credentialLink {
    font-size: 14px;
}