/**
 * Copyright (c) 2005-2015 RevX Systems, Inc. All Rights Reserved.
 *
 * All Rights Reserved.  Unpublished rights reserved under
 * the copyright laws of the United States.
 *
 * The software contained on this media is proprietary to
 * and embodies the confidential technology of RevX Systems, Inc.
 *
 * Possession, use, duplication or dissemination of
 * the software and media is authorized only pursuant to
 * a valid written license from RevX Systems, Inc.
 *
 * RESTRICTED RIGHTS LEGEND  Use, duplication, or disclosure
 * by the U.S. Government is subject to restrictions as set
 * forth in Sub paragraph (c)(1)(ii) of DFARS 252.227-7013,
 * or in FAR 52.227-19, as applicable.
 *
 * Standard Site Styling.
 *
 */

body {
	font-family: Calibri, sans-serif;
	background: rgb(0,0,0);
	background: -moz-linear-gradient(180deg, rgba(0,0,0,1) 0%, rgba(255,214,36,1) 100%);
	background: -webkit-linear-gradient(180deg, rgba(0,0,0,1) 0%, rgba(255,214,36,1) 100%);
	background: linear-gradient(180deg, rgba(0,0,0,1) 0%, rgba(255,214,36,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#000000",endColorstr="#ffd624",GradientType=1);
 }

 .logo {
	padding-left:40px;
	padding-top:20px;
 }

 #canvas {
 	width:
    border-radius: 4px;
	box-shadow: none !important;
 }

 #title {
 	font-family: Calibri, sans-serif;
 	font-weight: 100;
 	width: 500px;
 }

 .regular {
 	font-family: Calibri, sans-serif;
 	font-size: 14px;
 }

.caption {
	font-family: Calibri, sans-serif;
	color:#000000;
	text-shadow: 1px 1px 1px rgb(255,214,0) ;
	font-size: 20px;
}

#buttonLoginForm {
	color:rgb(255,214,0);
	background-color: rgb(74,74,74);
	border: 1px solid black;
	border-radius: 7px;
}

#buttonLoginForm:hover {
	color:rgb(0,0,0);
	background-color: rgb(246,246,246);
	border: 1px solid black;
}

.medium {
	color:black !important;
}
