﻿*,
*::before,
*::after {
  box-sizing: border-box;
}
  @import url("https://use.typekit.net/hmg2gjy.css");



html {
   font-family: montserrat, sans-serif;
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -ms-overflow-style: scrollbar;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
body
{
  margin: 0;
font-family: montserrat, sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 1.5;
  color: #fff;
  text-align: left;
  background-color: #062059;
}
a{
    color: inherit;
}
a:hover{
    color: #bd1b20;
}
input[type="submit"].upload-receipt-btn
{
    background-image: url(../Images/btn_upload.png);
    background-position: 0 0;
    background-repeat: no-repeat;
    background-size: 135px 34px;
    background-color: transparent;
    display: inline-block;
    width: 135px;
    height: 34px;
    float: left;
    margin-left: 0;
    cursor: pointer;
    overflow: hidden;
    position: absolute;
    border: none;
    outline: none;
    color: transparent;
}

input[type="file"] {
    display: none;
}
.custom-file-upload {
    background-color: #bd1b20;
    border-radius: 2px;
    display: inline-block;
    padding: 0.5rem 1rem;
    cursor: pointer;
    color: #FFFFFF;
    font-size: 1.25rem;
    font-family: montserrat, sans-serif;
    line-height: 1.5;
    font-size: 24px;
    background: #f2706a!important;
    color: #fff;
    font-size: 30px;
    padding: 5px 50px;
    border-radius: 0;
    font-weight: 600;
}
  .custom-file-upload:hover {
    opacity: 0.8;
}
#divProcessingLoader{
    text-align: center;
}
.loader {
  border: 5px solid #f3f3f3;
  border-radius: 50%;
  border-top: 5px solid #bd1b20;
  width: 20px;
  height: 20px;
  -webkit-animation: spin 2s linear infinite; /* Safari */
  animation: spin 2s linear infinite;
  margin: .25rem auto;
}

/* Safari */
@-webkit-keyframes spin {
  0% { -webkit-transform: rotate(0deg); }
  100% { -webkit-transform: rotate(360deg); }
}

@keyframes spin {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}

/* aligining upload button in center*/
.container_btn
{
    width: 45%;
    margin: 10px auto;
}
.container_btn .submit_btn_form
{
    margin-top: 0px;
    text-align: center;
}

.error
{
    font-size: 13px;
    color: #ff0000;
}
.myclass
{
    text-align: center;
    margin: 0 auto;
    max-width: 300px;
}
.myclass a
{
    text-decoration: underline;
    color: #3b87c0;
    white-space: nowrap;
}


* .file_button_container input[type="file"]
{
    
}
@media all and (max-width:320px)
{
    
}

/* Styling Thanks Page and error page */
h1, h2, h3, h4, h5, h6{
    color: #2db0df;font-weight:600
}
.external-link{
    color: #232e66;
    text-decoration: none;
}
.external-link:hover{
    color: #232e66;
    text-decoration: underline;
}

.upload-label{
 text-align: center;
    margin: 0.5rem;
    color: #2db0df;
    font-size: 30px;
    font-weight: 500;
}
    .upload-label span {
    color:#fff}
@media (max-width: 576px) {
      body {
    font-size: 18px;
}
      .custom-file-upload {font-size:22px}
    .container_btn
    {
        width: 90%;
    }
}