﻿/* 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. */

/* Sticky footer styles
-------------------------------------------------- */

button.accept-policy {
  font-size: 1rem;
  line-height: inherit;
}

/* Sticky footer styles
-------------------------------------------------- */

html {
  background-color: rgb(237, 202, 161);
  font-size: 12px;
  min-height: 100%;
  position: relative;
}
@media (min-width: 768px) {
  html {
    font-size: 14px;
  }
}

/* Own styles
-------------------------------------------------- */

img.logo {
  max-width: 120px;
}

body {
  color: #273441;
  font-size: 14px;
  margin: 0;
  min-height: 100%;
}
@media (min-width: 768px) {
  body {
    font-size: 16px;
  }
}

.header-content {
  background-color: #fff;
  border-bottom: 1px solid lightgray;
  height: 60px;
  position: relative;
  top: 0;
  width: 100%;
  white-space: nowrap;
}

.logo {
  padding-left: 5px;
  padding-top: 3px;
}

.engagement {
  text-align: center;
}

.engagement-header {
  font-size: 15px;
  font-weight: 700;
  margin-bottom: 20px;
}

.engagement-text {
  font-size: 14px;
  font-weight: 400;
  margin-bottom: 10px;
}

.main-content {
  width: 100%;
}

.main-flex-container{
  align-items: flex-start;
  background-color: white;
  border: 10px solid lightslategrey;
  border-radius: 25px;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.6);
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  gap: 10px;
  justify-content: flex-start;
  margin: 10px auto;
  max-width: 380px;
  height: 650px;
  padding: 30px 30px 20px;
}

.footer-content {
  align-items: center;
  background-color: #fff;
  bottom: 0;
  border-top: 1px solid lightgray;
  display: none; /* flex; setting temporarily to none to adjust for the mobile devices*/
  flex-direction: row;
  font-size: 14px;
  gap: 10px;
  height: 60px;
  justify-content: flex-start;
  margin: 0;
  padding-left: 5px;
  position: absolute;
  white-space: nowrap;
  width: 100%;
}

.form-flex-container{
  align-items: flex-start;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  gap: 10px;
  justify-content: flex-start;
}

.form-flex-container-row{
  align-items: center;
  align-self: center;
  box-sizing: border-box;
  display: flex;
  flex-direction: row;
  gap: 10px;
  justify-content: space-around;
}

.text-danger {
  font-size: 12px;
  color: salmon;
}

.form-login {
  height: calc(100% - 10px);
}

.form-register {
  height: calc(100% - 10px);
}

.left-align {
  align-self: flex-start;
}

.center-align {
  align-self: center;
}

.form-floating {
  align-items: flex-start;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  gap: 2px;
  justify-content: center;
}

.form-button {
  color: #fff;
  background-color: #52ac9f;
}

.form-control {
  border: 1px solid #c2cad2;
  border-radius: 4px;
  box-sizing: border-box;
  min-width: 300px;
  min-height: 30px;
}

input {
  outline: none;
}

span {
  padding: 0;
  margin: 0;
}

.form-link {
  font-size: 10px;
}

.validation-summary-errors {
  padding: 0;
  align-self: flex-start;
}

.validation-summary-errors > ul {
  padding-left: 17px;
}

div.alert > .btn-close {
  display: none;
}

.required:after {
  content: "✶";
  font-size: 0.5em;
  vertical-align: super;
}

.remark {
  font-size: 0.7em;
  color: #94a0a4;
}

.invisible {
  display: none !important;
}