body {
    margin: 0;
    padding: 0;
    font-size: 75%;
    line-height: 1.5em;
    background-color: #fff;
    color: #444;
}

/*
-------------------------------------
  $Typography
-------------------------------------
*/

h1 {
    font-size: 2em;
    line-height: 1.5em;
    margin-top: 0;
    margin-bottom: 0.375em;
}

/* Paragraophs */
p {
    margin-top: 0.75em; /* 9px / 12px */
    margin-bottom: 0.75em; /* 9px / 12px */
}

/* Headings */
h1 {
    font-size: 2em; /* 24px / 12px */
    line-height: 1.5em; /* 36px / 24px */
    margin-top: 0;
    margin-bottom: 0.375em; /* 9px / 24px */
}

h2 {
    font-size: 1.5em; /* 18px / 12px */
    line-height: 1.5em; /* 27px / 18px */
    margin-top: 1em;
    margin-bottom: 0.5em; /* 9px / 18px */
}

h3 {
    font-size: 1.16666666666667em; /* 14px / 12px */
    line-height: 1.28571428571429em; /* 18px / 14px */
    margin-top: 1.28571428571429em; /* 18px / 14px */
    margin-bottom: 0.64285714285714em; /* 9px / 14px */
}

h4 {
    font-size: 1em; /* 12px / 12px */
    margin-top: 1.5em; /* 18px / 12px */
    margin-bottom: 0.75em; /* 9px / 12px */
}

a {
    color: #555;
    font-weight: bold;
    text-decoration: none;
    outline: none;
}

a:hover, a:hover > i {
    color: #333;
}

@font-face {
    font-family: 'Frutiger LT Std';
    src: url('../fonts/frutigerltstdlight.eot');
    src: url('../fonts/frutigerltstdlight.eot?#iefix') format('embedded-opentype'),
    url('../fonts/frutigerltstdlight.woff') format('woff'),
    url('../fonts/frutigerltstdlight.ttf') format('truetype'),
    url('../fonts/frutigerltstdlight.svg#frutigerltstdlight') format('svg');
    font-weight: normal;
    font-style: normal;
}

/*
-------------------------------------
  $Layouts
-------------------------------------
*/

.hero-image {
    background: url(../images/aviva-hero.jpg) no-repeat center center fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    position: relative;
    margin: 0;
    height: 100%;
}

.container {
    width: 400px;
    margin: 74px auto 0 auto;
    position: relative;
    background: #fff;
    border: 1px solid #ccc;
}

.inner {
    padding: 25px;
}

#loginPage .logo {
    margin: 0 auto 0;
    display: block;
}

/*
-------------------------------------
  $Form controls
-------------------------------------
*/

input {
    padding: 1em 0.8em;

}

.form__row label {
    font-weight: bold;
    margin-bottom: 5px;
    display: block;
}

.form__row input,
.form__row textarea {
    width: 100%;
    box-sizing: border-box;
    box-shadow: none;
    border-radius: 4px;
    background-color: rgba(255, 255, 255, 0.9);
    border: 1px solid #ddd;
    transition: background-color 0.2s ease-out, box-shadow 0.2s ease-out;
    -webkit-appearance: none;
}

.form__row textarea {
    height: 80px;
}

.form__row {
    margin-bottom: 15px;
}

.form__mandatory {
    color: #ff0000;
}

.terms {
    width: 328px;
    height: 190px;
    margin-bottom: 10px;
    border: 1px solid #ccc;
    background: #f2f2f2;
    padding: 10px;
    overflow: auto;
}

.terms h4:first-child {
    margin-top: 0;
}

input.button {
    padding: 6px 14px;
    line-height: 16px;
}

.button {
    display: inline-block;
    box-sizing: border-box;
    color: #fff;
    line-height: 18px;
    border-radius: 3px;
    padding: 0.6em 10px 0.5em 10px;
    font-size: 0.85em;
    font-weight: bold;
    text-transform: uppercase;
    text-align: center;
    border: none;
    box-shadow: none;
    cursor: pointer;
    transition: background-color 0.2s
}
