body {
    margin: 0;
    padding: 0;
    font-family: 'TelenorWebFont-Light', Helvetica, Arial, sans-serif;
    font-size: var(--text-font-size);
    background-color: var(--background-color);
    color: var(--text-color);
}

input {
/* This font is needed. */
    font-family: 'TelenorWebFont';
    font-size: 1.3em;
    margin: 0;
    padding: 1.2em 2em;
    background-color: #fff;
    color: 333;
    border: none;
    text-align: center;
    outline: none;
}

button {
/* This font is needed. */
    font-family: 'TelenorWebFont';
    font-size: 1.2em;
    margin: 0;
    padding: 1em 2em;
    cursor: pointer;
    background-color: #007bc7;
    color: #fff;
    border: 0.2em solid transparent;
    border-radius: 0.5em;
    outline: none;
}

button:hover {
    background-color: #007bc7;
}

button:active {
    background-color: #007bc7;
}

button[disabled], button[disabled]:hover {
    opacity: 0.3;
    cursor: default;
}

h1, h2, h3, h4, h5 {
    font-family: 'TelenorWebFont';
    margin-top: 0;
    margin-bottom: 0;
    font-weight: 400;
    padding: 0.5em;
}

h1 {
    font-size: 2.5em;
}

a {
    text-decoration: none;
}

a[disabled] {
    color: #444 !important;
}

form {
    margin: 0;
    padding: 0;
}


div[data-lastpass-icon-root] { display: none; }
div[data-lastpass-root] { display: none; }

/* FONTS */
@font-face {
font-family: "TelenorWebFont";
src: url('../assets/TelenorEvolution-Medium.otf');
}
@font-face {
font-family: "TelenorWebFont-Light";
src: url('../assets/TelenorEvolution-Light.otf');
}
