.scroll-checker {
    position: absolute;
    height: 1px;
}

nav {
    background-color: whitesmoke;
    height: 75px;
    line-height: 75px;
    padding: 2px 5px;
}

.brand-logo-main {
    text-align: center;
    padding-top: 5%;
}

.brand-color-text {
    color: rgba(0,0,0,0.93);
}

.brand-logo-main > img {
    vertical-align: middle;
}

.page-footer {
    background-color: rgba(0,0,0,0.93); /* brand color */
    padding: 10px 10px;
    font-size: 12px;
}
.company-logo {
    width: 40%;
    margin: auto;
    text-align: center;
}

.company-logo > img {
    width: 200px;
    margin: auto;
}

.page-footer .inner-container {
    display: flex;
    flex-direction: row;
    width: 100%;
}

.page-footer .inner-container > .info{
    display: flex;
    flex-direction: row;
    width: 100%;
}

.page-footer .inner-container > .info > div {
    margin: auto;
}

.page-footer .inner-container > .info > .block{
    text-align: center;
}

.page-footer .inner-container > .info > .block:first-child{
    text-align: left;
    margin-left: 0;
}

.page-footer .inner-container > .info > .block:last-child{
    text-align: right;
    margin-right: 0;
}


.page-container {
    min-height: 100vh;
    display: flex;
    flex-direction: column;
}

.inner-page-container {
    min-height: 96vh;
}

.bottom-scroll-checker {
    position: absolute;
    height: 1px;
}

.meeting-credentials {
    max-width: 400px;
    margin: auto;
}


.btn-branded {
    background-color: rgba(0,0,0,0.93); /* bottone brand */
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.btn-branded:hover {
    background-color: rgba(40, 40, 40, 0.93);
}

.btn-branded:focus, .btn-branded:active {
    background-color: rgba(0,0,0,0.93);
}

label:focus, label:active, label.active{
    color: rgba(0,0,0,0.93)!important;
}

input.valid {
    border-bottom: 1px solid rgba(0,0,0,0.93)!important;
    -webkit-box-shadow: 0 1px 0 0 rgba(0,0,0,0.93)!important;
    box-shadow: 0 1px 0 0 rgba(0,0,0,0.93)!important;
    color: rgba(0,0,0,0.93)!important;
}

input:focus, input:active {
    border-bottom: 1px solid rgba(0,0,0,0.93)!important;
    -webkit-box-shadow: 0 1px 0 0 rgba(0,0,0,0.93)!important;
    box-shadow: 0 1px 0 0 rgba(0,0,0,0.93)!important;
}

@media screen and (max-width: 750px){
    .company-logo {
        width: 100%;
    }

    .page-footer .inner-container {
        flex-direction: column;
    }

    .page-footer .inner-container .info {
        flex-direction: column;
    }

    .page-footer .inner-container .info > .block {
        margin: auto!important;
        text-align: center!important;
        padding-top: 15px;
    }
}


@media screen and (max-width: 600px){
    .brand-logo-main {
        display: flex;
        flex-direction: column;
    }

    .brand-logo-main > img:first-child {
        width: 280px;
        margin: auto;
    }

    .brand-logo-main > img:last-child {
        margin: auto;
        margin-top: 20px;
    }
}

.progress {
    background-color: rgba(49, 49, 49, 0.93);
    top: 0;
    height: 4px!important;
}

.progress .indeterminate {
    background-color: rgba(0,0,0,0.93);
}

#zmmtg-root {
    background-color: white;
    padding-top: 50px;
}