* {
    box-sizing: border-box;
    background-repeat: no-repeat;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

body {
    margin: 0;
    line-height: 1;
}

article,
aside,
footer,
header,
nav,
section,
main,
figcaption,
figure,
menu,
details {
    display: block;
}

audio,
canvas,
video {
    display: inline-block;
}

img {
    display: block;
    border: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0;
    padding: 0;
    font-weight: normal;
}

p {
    margin: 0;
    padding: 0;
}

address,
cite,
dfn,
em,
var {
    font-style: normal;
}

ul,
ol {
    margin: 0;
    padding: 0;
    list-style-type: none;
}

a {
    background-color: transparent;
    font-size: inherit;
    color: inherit;
    text-decoration: none;
}

    a:active, a:hover {
        outline: 0;
    }

:focus {
    outline: 0;
}

button,
input,
select,
textarea {
    margin: 0;
    font-size: inherit;
}

button,
html [type="button"],
[type="reset"],
[type="submit"] {
    padding: 0;
    border: 0;
    color: inherit;
    background-color: transparent;
    -webkit-appearance: button;
    cursor: pointer;
}

    button::-moz-focus-inner,
    input::-moz-focus-inner {
        border: 0;
        padding: 0;
    }

input {
    padding: 0;
    line-height: normal;
}

    input::-webkit-input-placeholder {
        font-weight: 300;
    }

    input::-ms-input-placeholder {
        font-weight: 300;
    }

    input::-moz-placeholder {
        font-weight: 300;
    }

[type="number"] {
    -moz-appearance: textfield;
}

    [type="number"]::-webkit-inner-spin-button, [type="number"]::-webkit-outer-spin-button {
        margin: 0;
        height: auto;
        -webkit-appearance: none;
    }

[type="search"] {
    -webkit-appearance: textfield;
}

    [type="search"]::-webkit-search-cancel-button, [type="search"]::-webkit-search-decoration {
        -webkit-appearance: none;
    }

textarea {
    overflow: auto;
    resize: none;
    -webkit-appearance: none;
}

select {
    -webkit-appearance: none;
    background-color: #fff;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

body {
    background: #6e6e6e;
    font: 100% "Open Sans", sans-serif;
}

h1 {
    margin-bottom: 18px;
}

p {
    margin-bottom: 18px;
}

hr {
    margin: 0 0 18px 0;
    border: 0.5px solid #d1d1d1;
}

.outer {
    position: absolute;
    width: 100%;
    height: 100%;
    display: table;
}

.middle {
    display: table-cell;
    vertical-align: middle;
}

.content {
    position: relative;
    width: 550px;
    min-height: 740px;
    margin: 0 auto;
    padding: 40px 42px;
    background: #ffffff;
    -moz-box-shadow: 1px 3px 2px 1px rgba(0, 0, 0, 0.16);
    -webkit-box-shadow: 1px 3px 2px 1px rgba(0, 0, 0, 0.16);
    box-shadow: 1px 3px 2px 1px rgba(0, 0, 0, 0.16);
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.logo-v {
    background: url(c6554e05a0ddd156c90aac4884eee6f6.svg) top center/170px 207px no-repeat;
    padding: 257px 0 0 0;
}

.logo-h-offset {
    background: url(b817bf5c4a7ae7039aa3af8e4fe80385.svg) top right/215px 66px no-repeat;
    padding: 96px 0 0;
}

.logo-h-standard {
    background: url(b817bf5c4a7ae7039aa3af8e4fe80385.svg) top left/215px 66px no-repeat;
    padding: 96px 0 0;
}

footer {
    text-align: center;
    position: absolute;
    width: 100%;
    left: 0;
    bottom: 15px;
    font-size: 12px;
}

input, select, textarea {
    font-family: inherit;
    font-size: 16px;
    border: 1px solid #d1d1d1;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    -moz-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.16);
    -webkit-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.16);
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.16);
}

.field-group-sm {
    width: 100%;
    margin: 32px 0 18px;
}

.alert {
    padding: 10px;
    border-radius: 10px;
}

.alert-danger {
    background-color: lightcoral;
    color: white;
    font-weight: bold;
}

.input-group {
    width: 100%;
    margin-bottom: 18px;
}

    .input-group label {
        display: inline-block;
        margin-bottom: 7px;
        font-size: 17px;
    }

    .input-group input[type=text], .input-group input[type=password], .input-group input[type=email], .input-group input[type=tel], .input-group input[type=number] {
        display: block;
        width: 100%;
        padding: 12px 0 12px 10px;
    }

    .input-group input[type=checkbox] {
        -webkit-appearance: none;
        -moz-appearance: none;
        width: 30px;
        height: 30px;
        margin: 0;
        position: absolute;
    }

        .input-group input[type=checkbox]:checked:after {
            content: '\2714';
            font-size: 18px;
            position: absolute;
            top: 1px;
            width: 100%;
            text-align: center;
        }

        .input-group input[type=checkbox] + label {
            font-size: 15px;
            margin-bottom: 0;
            padding: 5px 0 5px 46px;
        }

    .input-group select, .input-group textarea {
        display: block;
        width: 100%;
        padding: 12px 0 12px 10px;
    }

.input-group-sm {
    width: 100%;
    margin-bottom: 18px;
}

    .input-group-sm label {
        display: inline-block;
        font-size: 17px;
        margin-top: 6px;
        width: 35%;
        float: left;
    }

    .input-group-sm input[type=text], .input-group-sm input[type=password], .input-group-sm input[type=email] {
        font-size: 14px;
        display: inline-block;
        width: 65%;
        padding: 8px 0 8px 10px;
        float: left;
    }

    .input-group-sm:before, .input-group-sm:after {
        display: table;
        content: " ";
    }

    .input-group-sm:after {
        clear: both;
    }

.button {
    width: 100%;
    border: 0;
    display: block;
    font-size: 18px;
    text-align: center;
    text-transform: uppercase;
    padding: 16px 0 14px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    -moz-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.16);
    -webkit-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.16);
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.16);
}

.button-primary {
    color: #ffffff;
    background-color: #25b3d7;
}

.button-secondary {
    color: #000000;
    background-color: #d1d1d1;
}

.login-links {
    list-style: none;
    padding: 0;
}

    .login-links li {
        margin-bottom: 13px;
    }

.validation-summary-errors {
    color: #ad2222;
    font-size: 0.85em;
    background-color: #e6b7b0;
    border: 1px solid #ad2222;
    padding: 5px 8px;
    margin-bottom: 12px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    -moz-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.16);
    -webkit-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.16);
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.16);
}

    .validation-summary-errors li {
        margin-bottom: 4px;
    }

input.input-validation-error, select.input-validation-error {
    border: 1px solid #ad2222;
}

.list-group {
    padding-left: 0;
    margin-bottom: 20px;
}

.list-group-item:first-child {
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
}

.list-group-item:last-child {
    margin-bottom: 0;
    border-bottom-right-radius: 4px;
    border-bottom-left-radius: 4px;
}

a.list-group-item, button.list-group-item {
    color: #555;
}

.list-group-item {
    position: relative;
    display: block;
    padding: 15px 20px;
    margin-bottom: -1px;
    background-color: #fff;
    border: 1px solid #ddd;
}

.validation-error {
    color: red;
}

.validation-summary-valid {
    display: none;
}

.xero-sso-logo {
    border-radius: 50%;
    width: 2em;
    margin: 0.25em em 9px 0.25em 0.25em;
    vertical-align: middle;
}

.xero-sso-label {
    vertical-align: middle;
    display: inline-block;
    text-align: left;
    padding-left:10px;
}

.xero-sso-link {
    background-color: #003c64;
    border-radius:5px;
    border-color: #003c64;
    color: #fff;
    height: 60px;
    line-height: 1.4;
    padding: 0 16px;
    border: 1px solid transparent;
    text-align: center;
    font-weight: 700;
    text-decoration: none;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    -webkit-font-smoothing: antialiased;
    width:220px;
    margin:auto;
}

.logo-h {
    background: url(/img/hrc-logo-h.svg) top left/215px 66px no-repeat;
    padding: 96px 0 0;
}