/*
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 : 2016/02/29, 16:11:09
    Author     : selby_suzuki
*/

body{ margin: 70px 0;}
body{ 
    background-image: url("/images/admin_bg.png");
    background-position: top center;
    background-attachment: fixed;
    background-repeat:no-repeat;
    -moz-background-size:cover;
    background-size:cover;
}
/*login screen background*/
.img_logo{
    width: 100%;
    height: 150px;	
	background-image: url("/images/DiversityAuction-03.png");
    background-position: top center;
    background-repeat:no-repeat;
    -moz-background-size:contain;
    background-size:contain;
}
article {
    right: 0;
    left: 0;
    margin: auto;
    max-width: 500px;
    background: inherit;
    border-radius: 6px;
    -webkit-box-shadow: 0 4px 12px rgba(0, 0, 0, 0.5);
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.5);
    overflow: hidden;
}
article .content {
    padding: 8px;
    background: rgba(255, 255, 255, 0.5);
}	
