﻿/* Please see documentation at https://docs.microsoft.com/aspnet/core/client-side/bundling-and-minification\
for details on configuring this project to bundle and minify static web assets. */

a.navbar-brand {
  white-space: normal;
  text-align: center;
  word-break: break-all;
}

body {
    /* Margin bottom by footer height */
    margin-bottom: 60px;
    background-color: #000;
    background-size: 130%;
    min-width: 320px;
}

.loginBox {
    margin-top: 100px;
    color: white;
}

.loginBox a {
    color: white;
}

.loginBox #account {
    background-color: #171717;
    border-radius: 20px;
}

.loginBox #airserverLogo {
    margin-bottom: 30px;
}

.loginBox #airserverLogo img {
  padding-top: 30px;
  width: 50%;
}

.loginBox .form-group {
    margin-left: 50px;
    margin-right: 50px;
    margin-top: 40px;
    margin-bottom: 40px;
}

.loginBox .password {
    margin-bottom: 20px;
}

.loginBox .forgotPassword {
    margin-top: 0;
}

.loginBox .formGroupShorter {
    margin-top: 30px;
    margin-bottom: 30px;
}

.loginBox .notAMember {
    padding-bottom: 40px;
    margin-top: 20px;
    margin-bottom: 0;
}

.loginBox .form-control {
    border-radius: 0 !important;
    border-color: gray !important;
    background-color: #171717 !important;
    color: white !important;
    height: 45px;
}

.loginBox h1 {
    margin-left: 50px;
    margin-right: 50px;
}

.loginBox hr {
    background-color: deepskyblue;
    margin: 0;
    border: 1.3px solid deepskyblue;
}

.loginBox .submitFormGroup {
    margin-bottom: 10px;
}

.loginBox h4 {
  padding-top: 45px;
  margin-left: 50px;
  margin-right: 50px;
}

#account > p {
  margin-right: 50px;
  margin-left: 50px;
}

.loginBox .registerGroup {
    margin-bottom: 10px;
    /* padding-bottom: 60px; */
    padding-top: 10px;
    margin-top: 0px !important;
}

.loginBox .termsBox {
    margin-bottom: 0px !important;
}

.loginBox .termsBox p {
    margin-bottom: 0px !important;
}

.loginBox .recaptchaGroup {
    margin-top: 30px;
    padding-bottom: 20px;
}

.signInButton {
    border-color: #46C6FD;
    border-width: 2px;
    margin-right: 10px;
    width: 100%;
    height: 50px;
}

.g-recaptcha > div {
  margin-right: auto;
  margin-left: auto;
}

.termsAnchor {
    color: deepskyblue !important;
}

.termsDiv {
    color: red !important;
    background-color: green !important;
}

/* Sticky footer styles
-------------------------------------------------- */
html {
    font-size: 14px;
}
@media (min-width: 768px) {
  html {
    font-size: 16px;
  }
}

.container {
  max-width: 960px;
}

.pricing-header {
  max-width: 700px;
}

.border-top {
  border-top: 1px solid #e5e5e5;
}
.border-bottom {
  border-bottom: 1px solid #e5e5e5;
}

.box-shadow {
  box-shadow: 0 .25rem .75rem rgba(0, 0, 0, .05);
}

button.accept-policy {
  font-size: 1rem;
  line-height: inherit;
}

/* Sticky footer styles
-------------------------------------------------- */
html {
  position: relative;
  min-height: 100%;
}

.footer {
  position: absolute;
  bottom: 0;
  width: 100%;
  overflow: scroll;
  white-space: nowrap;
  /* Set the fixed height of the footer here */
  height: 60px;
  line-height: 60px; /* Vertically center the text there */
}

.text-danger ul {
    list-style-type: none;
}

.text-danger li {
    margin-left: 10px;
}

.whitesmokeText {
    color: whitesmoke;
}

.loginContextBox {
    margin-left: auto;
    margin-right: auto;
}
