:root {
    --selected: #337ab7;
    --bodyColor: #152c46;
    --topHeaderBackground: #152c46;
    --systemMessage: #337ab7;
    --footerBackground: #152c46;
    --footerFont: white;
    --viewContainerBackground: #ECEEEF;
    --loader: #337ab7;
}

body {
    margin: 0;
    font-family: 'Open Sans';
    color: rgba(0, 0, 0, .87);
    background-image: linear-gradient(#131415, #494e51);
}


.container {
    min-height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
}

.box {
    height: 280px;
    width: 400px;
    background: white;
    padding: 14px;
    border-radius: 4px;
    position: relative;
    text-align: center; 
}

.activationBox {
    height: 450px;
}

.logo {
    position: fixed;
    top: calc(50% - 250px);
    left: 50%;
    transform: translate(-50%, -50%);
    display: flex;
    justify-content: center;
    align-items: center;
}

.headerCenter {
    text-align: center;
    color: var(--fontColor);
    font-style: normal;
    font-weight: bold;
    font-size: 30px;
    line-height: 140%;
}

.hyperlink {
    color: var(--hyperlinkColor);
    font-weight: normal;
}


/* .dx-button-mode-contained.dx-button-default {
    background-color: transparent !important;
    border-color: transparent;
    color: #2a2a2a;
} */