/**
 *---------------------------------------------------------------------------------------
 * @package       VP Smart Template
 *---------------------------------------------------------------------------------------
 * @copyright     Copyright (C) 2012-2020 VirtuePlanet Services LLP. All rights reserved.
 * @license       GNU General Public License version 2 or later; see LICENSE.txt
 * @authors       Abhishek Das
 * @email         info@virtueplanet.com
 * @link          https://www.virtueplanet.com
 *---------------------------------------------------------------------------------------
 */
html {
  background-color: #f2f2f2;
}
body {
  font: 12px/1.55 Verdana,helvetica,sans-serif;
  background: 0 none;
  padding: 0;
  margin: 0;
}
a, a:focus, a:hover {
  text-decoration: none;
}
#system-message {
  margin-top: 30px;
}
#system-message .alert {
  margin-bottom: 0;
  border-radius: 0;
}
.outline {
  background: #fff;
  border-bottom: 2px solid #e2e5e8;
  margin-top: 100px;
  padding: 0;
}
.branding {
  padding-top: 40px;
  padding-bottom: 30px;
  padding-left: 25px;
  padding-right: 25px;
  text-align: center;
}
.branding .img-responsive {
  display: inline-block;
}
.branding h1 {
  margin: 0;
}
.message {
  text-align: center;
  padding-left: 25px;
  padding-right: 25px;
}
.message p {
  margin-bottom: 30px;
}
.login-section {
  padding-top: 10px;
  padding-left: 25px;
  padding-right: 25px;
}
.login-actions {
  padding: 20px 25px 40px;
  text-align: center;
}
.checkbox {
  padding-bottom: 10px;
}
input[type=checkbox] {
  margin-top: 2px;
}
.form-control, .btn {
  border-radius: 0;
}
label {
  font-weight: normal;
}
.btn {
  text-transform: uppercase;
  padding-left: 60px;
  padding-right: 60px;
  font-size: 12px;
  letter-spacing: 0.05em;
}
.container.offline-container {
  max-width: 550px;
}
.close:focus {
  outline: 0 none;
}
@media (min-width: 768px) {
  .container.offline-container {
    width: 550px;
  }
}