﻿#containerlogin
{
    width: 250px; 
    height: 380px;   
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -125px;
    margin-top: -180px;
    text-align: center;
    background-image: url("img/bg_sidebar.png");
    background-repeat: repeat;    
    padding-top: 30px;
    color: #ffffff;
    box-shadow: 0px 0px 6px 6px #c1c1c1;
}

#containerlogin h1
{
    font-size: 22px;
    font-weight: normal;
    color: #ffffff;
    margin-top: 0px;
    margin-bottom: 0px;
}

.title
{
    font-size: 32px;    
    margin-top: 3px;
    margin-bottom: 15px;
}

#password {
    text-align: center;
    width: 130px;
    margin-top: 4px;
    margin-bottom: 4px;
}