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

/* 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;
    font-family: 'Montserrat', sans-serif;
}

.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 */
    background-color: #F0F0F0;
}

.mainDiv {
    margin-bottom: 60px;
    width: 100%;
    max-width: 1028px;
    margin: 30px auto;
    background-color: #ffffff;
}

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

header {
    padding: 24px 60px;
}

header h1 {
    color: #FFFFFF;
    font-weight: 700;
    font-size: 32px;
}

.main-section {
    color: #00313D;
    padding: 0 30px 30px 30px;
}

.main-section .requiredSymbol {
    color: #F90000;
}

.main-section .required {
    font-weight: 400;
    font-size: 16px;
    margin-bottom: 24px;
}

.main-section .questionDiv {
    margin-bottom: 36px;
}

.main-section .questionDiv h2 {
    font-weight: 600;
    font-size: 20px;
    margin-bottom: 16px;
}

.main-section .questionDiv .selectionDiv {
    display: flex;
    align-items: center;
}

.main-section .questionDiv .selectionDiv .selection {
    font-weight: 500;
    font-size: 16px;
    padding: 10px 12px;
    background-color: #BCBCBC;
    cursor: pointer;
    margin-right: 10px;
}

.main-section .questionDiv .selectionDiv .selection.active,
.main-section .questionDiv .selectionDiv .selection:hover {
    background-color: #00CA4E;
    color: #FFFFFF;
}

.main-section .questionDiv .text-input, .textarea-input {
    font-family: 'Montserrat', sans-serif;
    font-weight: 500;
    font-size: 16px;
    padding: 10px;
    border: 1px solid #BCBCBC;
    width: 100%;
    outline: none;
}

.main-section .submit-button {
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    font-size: 20px;
    padding: 18px 40px;
    border: none;
    outline: none;
    background-color: #00CA4E;
    color: #ffffff;
}

.main-section .questionDiv .radioSelection {
    display: flex;
    flex-wrap: wrap;
}

.main-section .questionDiv .radioSelection label {
    display: inline-flex;
    align-items: center;
    cursor: pointer;
    font-weight: 500;
    font-size: 20px;
    position: relative;
    width: 300px;
}

input[type="radio"] {
    opacity: 0;
    position: absolute;
    cursor: pointer;
}

.main-section .questionDiv .radioSelection .design {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    outline-offset: 3px;
    outline: 2px solid #BCBCBC;
    margin-right: 16px;
    margin-left: 6px;
}

.main-section .questionDiv .radioSelection input[type="radio"]:checked ~ .design {
    outline-color: #00CA61;
    background: #00CA61;
}

@media (max-width: 568px) {
    .main-section .questionDiv .radioSelection label {
        width: 200px;
    }

    .main-section {
        padding: 24px;
    }

    header {
        padding: 24px
    }

    .mainDiv {
        margin: 0;
    }

    .container {
        padding: 0;
    }
    
}
#idsuccess {
    text-align:center;
    padding:150px 0px;

}

.center {
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 42%;
}

.logoDiv img {
    height: 222px;
}

.logoDiv {
    padding-top: 10px;
}