﻿@charset "utf-8";
/*@table-bg-hover:                #f5f5f5;*/
@media screen, print {
  #ExternalLoginsForm {
    margin-top: 20px;
    padding-top: 20px;
    border-top: 2px solid rgba(0, 0, 0, 0.05);
  }
  /* --------------------------------------------------------------
	 * Inverse Background - Gated Pages
      --------------------------------------------------------------- */
  .bg-inverse {
    color: white;
    background-color: #3269ff;
    /* ---------------------------------------------------------------
		 * Fixed Width & Centre Align
		 --------------------------------------------------------------- */
    /* ---------------------------------------------------------------
		 * Header
		 --------------------------------------------------------------- */
    /* ---------------------------------------------------------------
		 * Login Buttons
		 --------------------------------------------------------------- */
    /* ---------------------------------------------------------------
		 * Elements
		 --------------------------------------------------------------- */
  }
  .bg-inverse .container {
    text-align: center;
    max-width: 500px;
  }
  .bg-inverse #Header {
    margin-top: 8%;
    margin-bottom: 0;
  }
  .bg-inverse #Header img {
    width: 100%;
    max-width: 400px;
  }
  .bg-inverse button[name='provider']:before {
    font-family: FontAwesome;
    padding-right: 10px;
  }
  .bg-inverse #FacebookLoginButton:before {
    content: "\f09a";
  }
  .bg-inverse #GoogleLoginButton:before {
    content: "\f1a0";
  }
  .bg-inverse #MicrosoftLoginButton:before {
    content: "\f17a";
  }
  .bg-inverse #TwitterLoginButton:before {
    content: "\f081";
  }
  .bg-inverse h1,
  .bg-inverse h2,
  .bg-inverse h3,
  .bg-inverse h4,
  .bg-inverse h5,
  .bg-inverse h6,
  .bg-inverse .h1,
  .bg-inverse .h2,
  .bg-inverse .h3,
  .bg-inverse .h4,
  .bg-inverse .h5,
  .bg-inverse .h6 {
    color: #fff;
  }
  .bg-inverse a {
    color: #fff;
    text-decoration: none;
  }
  .bg-inverse a:hover,
  .bg-inverse a:focus,
  .bg-inverse a.active {
    color: #0041f4;
    text-decoration: none;
  }
  .bg-inverse .help-block {
    color: white;
  }
  .bg-inverse form .control-label {
    color: #fff;
  }
  .bg-inverse form .form-control {
    color: #fff;
    background-color: rgba(255, 255, 255, 0.1);
    border: none;
  }
  .bg-inverse form .form-control::-moz-placeholder {
    color: rgba(255, 255, 255, 0.8);
    opacity: 1;
  }
  .bg-inverse form .form-control:-ms-input-placeholder {
    color: rgba(255, 255, 255, 0.8);
  }
  .bg-inverse form .form-control::-webkit-input-placeholder {
    color: rgba(255, 255, 255, 0.8);
  }
  .bg-inverse form .form-control:focus:focus {
    border-color: #0044fe;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(0, 68, 254, 0.6);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(0, 68, 254, 0.6);
  }
  .bg-inverse form .input-lg {
    font-weight: lighter;
  }
  .bg-inverse form select option {
    margin: 10px;
    background: rgba(50, 105, 255, 0.8);
    color: #fff;
    text-shadow: 0 1px 0 #3269ff;
  }
  .bg-inverse form .checkbox {
    color: white;
    margin-top: 0;
    margin-left: 5px;
    padding-left: 22px;
  }
  .bg-inverse form .checkbox .first-icon,
  .bg-inverse form .checkbox .second-icon {
    color: white;
  }
  .bg-inverse form .form-footer .pull-right a:hover {
    color: white;
    text-decoration: underline;
  }
  .bg-inverse form .form-footer .pull-right i {
    display: inline-block;
    padding-right: 4px;
  }
  .bg-inverse form .form-actions {
    border-top: none;
  }
  .bg-inverse hr {
    border-color: rgba(255, 255, 255, 0.1);
  }
}