/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : 09/09/2014, 07:23:31
    Author     : Daniel
*/

.panel{

    width: 550px; 
    height: 375px; 
    left: 50%; 
    top: 18%; 
    margin-left: -275px; 
    margin-top: -200; 
    position: absolute;
    background-color: #F2EEF3;

}

.div_campos{

    float: left; 
    padding-top: 16%; 
    padding-left: 5%;
    
}

.campos{
    
    width: 220px;
    height: 20px;
    
}


.div_logo{

    float: right; 
    padding-top: 15%; 
    padding-right: 12%

}