.navbar.fixed-bottom {
    background-color: inherit;
    height: 170px;
    margin-bottom: 10px;
    margin-right: 10px;
}

.card {
    z-index: 1040;
}
.auth-card .image-side {
    width: 60%;
}

.auth-card .form-side {
    padding: 60px 40px;
    padding-bottom: 25px;
}

h1 {
    font-size: 2.75rem;
    font-weight: bolder;
}

.logo {
    position: absolute;
    right: 0;
    bottom: 0;
    height: 165px;
    width: 17%;
    border-radius:10px;
    opacity: 1;
}

.logo img{
    max-height: inherit;
    top: 0;
    height:140px;
    width:auto;
}

html, body {
    height: 87vh;
    margin: auto 0 auto auto;
}

.logo-display {
    display: block;
    align-items: center;
}


.dicella-lg-logo {
    display: revert;
}

.row-box {
    display: flex;
    flex-direction: column;
    margin-right: 40px;
    margin-left: 30px;
}

.card.auth-card.login {
    margin-top: 75px;
    margin-bottom: 75px;
    width: fit-content;
}

.row.box-up {
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    margin-top: 20px;
}

.info-box-up p {
    font-size: 16px;
    margin-bottom: 0;
    margin-top: 5px;
    font-weight: 600;
}

.row.box-down {
    margin-bottom: 40px;
}

.col-md-6.personal-data {
    display: flex;
    justify-content: center;
    align-items: center;
}

.personal-data-box p {
    font-size: 14px;
    margin-bottom: 5px;
}

.personal-data-box span {
    font-size: 12px;
    font-weight: 900;
}

@media screen and (max-width: 600px), (pointer: coarse) {
    .auth-card .form-side {
        padding: 18px;
    }

    .auth-card .image-side {
        width: 100%;
        padding-top: 20px;
        padding-bottom: 6px;
    }

    .name-heading {
        display: none;
    }
    
    .dicella-logo {
        display: revert;
    }

    .dicella-lg-logo {
        display: none;
    }

    .personal-data-box p {
        margin-top: 15px;
    }

    .info-box-up p {
        font-size: 14px;
        font-weight: 900;
    }
}

@media screen and (min-width: 601px), (max-width: 770px) {
    .personal-data-box p {
        margin-top: 15px;
    }
}