/* 
    Document   : login
    Created on : 09-jun-2012, 7:46:59
    Author     : Juan David
    Description:
        Purpose of the stylesheet follows.
*/

body {
    /*background-image: url('../images/back.png');
    background-repeat: repeat;*/
    background-color: #fff;
    background-repeat: no-repeat;
}

#login-container {
    position: relative;
    background-color: #ffffff;
    width: 500px;
    min-width: 538px;
    min-height: 314px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 5%;
    margin-bottom: 10%;
    -moz-box-shadow: 0px 0px 5px 2px #aaaaaa;
    -webkit-box-shadow: 0px 0px 5px 2px #aaaaaa;
    box-shadow: 0px 0px 5px 2px #aaaaaa;
    -moz-border-radius:1px;
    -webkit-border-radius:1px;
    border-radius:1px;
    color:#222222;
    padding: 2px 10px 3px 16px;
}

