/*
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 : 23/03/2017, 08:50:32 PM
    Author     : melany
*/
body{
    background-image: url('../../../../img/img_fondo.jpg');
}
.divlogin{
    position: absolute;
    width: 30%;
    top: 50%;
    left: 50%;
    margin-top: -10%;
    margin-left: -15%;
    padding: 2%;
    background-color: white;
    border-radius: 10px;
}
.divlogintext{
    position: relative;

    float: left;
}
.divloginimg{
    position: relative;
    top:30px;
    left: 20px;
    float: left;
}