* {
    box-sizing: border-box;
}

@font-face {
    font-family: MaryAnn;
    src: url("/assets/mary_ann-extrabold.woff") format("truetype");
}

html {
    font-size: 10px;
}

body {
    background: #f6f6f6;
    margin: 0 auto;
    text-align: center;
    -webkit-font-smoothing: antialiased;
    font-family: Roboto, Arial, Helvetica, sans-serif;
    color: #929292;
    font-size: 10px;
    line-height: 1.42857143;
}

header img {
    display: block;
    margin: 0 auto;
}

header {
    background: white;
    border-bottom: 1px solid #d7d7d7;
    padding: 32px;
}

.sainsburys-logo {
    height: 27px;
    display: block;
    margin-top: 15px;
}

h1 {
    margin: 20px 0 10px 0;
    font-size: 2em;
    font-family: MaryAnn, Arial, Helvetica, sans-serif;
    font-weight: 700;
    letter-spacing: 0.01em;
    color: #4c4c4c;
}

form {
    margin: 0 auto;
}

form .form-field-container {
    width: 100%;
    padding: 0 16px;
    text-align: left;
}

form input {
    margin: 0;
    width: 100%;
    height: 48px;
    padding: 16px;
    background-color: #ffffff;
    border: solid 1px #8e8e8e;
    font-size: 1.3rem;
}

form button {
    width: 100%;
    display: block;
    background-color: #f06c00;
    color: white;
    margin: 44px 0 0;
    padding: 10px 5px;
    font-family: MaryAnn, Arial, Helvetica, sans-serif;
    font-weight: 800;
    font-size: 1.8rem;
    border: none;
    cursor: pointer;
    letter-spacing: 0.04em;
}

label {
    margin: 20px 0 8px 0;
    display: block;
    font-size: 1.6em;
    font-family: MaryAnn, Arial, Helvetica, sans-serif;
    font-weight: 700;
    text-align: left;
    letter-spacing: 0.01em;
    color: #4c4c4c;
}

img {
    border: 0;
}

/* Check your email */

p {
    line-height: 1.8em;
}

p.resend-link {
    margin-top: 25px;
    margin-bottom: 0px;
}

main.check-email-message {
    padding: 0 16px 20px;
}

main.check-email-message p {
    font-size: 1.5em;
    line-height: 1.5em;
    color: #4c4c4c;
}

main.check-email-message p.forgot-your-password {
    margin-top: 42px;
}

a {
    color: #f06c00;
    font-family: MaryAnn, Arial, Helvetica, sans-serif;
    font-weight: 700;
    font-size: 1.8rem;
    text-decoration: none;
}

a:hover {
    text-decoration: underline;
}

strong {
    color: #1ba39c;
}

input, button, select, textarea {
    font-size: inherit;
    line-height: inherit;
}
