﻿body {
  background-image: url('images/generic-bg.jpg');
  background-size: cover;
  background-repeat: no-repeat;
  height: 100%;
}

.btn-default
{
  background-color: #4F2086;
  font-size: 14px;
  font-weight: normal;
}

.btn-default:hover, .btn-default:focus
{
  background-color: #8e6ab8;
}

.copyright-text
{
  color: #000000 !important;
}