html,
body {
    background-color: #1f5285;
    border: 0;
    color: #052349;
    font-family: "Arial" !important;
    font-size: 20px;
    height: 100%;
    -khtml-user-select: none;
    margin: 0;
    -moz-user-select: none;
    -ms-user-select: none;
    overflow: hidden;
    padding: 0;
    text-align: center;
    user-select: none;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    width: 100%;
}

body {
    display: grid;
    align-items: center;
}

.button-flat {
    background-color: #005187;
    border-color: transparent;
    border-radius: 4px;
    box-sizing: border-box;
    color: #ffffff;
    font-size: 14px;
    font-weight: 700;
    height: 42px;
    letter-spacing: normal;
    line-height: normal;
    margin: 10px auto;
    text-align: center;
    text-shadow: none;
    padding: 0 20px;
    margin-top: 20px;
    cursor: pointer;
}

.cell-disclaimer-1 {
    box-sizing: border-box;
    color: #d13630;
    font-size: 30px;
    font-weight: 700;
    line-height: 30px;
    line-height: normal;
    margin: 0 auto;
    margin-bottom: 10px;
    text-align: center;
}

.cell-disclaimer-2 {
    color: #333333;
    font-size: 18px;
    line-height: normal;
    width: 80%;
    margin: 0 auto;
}

.content-content {
    background: white;
    display: grid;
    height: 580px;
    width: 100%;
    max-width: 550px;
    border-radius: 8px;
    justify-content: center;
    align-content: center;
    margin: 0 auto;
}

#logo-image {
    width: 180px;
    margin-bottom: 30px;
}

@media screen and (max-width: 750px) {
    .content-content {
        max-width: 700px;
    }
}

@media screen and (max-width: 400px) {
    .cell-disclaimer-1 {
        font-size: 26px;
    }
    .cell-disclaimer-2 {
        font-size: 14px;
    }
}