
div#logoContainer
{
    /*border: black solid 5px;*/
    position: relative;    
    width: 100%;
    text-align: center;
    margin-top: 20em;
}
body div.contLogin {
    width: 350px;
    height: auto;
    border-radius: 1em;
    background-color: #fffffff0;
    box-shadow: 5px 5px 50px 20px rgb(154, 216, 255);
}
div.logo-login{
    background: url('images/eutisoftware-logo.png') center no-repeat;
    height:50px;
    background-size: contain;
}
button.button_login {
    width: 95%;
    grid-column: auto / span 12;
    margin: 1rem auto;
    font-size: 1.5rem;
    line-height: 2rem;
    border-radius: 0.5rem;
    background-color: #e2e2e2;
    border-color: #e2e2e2;
}
.formContent.ktf-form.renewPwdAction {
    grid-template-columns: repeat(12, 1fr);
}
button.button_login:hover {
    background-color: #ada3a3;
    border-color: #ada3a3;
}
div.login_container .rememberLogin, div.login_container div.contentlabel {
    font-size: 1rem;
    margin: 0.5rem auto;
    cursor: pointer;
}
img.logo {
    height: 100%;
}

div#accessosDirectes {
    position: relative;
    margin: auto;
    margin-top: 45px;
    overflow: auto;
    width: 75%;
    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 black;
    border-style: groove;
    margin-bottom: 20px;
    margin-top: 20px;
    border-radius: 30px;
}

div.ADImatge {
    height: 60%;
    background-size: 40%;
    background-repeat: no-repeat;
    background-position: center;
}

div.ADText {
    font-size: 140%;
    font-weight: bold;
    height: 40%;
    padding-top: 5px;
    display: inline-block;
    width: 100%;
}

div.MenuRightContainer
{
    display:none;
}