.centered-view-container {
    width: 850px;
    margin: auto;
}

.centered-view-container h4 {
    font-size: 43px;
}

.centered-view-body-container {
    padding: 45px 30px;
}

.centered-view-body-container form>div {
    width: 420px;
}

.centered-view-body-container form>div>label {
    font-size: 21px;
}

.centered-view-body-container input {
    width: 100%;
    border: 2px solid #cfc5c5;
    margin: auto;
    padding: 13px 15px;
    font-size: 17px;
}

@media screen and (max-width: 1023px) {
    .centered-view-container {
        width: auto;
        margin: auto;
    }

    .centered-view-container h4 {
        font-size: 33px;
    }

    .centered-view-body-container h4 {
        padding: 15px 10px;
    }

    .centered-view-body-container form>div {
        width: 100%;
    }

    .centered-view-body-container form>div>label {
        font-size: 21px;
    }
}