html{
    height:100%;
    background: linear-gradient(0deg, white, gray 250%) no-repeat;
}     

body {
    padding-top: 20px;
    padding-bottom: 20px;
}

.ui-widget,        
.ui-widget .ui-widget { font-size: 90%;}    

table{
    margin-left: 10%;
}

table td{
    text-align: left;
}

.loginBox{
    border-radius: 10px;
    background-color: white;
    margin: 10px 10px;

    border: 1px solid rgb(204, 204, 204); 
    padding: 1%; 
    box-shadow: 3px 3px 3px rgba(50, 50, 50, 0.28);
}

.Centered {
	position: fixed;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}

.error {

}
