body {
    padding-top: 60px;
    /*padding-bottom: 40px;*/
}

div#sec-sign:before {
    background-color: #3E4145;
    border: 0 solid #999999;
    border-radius: 4px 4px 4px 4px;
    color: #F5F5F5;
    content: "SEC";
    float: left;
    font-family: 'Lucida Console', sans-serif;;
    font-size: 23px;
    font-weight: bold;
    left: 0;
    padding: 5px;
    position: relative;
    top: 10px;
}

div#sec-sign{
    width: 275px
}
#menu-profile{
    float: right;
}
form legend {
    background-color: transparent;
    border: medium none;
    font-size: 1.2em;
    font-weight: bold;
    line-height: 2em;
    margin-bottom: 0;
    margin-left: 10px;
    margin-top: 0;
    padding: 10px;
    width: auto;
}
form fieldset {
    border: 1px solid #E5E5E5;
    border-radius: 4px 4px 4px 4px;
    margin-bottom: 10px;
    margin-left: 20px;
    margin-top: 10px;
}
fieldset div.row{
    margin-left: 1px;
}
footer {
    border-top: 1px solid #EEEEEE;
    padding-top: 5px;
    width: 940px;
}
.alert {
    box-shadow: 1px 1px 5px;
}
#login-form{
    margin-bottom: 40px;
}
.clear{
    clear: both !important;
}
label[class*='error']{
    color:#b94a48; 
    clear: both;
}