:root {
    --light-gray: #999;
    --gray: #666;
    --dark-gray: #333;

    --button-primary: #7030a0;
    --button-secondary: #007c92;
    --sep: #e60000;
}

body {
    font-family: VodafoneLt;
    background: #fff;
}

.pass-policy-error {
    color: #FF0000;
    font-weight: bold;
}

h1,
.title {
    font-size: 34px;
    font-family: VodafoneRgBd;
}

h1,
.subtitle {
    font-size: 22px;
    font-family: VodafoneLt;
}

a,
a:visited {
    color: var(--button-primary);
    text-decoration: none;
}

a:hover {
    color: var(--gray);
    text-decoration: none;
}

iframe.logout {
    display: none;
}

button:focus {
    outline:0;
}

button:hover .text {
    color: var(--light-gray);
    /*box-shadow: 0px 0px 10px 3px var(--button-secondary);*/
}

input {
    box-shadow: none !important;
}