﻿body {
    margin: 0;
    height: 100%;
    background-image:url('Images/bg.png');
    
	font-family:Arial;
    font-size:13px;
    background-size: 100%;
	background-repeat:no-repeat;
    min-width:0px !important;
}
.buttonLogin
{
	background-color:#333366;
	width: 100%;
	color:White;
	border-color:#333366;
	border-style: solid;
    margin:0px 0px 20px 0px;
    font-size:30px;
    font-family:Arial;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
      box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
      -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
      -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
      transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s; 
      
}


.buttonLogin:hover {
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #006699), color-stop(1, #333366) );
	background:-moz-linear-gradient( center top, #333366 5%, #333366 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#feb043', endColorstr='#feb043');
	background-color:#333366;
	border-color:#333366;
}