.overlay {
    position: fixed;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: rgba(51,51,51,0.7);
    z-index: 10;
}

.content-body{
    padding: 2vh 2vh;
}

.border-orange {
    border-color: #f5913d !important;
}

.bg-orange {
    background: #f5913d;
    border: #fff;
    color: #fff;
    justify-content: center !important;
    text-align: center;
    display: inline-block;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    box-sizing: inherit;
    line-height: 1.5;
}


.bg-orange-fixed-bottom {
    background: #f5913d;
    border: #fff;
    color: #fff;
    justify-content: center !important;
    text-align: center;
    display: inline-block;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    box-sizing: inherit;
    line-height: 1.5;
    position: fixed;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1030;
}

.text-nav {
    color: #000;
    font-size: 14px;
    font-weight: 300;
    font-family: Poppins;
    display: inline-block;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
}

.fullscreen {
    height: 100vh;
    width: 100%;
}

.fee-nominal {
    font-size: 70px;
    font-size: 7vm; /* IE9 fallback */
    font-size: 7vmin;
    font-weight: bolder;
}

.fee-reseller {
    font-size: 30px;
    font-size: 3vm; /* IE9 fallback */
    font-size: 3vmin;
}

.fee-code {
    font-size: 20px;
    font-size: 2vm; /* IE9 fallback */
    font-size: 2vmin;
}

/* Responsive Scaling */
#wrap {
    position: relative;
    width: 100%;
    height: 100vh;
    margin: 0 auto;
}

#outer {
    position: relative;
    width: 100%;
    height: 100vh;
    overflow: hidden;
}

#content {
    margin: 1vh 0;
}
    

#content-form{
    border: solid 0.3vh rgba(0, 0, 0, 0.125);
    height: 24vh;
}

#header img{
    height: 8vh;
    padding: 1vh;
}

#header span{
    font-size: 3px;
    font-size: 3vm; /* IE9 fallback */
    font-size: 3vmin;
    padding: 3vh 1vh 0 1vh ; 
    color: #4C4C50; 
}

#footer span{
    font-size: 2px;
    font-size: 2vm; /* IE9 fallback */
    font-size: 2vmin;
    padding: 1vh 1vh; 
    color: #4C4C50; 
}