body{
  margin:0px;
  font-family:"montserrat","HelveticaNeue","Helvetica Neue","Helvetica-Neue", Helvetica,Arial,sans-serif;
  
}

.bg-light{
  background-color:#E1E5EA!important;
}

form#reportIDForm label.error{
  display: none;
}

input::placeholder {
  font-size: 14px;
}

label.error{
  color:red;
  font-size: 12px;
}


.headTitle{
  color:#393838;
  font-size: 35px;
  margin-top:10px;
  margin-bottom:10px;
}

.swal-footer {
background-color: rgb(245, 248, 250);
margin-top: 32px;
border-top: 1px solid #E9EEF1;
overflow: hidden;
}

.swal-overlay {
background-color: rgba(47, 8, 60, 0.8);
}

.text-muted{
  color:#ffffff!important;
  padding-top:20px;
  text-align: center;
  font-size:12px;
}

.footer {
  background-color: #00ABBB;
  padding:10px;
  position: absolute;
  width: 100%;
}

.headerTitle{
  font-size:2.5rem;
  font-weight:bold;
}

.lead{
  font-weight:600;
}

footer a{
  color:#E9ECEF;
}

footer a:hover {
  color:#E9ECEF;
  text-decoration:none;
}

.container{
  max-width: 1240px;
}

.attachment-block{
  color:#fff;
  background-color: #00ABBB;
  padding:20px;
  margin-bottom: 20px;
}

.page-view{
  margin-bottom: -3rem;
  background-color: #e9ecef;
  width: 100%;
  padding: 3% 25px;  
  text-align: center; 
  font-size: 36px; 
  position: relative;
}

.page-view:after{
  content:"";
  border-left: 99.58vw solid #d12c31;
  border-top: 50px solid transparent;
  border-bottom: 43px solid transparent;
  bottom: -43px;
  position: absolute;
  left: -10px; 
}

.btnSubmit{
color:#fff;
background-color:#EB262C;
border-color:#d12c31;
}

.btnSubmit:hover{
background-color:#d12c31;
color:#fff;
}
.security-seals{
width: 100%;
background-color:#CBCBCB;
padding: 10px 0;
text-align: center;
}

.formClass{
  background: rgba(255,255,255,1);
  padding:20px;
  border-radius: 10px;
}

.has-form{
  background-color: #f5f8fa;
  color:#33475b;
  font-size: 1rem;
  line-height: 1.375;
  border-radius:.2975rem;
  min-height: 2.8rem;
}


.applihas-form{
  color:#33475b;
  font-size: 1rem;
  line-height: 1.375;
  border-radius:.2975rem;
  min-height: 2.8rem;
}
