div.logo_container {
    background-image: url("images/logotip.png");
}
div.logo-login{
    background-image: url("images/AUCTION-logotip.svg");
    background-size: 95%;
}
img.logo {
    height: 100px;
}
img.logo2 {
    padding:2.5em;
}
div#logoContainer {
    /*border: black solid 5px;*/
    position: absolute;
    width: 100%;
    text-align: center;
    margin-top: 20em;
    opacity: 0;
}
img.logo {
    height: 100%;
}

div#accessosDirectes {
    position: relative;
    margin: auto;
    margin-top: 45px;
    overflow: auto;
    width: 60%;
    text-align: center;
}

/*div.accesDirecte {
    width: 160px;
    height: 160px;
    display: inline-block;
    text-align: center;
    cursor: pointer;
    margin-left: 20px;
    margin-right: 20px;
    vertical-align: top;
    border: 15px var(--yellow-color);
    border-style: groove;
    margin-bottom: 20px;
    margin-top: 20px;
    border-radius: 30px;
}*/

div.accesDirecte {
    width: 160px;
    height: 160px;
    display: inline-block;
    text-align: center;
    cursor: pointer;
    margin-left: 20px;
    margin-right: 20px;
    vertical-align: top;
    border: 2px solid #e3e3e3;
    border-radius: 10px;
    margin-bottom: 20px;
    margin-top: 20px;
    transition: transform 0.25s ease, box-shadow 0.25s ease;
    transform-origin: center;
    will-change: transform, box-shadow;
}

    div.accesDirecte:hover {
        border-color: #fca311;
        background-color: #fff7ed;
        transform: scale(1.05);
        box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15);
    }

div.ADImatge {
    height: 70%;
    background-size: 40%;
    background-repeat: no-repeat;
    background-position: center;
}

div.ADText {
    font-size: 140%;
    font-weight: bold;
    height: 30%;
    padding-top: 5px;
    display: inline-block;
    width: 100%;
    color: var(--blue-color);
}

div.MenuRightContainer {
    display: none;
}

.ktf-form {
    display: grid;
    grid-template-columns: none;
    row-gap: 0px;
    column-gap: 24px;
}
