﻿/* 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. */

@import url('https://fonts.googleapis.com/css2?family=Noto+Sans:ital,wght@0,400;0,700;1,400;1,700&family=Raleway:wght@300;400;500;700&display=swap');
a.navbar-brand {
  white-space: normal;
  text-align: center;
  word-break: break-all;
}

/* Provide sufficient contrast against white background */
a {
  color: #0366d6;
}

.btn-primary {
  color: #fff;
  background-color: #1b6ec2;
  border-color: #1861ac;
}

.nav-pills .nav-link.active, .nav-pills .show > .nav-link {
  color: #fff;
  background-color: #1b6ec2;
  border-color: #1861ac;
}

/* 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 {
  /* Margin bottom by footer height */
  margin-bottom: 60px;
}
.footer {
  position: absolute;
  bottom: 0;
  width: 100%;
  white-space: nowrap;
  line-height: 60px; /* Vertically center the text there */
}
#SubmitButton {
    background-color: #B91271;
    height: 60px;
    width: 307px;
    left: 0px;
    top: 520px;
    border-radius: 100px;
    padding: 13px, 20px, 13px, 20px;
    font-family: Raleway;
    font-style: normal;
    font-weight: bold;
    font-size: 22.781px;
    line-height: 27px;
    /* identical to box height */
    letter-spacing: 0.02em;
    font-feature-settings: 'pnum' on, 'lnum' on, 'ss09' on;
    /* Text / White */
    color: #FFFFFF;
    border: none;
    margin-top: 15px;
}

@media screen and (max-width: 992px) {

    #SubmitButton {
        background-color: #B91271;
        height: 60px;
        width: 240px;
        left: 0px;
        border-radius: 100px;
        padding: 13px, 20px, 13px, 20px;
        font-family: Raleway;
        font-style: normal;
        font-weight: bold;
        font-size: 18px;
        line-height: 21px;
        letter-spacing: 0.02em;
        font-feature-settings: 'pnum' on, 'lnum' on, 'ss09' on;
        /* Text / White */
        color: #FFFFFF;
        margin: auto;
        display: block;
        width: 100%;
    }
    .form-control {
        background: #F2F4F9;
        border-radius: 5px;
        margin: 0px 8px;
        color: #666666;
    }
    label {
        font-family: Raleway !important;
        font-style: normal;
        font-weight: bold;
        font-size: 16px;
        line-height: 22px;
        /* identical to box height, or 137% */
        display: flex;
        align-items: center;
        font-feature-settings: 'pnum' on, 'lnum' on, 'ss09' on;
        /* Text/Dark Cat */
        color: #091D3F;
    }

}
    /*#Problem {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-start;*/

    /* UI Elements/Mist Medium */
    /*background: #F2F4F9;
    border-radius: 5px;
}*/

.form-control {
    background: #F2F4F9;
    border-radius: 5px;
    margin: 5px 0px;
    color: #666666;
    position: static;
    font-family: Noto Sans;
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 22px;
    /* identical to box height, or 137% */
    display: flex;
    align-items: center;
    border-radius: 0;
}
.bottom-bordered {
    border-width: thin !important;
    border-color: #B91271 !important;
}
label {
    font-weight: bold;
    font-family: Raleway;
}