html {
    font-family: Arial, Verdana, sans-serif;
}

.center-screen {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-right: -50%;
    transform: translate(-50%, -50%);
}

@font-face {
    font-family: 'Material Icons';
    font-style: normal;
    font-weight: 400;
    src: url(/fonts/MaterialIcons-Regular.eot); /* For IE6-8 */
    src: local('Material Icons'),
    local('MaterialIcons-Regular'),
    url(/fonts/MaterialIcons-Regular.woff2) format('woff2'),
    url(/fonts/MaterialIcons-Regular.woff) format('woff'),
    url(/fonts/MaterialIcons-Regular.ttf) format('truetype');
}

.material-icons {
    font-family: 'Material Icons';
    font-weight: normal;
    font-style: normal;
    font-size: 24px;  /* Preferred icon size */
    display: inline-block;
    line-height: 1;
    text-transform: none;
    letter-spacing: normal;
    word-wrap: normal;
    white-space: nowrap;
    direction: ltr;

    /* Support for all WebKit browsers. */
    -webkit-font-smoothing: antialiased;
    /* Support for Safari and Chrome. */
    text-rendering: optimizeLegibility;

    /* Support for Firefox. */
    -moz-osx-font-smoothing: grayscale;

    /* Support for IE. */
    font-feature-settings: 'liga';
}

.light-blue1 {
    background-color: #40637e !important;
}

.primary-text {
    color: #000 !important;
    opacity: 0.87;
}

.link-text {
    color: #40637e;
    font-size: 0.8rem;
}

.row {
    margin-bottom: 10px;
}
.overlay {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    height: 100vh;
    background-color: rgba(0,0,0,0.5);
    z-index: 99;
}
.preloader-center {
    position: absolute;
    height: 50px;
    width: 50px;
    top:calc(50% - 50px/2);
    left:calc(50% - 50px/2);
}
.select-wrapper {
    margin-left: 3rem;
    width: calc(100% - 3rem);
}
.login-form {
    padding-left: 15px;
    padding-right: 15px;
}
.language-select li span {
    color: black;
}
.logo-row {
    margin-bottom: 20px
}
#login-button {
    margin-bottom: 30px;
}