body {
    margin: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
    background-color: rgb(238, 238, 238);
}

.page {
    margin: 0 !important;
}

.title--label.font-page-title {
    max-width: 325px;
}

a.btn.text-btn {
    max-width: 300px !important;
}

a.btn.text-btn > div {
    max-width: 100% !important;
}
/*.trusted-component .input-field input.wd, .trusted-component .input-field input.we {
    margin-bottom: 5px !important;
}
.trusted-component .input-field .input-error {
    white-space: pre-wrap !important;
}
.trusted-component .input-field .input-description, .trusted-component .input-field .input-error {
    position: relative !important;
}
.inputBox {
    display: block !important;
}*/
/*@media only screen and (max-device-width: 767px) {*/
/*    .title--label.font-page-title {*/
/*        max-width: 230px;*/
/*    }*/
/*}*/
@media only screen and (max-device-width: 320px) {
    .title--label.font-page-title {
        max-width: 200px;
    }
    .page--content.separator-top .btn-group {
        zoom: 0.8;
    }
}

@media screen and (max-width:440px) {
    body {
        margin: 0;
    }
}