﻿/* 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. */
body {
  font-family: "Roboto", sans-serif;
}
main h1,
h2,
h4 {
  text-align: center;
}
.hr {
  border-top: 1px solid rgba(0, 0, 0, 0.1) !important;
  width: 100%;
}
.col-sm-8 h4 {
  text-align: left;
}
.login-form {
  width: 75% !important;
}
form {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

a.navbar-brand {
  text-align: center;
  word-break: break-all;
  white-space: normal;
}
.main-nav-menu {
  width: 100%;
}
.main-nav-menu__link {
  color: rgba(0, 0, 0, 0.5);
  font-weight: 800;
  text-transform: uppercase;
}
img {
  height: 30px;
}

.btn {
  margin: 0 auto;
  width: 100%;
  text-transform: uppercase;
}
.btn-primary-color {
  color: white;
  background-color: #00bfbc;
  border: 1px solid #00bfbc;
}
.btn-primary-color:hover {
  background-color: #008990;
  border: 1px solid #008990;
}
.btn-primary-color:focus {
  background-color: #008990;
  border: 1px solid #008990;
}
.register-button {
  margin-bottom: 60px;
}
.uppercase {
  color: rgba(0, 0, 0, 0.5);
  text-transform: uppercase;
}
.uppercase:hover {
  color: rgba(0, 0, 0, 0.5);
  text-decoration: underline;
  cursor: pointer;
}
/* Sticky footer styles
-------------------------------------------------- */
html {
  font-size: 14px;
  font-family: "Roboto", sans-serif;
}
@media (min-width: 768px) {
  html {
    font-size: 16px;
  }
}

.container {
  padding-top: 1rem;
  padding-bottom: 0;
  min-height: 100%;
  max-width: 960px;
  overflow: auto;
}
.register-form-container {
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 450px;
}
.asterisk {
  color: red;
}
.personal-details {
  margin-top: 15px;
}
.pricing-header {
  max-width: 700px;
}
.checkbox {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 0.8rem;
}
.checkbox > label {
  margin-bottom: 0px;
  margin-left: 0.3rem;
}

.box-shadow {
  box-shadow: 0 0.25rem 0.75rem rgba(0, 0, 0, 0.05);
}

button.accept-policy {
  font-size: 1rem;
  width: 50%;
}
.disclaimer-header {
  text-align: center;
  text-decoration: underline;
}
.checkbox {
  text-align: center;
}
/* Sticky footer styles
-------------------------------------------------- */
/* html {
  position: relative;
  min-height: 100%;
} */

/* body {
  /* Margin bottom by footer height */
/* margin-bottom: 50px;
} */
.bottom-footer {
  background-color: #f8f9fa;
  font-weight: 600;
  position: fixed;
  bottom: 0;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  /* Set the fixed height of the footer here */
  height: 50px;
}
.webpage-link {
  color: #6c757d;
}
.webpage-link:hover {
  cursor: pointer;
}
