/* 
    Document   : LRStyle
    Created on : Jul 7, 2015, 4:39:17 PM
    Author     : Dragos-Alexandru
    Description:
        Purpose of the stylesheet follows.
*/

root { 
    display: block;
}

h1{
    color: rgb(123,192,67);
}

body{
    text-align: center;
    background-color: #eee;
    margin-left: 0px;
    margin-right: 0px;
    margin-top: 14%;
}

#wrap{
    alignment-baseline: central;
    background-color: #DEF3CA;
    padding-bottom: 1px;
}
#footer{
    alignment-baseline: central;
    background-color: #568F23;
    margin-bottom: -15px;
}
#input{
    margin-top: 10px;
    margin-bottom: 30px;
}

a {
    text-decoration: none;
    font-weight: bold;
    color: ghostwhite;
}

p{
    color:red;
}

#username{
    font-size: 15px;
    text-align: center;
    background-color: #fff;
    padding-bottom: 0px;
}