﻿/* 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;
}

/* Sticky footer styles
-------------------------------------------------- */
html {
  font-size: 14px;
}
@media (min-width: 768px) {
  html {
    font-size: 16px;
  }
}

.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%;
}

body {
    height: 100%;
    background-color: #4e8afa !important;
}

.footer {
  position: absolute;
  bottom: 0;
  width: 100%;
  white-space: nowrap;
  /* Set the fixed height of the footer here */
  height: 60px;
  line-height: 60px; /* Vertically center the text there */
}

/*----------------------------------------------------------*/

input {
    font: inherit;
    background: 0 0;
    color: white;
    border: none;
    outline: 0;
    padding: 0;
    margin: 0;
    width: 100%;
    max-width: 100%;
    vertical-align: bottom;
    text-align: inherit;
}

label{
    color:white;
}

fieldset {
    border: 0;
}

.landing-layout {
    display: flex;
    width: 100%;
    height: 100%;
}

.landing-header {
    height: 97px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #1a1349;
}

.landing-body-top {
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #4e8afa;
}

.landing-body-top-left {
    margin: 40px;
}

.landing-body-button {
    font-weight: 500;
    color: #4e8afa;
    background-color: #ffffff;
}

.landing-body-top-right {
    display: flex;
    margin: 40px;
    width: 430px;
    flex-direction: column;
    align-items: flex-start;
}

.landing-body-top-right-header {
    font-size: 24px;
    color: #ffffff;
}

.landing-forgot-password {
    font-size: 10px;
    color: #ffffff;
    cursor: pointer;
}

.landing-body-top-right-logo {
    margin-top: 10px;
    margin-bottom: 10px;
}

.landing-body-bottom {
    height: 370px;
    display: flex;
}

.landing-body-left {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 800px;
}

.landing-body-logo {
    width: 900px;
    height: 760px;
    z-index: 1000;
}

.landing-body-right {
    display: flex;
    flex-direction: column;
    height: 800px;
    justify-content: space-between;
}

.landing-body-quantigo-info {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    height: 100%;
}

.landing-body-quantigo-description {
    font-size: 12px;
    color: #ffffff;
    width: 600px;
}

.landing-login-form-wrapper {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    background-color: #0071bd;
    height: 400px;
}

.landing-login-form {
    display: flex;
    justify-content: flex-start;
    flex-direction: row;
    margin-left: 90px;
}

.landing-login-signin {
    /*margin-left: 70px;*/
    margin-top: -40px;
}

.landing-login-form-header {
    color: #ffffff;
    font-size: 24px;
    margin-bottom: 10px;
    margin-left: -2px;
}

.landing-product-list-header {
    color: #1A1348;
    font-size: 24px;
    /*margin-bottom: 10px;
    margin-left:-2px;*/
}

.landing-body-bottom-right {
    width: 100%;
    background-color: #ecedee
}

.landing-view-offerings {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    align-items: center;
}

.landing-footer {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    height: 65px;
}

.landing-footer-text {
    font-size: 14px;
    color: #cccccc;
    margin: 30px;
}

.landing-input-wrapper {
    width: 480px;
}

    .landing-input-wrapper .mat-form-field-underline {
        background-color: #ffffff;
    }

    .landing-input-wrapper .mat-form-field-label {
        color: #ffffff;
    }

.landing-input {
    caret-color: #ffffff;
    color: white !important;
}

div.landing-login-form > .mat-form-field.mat-focused .mat-form-field-label {
    color: #ffffff !important;
}

div.landing-login-form > .mat-form-field.mat-focused .mat-form-field-ripple {
    background-color: #ffffff !important;
}

.landing-body-bottom-left {
    display: flex
}

.landing-body-bottom-right {
    display: flex
}


.field-validation-error {
    color: red;
    text-decoration: underline;
}

.danger {
    color: red;
    text-decoration: underline;
}

