﻿ 
a {
  color: #0366d6;
}
  #logo{
      width:72px;
  }
html {
  font-size: 14px;
}
@media (min-width: 768px) {
  html {
    font-size: 16px;
  }
 
}
@media (max-width: 540px) {
 
    #logo {
        width: 54px;
    }
}
.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;
  min-width:320px;
}
.footer {
  position: absolute;
  bottom: 0;
  width: 100%;
  white-space: nowrap;
  line-height: 40px; /* Vertically center the text there */
}
.input-validation-error{
    border:1px solid red;
}
.field-validation-error {
    color:red;
}

#loader{
    left:0;
    top:0;
    height:100%;
    width:100%;
    background-color:#fff;
    background-color:rgba(255,255,255,0.85);
    background-image:url('../images/loader.gif');
    background-position:center;
    background-repeat:no-repeat;
    display:none;
}
h3{
    text-align:center;
}

#process{
    position:relative;
    height:32px;
}
#process div {
    display: block;
    position: absolute;
    width: 20%;
    height: 32px;
    top: 0;
    text-align: center;
}
 
#process div:nth-child(5n+1){left:0%; }
#process div:nth-child(5n+2){ left:50%;}
#process div.active:before{box-shadow:0 0 0 2px #23aa19}
#process div.success:before {
    background: #26d019;
    content:"✓";
}
#process div:before{
    content:"";
    display:block;
    width:28px;
    height:28px;
    border-radius:50%;
    background:#efefef;
    position:absolute;
    left:calc(50% - 12px);
    border:2px solid #fff;
    z-index:100;
    text-align:center;
    color:#fff;
}
#process div:after{
    content:"";
    display:block;
    width:calc(100% - 28px);
    height:4px;
    background:#efefef;
    position:absolute;
    left:calc(100% - 21px);
    top:12px;
}
#process div:last-child::after{
    display:none;
}

#process-title {
    display: block;
    position: relative;
    height: 40px;
    font-size: 0.75em;
}
#process-title div{
    display: block;
    position: absolute;
    width:20%;
    height:36px;
    top:0;
    text-align:center;
}
 
#process-title div:nth-child(2n+1){left:0%; }
#process-title div:nth-child(2n+2){ left:50%;}
