/* =============================================================================================
   Account style sheet 
   Updated to 10 August 2013
   Styling adapted from "Clean Slate Admin" by Vivant Designs - purchased from Theme Forest
   Copyright (c) 2010-2013 Treelogix Consulting http://www.treelogix.ca
   ============================================================================================== */

/* 1. body, Container and Content sections
--------------------------------------------------------------------------------------------------*/
body
{
    height: 100%;
    background: #EAEBFC url("http://www.funinthesunclothing.ca/Images/Account/bg.jpg") repeat center top;
}

.container {
    max-width: 1200px;
}

#content
{
    margin-top: 200px;
}

form input[type=text], form input[type=password]
{
    width: 100%;
    margin-bottom: 10px;
}

label {
    display: inline-block;
    margin-bottom: 5px;
    vertical-align: top;
    color: navy;
}

