﻿#outerWrap {
    position: relative;
    z-index: 0;
    background-color: transparent;
    height: 80vh;
    width: 100%;
}

#layer1 {
    position: absolute;
    z-index: 1;
    background-color: transparent;
    height: 80vh;
    width: 100%;
    top: 0px;
    left: 0px;
}
#grayDiv {
    font-family: PTSansRegular,Arial,Helvetica,sans-serif;
    color: #50586b;
    font-size: 15px;
    padding-top: 80px;
    padding-right: 75px;
    padding-bottom: 30px;
    padding-left: 75px;
    background-color: #efeee8;
    text-align: justify;
}
#grayDiv h1 {
    font-size: 38px;
    font-family: "Open Sans", Arial, Helvetica, sans-serif;
    font-weight: 700;
    line-height: 1.53;
    margin-bottom: 31px;
}
#grayDiv p {
    margin-bottom: 20px;
    line-height: 2;
}
.square-icon {
    fill: #50586b;
    height: 12px;
}
.square-item {
    font-weight: 700;
    line-height: 1.63;
    font-size: 16px;
    padding-left: 2px;
}
input {
    width: 100%;
}
.container form div.form-group {
    padding: 0px 15px ;
}
.required-icon{
    font-size: .6em;
    top: -2px;
    padding-right: 2px;
}
#icon-money {
    height: 1.3em;
    width: 1.3em;
}
.card-header {
    font-size: 18px;
    line-height: 1.33;
    color: rgb(51, 51, 51);
}
.form-check-inline input {
    width: auto;
}
.panel-body{
    padding-bottom:0px;
}
.input-group-sm label{
    font-weight: bold;
}
.form-check-inline label{
    font-weight: normal;
}
.text-danger {
    color: #a94442!important;
    font-size: 13px;
}
.text-danger span::before {
    font-family: FontAwesome;
    content: "\f071";
}
.text-danger span::before(2) {
    content: " ";
}

#spanPdf {
    display: block;
    color: rgb(153, 153, 153);
    font-style: italic !important;
    font-size: smaller;
    padding-top: 8px;
    padding-bottom: 8px;
}
#spanQa {
    display: block;
    color: rgb(153, 153, 153);
    font-style: italic !important;
    font-size: smaller;
    padding-top: 8px;
    padding-bottom: 8px;
    font-weight: bold !important;
}
.btn-danger{
    width: 100%;
    margin-top:15px;
}
#star-icon {
    height: 12px;
    width: 12px;
    margin-top: -6px;
    fill: #212529;
}
.card-body{
    padding-bottom:0;
}
/*#grayDiv h1 {
    font-size: 38px;
    font-weight: 700;
    width: 100%;
    text-align: center;
    line-height: 1.53;
    margin-top: 0em;
    margin-bottom: .35em;
    margin: 0 0 20px;
    margin-block-start: 0.83em;
    margin-block-end: 0.83em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
}*/
#grayDiv a{
    color: inherit;
}
#grayDiv a:hover {
    color: rgb(225, 7, 7);
}
@media only screen and (max-device-width: 800px) {
    #outerWrap {
        height: 60vh;
    }

    #layer1 {
        height: 60vh;
    }
}
