.background{
    background-color: #E0E0E0;
    height: 100%;
    padding: 32px;
    color: #333;
}
.panel{
    background-color: #fff;
    padding: 48px;
}
.header{
    font-weight: 500;
    font-size: 28px;
    padding-top: 16px;
    padding-bottom: 16px;
}
.panel-body{
    padding-top: 16px;
}
.panel-message{
    font-size: 14px;
    line-height: 21px;
}
.panel-message-text{
    padding-top: 8px;
}
.panel-buttons{
    padding-top: 24px;
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    gap: 12px;
}
.btn-blue {
    box-sizing: border-box;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 8px 16px;
    gap: 10px;
    background: #2062F8;
    border: 1px solid #2062F8 !important;
    color: #fff !important;
    text-align: center !important;
    cursor: pointer;
    text-decoration: none;
}
.btn-blue:active {
    BACKGROUND: #2062F8;
    box-shadow: inset 0px 1px 2px rgba(0, 0, 0, 0.08);
}

.btn-blue:focus {
    BACKGROUND: #2062F8;
    border: 1px solid rgba(0, 0, 0, 0.08);
}

.btn-blue:hover {
    background: #1158FB;
    box-shadow: 0px 0px 4px 4px rgba(0, 0, 0, 0.08);
}
.btn-white{
    box-sizing: border-box;

    /* Auto layout */

    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 8px;
    gap: 10px;

    height: 34px;

    background: #FFFFFF;
    border: 1px solid #2062F8;
    color: #2062F8;
    border-radius: 3px;
    cursor: pointer;
}
.btn-white:active {
    box-shadow: inset 0px 1px 2px rgba(0, 0, 0, 0.08);
}

.btn-white:focus {
    border: 1px solid rgba(0, 0, 0, 0.08);
}

.btn-white:hover {
    box-shadow: 0px 0px 4px 4px rgba(0, 0, 0, 0.08);
}
html body, a, p, label, li, ul, ol, textarea, h1, h2, h3, h4, h5, h6, table, td, th, input, select, fieldset, .starValidator, .inputText, .inputTextNarrow, .inputTextTime, .inputTextDate, .inputTextWide, .inputLink, .inputLiteral, .table-material tbody td, .table-material tbody th {
    font-family: Rubik, Arial, Helvetica, sans-serif;
    font-size: 14px;
    font-weight: 400;
}