#Password,
#ForgotPassword {
    display: none;
}

#Email label,
#Email .middleColumn {
    display: inline-block;
}

#Email label {
    margin-right: 22px;
}

#Email {
    margin-bottom: 80px;
}

#Email .middleColumn > input.text,
#Password .middleColumn > input.text {
    width: 300px;
    max-width: 300px;
}

#ReturningCustomer > label {
    font-size: 24px;
}

#ReturningCustomer ul.optionset {
    list-style: none;
}

#ReturningCustomer ul.optionset label > span {
    color: #5e5c64;
}

#ReturningCustomer ul.optionset li {
    margin-bottom: 8px;
}

.field .radio {
    width: 18px;
    height: 18px;
}

#Password.field > label {
    display: none;
}

#Password.field {
    margin-left: 66px;
    margin-bottom: 4px;
}

#ForgotPassword {
    font-size: 12px;
    padding-left: 214px;
}

.Actions {
    text-align: right;
}

body a.action.basket-checkout {
    background-color: #333;
}


