/*
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 : 15/03/2016, 02:42:27 PM
    Author     : Chaz
*/

 .divLogin{ 
     background-color: #ccc;
     width: 20em;
     /*-webkit-border-radius: 10px;
     border-radius: 10px;*/
     text-align: center;
     padding: 3em;
 }
 .inputLogin{
     margin: 0;
     height: 2em;
     margin-bottom: 0.5em;
     -webkit-border-radius: 5px;
     border-radius: 5px;
     border: none;
 }