@font-face {
    font-family: 'Arial Rounded MT Bold';
    font-style: normal;
    font-weight: normal;
    src: local('Arial Rounded MT Bold'), url('ARLRDBD_0.woff') format('woff');
}

:root {
    --wipay-light-blue: 37, 146, 208;
    /*#2592D0*/
    --wipay-light-blue-faded: 210, 234, 247;
    /*#D2EAF7*/
    --wipay-dark-blue: 29, 70, 131;
    /*#1D4683*/
    --wipay-deep-blue: 29, 70, 201;
    /*#1D46C9*/
    --wipay-green-light: 76, 188, 205;
    /*#4CBCCD*/
    --wipay-green-dark: 14, 156, 116;
    /*#0E9C74*/
    --prog-bar-def-blue: 14, 144, 210;
    /*#0E90D2*/
    --prog-bar-enh-blue: 46, 123, 214;
    /*#2E7BD6*/
    --prog-bar-def-bg: 214, 214, 214;
    /*#D6D6D6*/
    --prog-bar-enh-bg: 202, 209, 230;
    /*#CAD1E6*/
    --bs4-def-blue: 21, 115, 251;
    /*#1573FB*/
    --bg-blue: 0, 185, 255, 0.07;

    --width-lx: 720px;
    --width-l2: 700px;
    --width-l1: 315px;
    --height-lx: 700px;
    --height-l2: 390px;
    --height-l1: 250px;
}

.isolate {
    isolation: isolate;
}

a,
a:link,
a:visited,
a:active {
    color: white;
    -webkit-text-decoration-line: underline;
            text-decoration-line: underline;
}

a:hover {
    color: rgba(var(--wipay-dark-blue), 1);
}

.back-icon {
    float:left!important;
    display:inline-flex!important;
    align-items:center!important;
    padding-right:0.5rem!important;
}

.back-icon:hover {
    color: rgba(var(--wipay-dark-blue), 1);
}

#backgrond {
    z-index: -999;
}

body {
    position: relative;
    padding: 0;
    margin: 0;
    font-family: "Poppins";
    background-color: rgba(var(--bg-blue));
    overflow: hidden;
    -webkit-user-select: none;
    -moz-user-select: none;
    -o-user-select: none;
    -ms-user-select: none;
    user-select: none;
    min-width: 360px;
}

.box {
    position: relative;
    background-image: linear-gradient(rgba(var(--wipay-deep-blue), 0.5), transparent);
    box-shadow: 0px 1px 50px rgba(var(--wipay-deep-blue), 0.25);
    border-radius: 1em;
    text-shadow: 0px 4px 8px rgba(var(--wipay-deep-blue), 0.4);
    min-height: 300px;
    max-width: 720px;
}

.box2 {
    position: relative;
    background-image: linear-gradient(rgba(var(--wipay-deep-blue), 0.5), transparent);
    box-shadow: 0px 1px 50px rgba(var(--wipay-deep-blue), 0.25);
    border-radius: 1em;
    text-shadow: 0px 4px 8px rgba(var(--wipay-deep-blue), 0.4);
    max-width: 720px;
}

.btn-link {
    border-top-right-radius: 0.5em;
    border-bottom-right-radius: 0.5em;
    background-color: rgba(var(--wipay-dark-blue), 0.5);
    box-shadow: 0px 4px 8px rgba(var(--wipay-deep-blue), 0.375);
}

.btn-link:hover {
    z-index: 1;
    text-decoration: none;
    border-top-right-radius: 0.5em;
    border-bottom-right-radius: 0.5em;
    background-color: transparent;
    box-shadow: 0 0 0 2px rgba(var(--wipay-dark-blue), 1);
}

.btn-signup {
    max-width: 200px;
    background-color: rgba(var(--wipay-dark-blue), 0.1);
    box-shadow: 0px 4px 8px rgba(var(--wipay-deep-blue), 0.375);
}

.btn-signup:hover {
    background-color: transparent;
}

canvas {
    position: fixed;
    top: 0;
    left: 0;
}

.company-name {
    font-family: 'Arial Rounded MT Bold', sans-serif;
}

.current.inactive::before {
    background-color: rgba(var(--prog-bar-enh-bg), 1) !important;
    border: none !important;
    transition: none !important;
    -webkit-animation: none !important;
    -moz-animation: none !important;
    animation: none !important;
    -webkit-animation-iteration-count: none !important;
    -moz-animation-iteration-count: none !important;
    animation-iteration-count: none !important;
}

.current > .inactive-next,
.current > .inactive-next:hover {
    color: rgba(var(--wipay-dark-blue), 1) !important;
}

.custom-checkbox .custom-control-input:checked ~ .custom-control-label::before {
    background-color: rgba(var(--wipay-dark-blue), 1);
    border: 1px white solid;
    mix-blend-mode: color-dodge;
}

.custom-checkbox .custom-control-input ~ .custom-control-label::before,
.custom-checkbox .custom-control-input:checked ~ .custom-control-label::before,
.custom-checkbox .custom-control-input:checked ~ .custom-control-label::after {
    top: 10%;
}

.effect {
    position: relative;
    align-content: center;
    text-decoration: none !important;
    border-radius: 0.5em;
    overflow: hidden;
    min-width: 120px;
    width: 100%;
    mix-blend-mode: color-dodge;
}

.effect.effect-bw {
    transition: all 0.2s linear 0s;
}

.effect.effect-bw:before {
    /*<*/
    content: "\f053";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: 0%;
    left: 0%;
    height: 100%;
    width: 20%;
    -webkit-transform: scale(0, 1);
    transform: scale(0, 1);
    -webkit-transform-origin: left center;
    transform-origin: left center;
    transition: all 0.2s linear 0s;
}

.effect.effect-bw:hover {
    text-indent: 20%;
}

.effect.effect-bw:hover:before {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    text-indent: 0;
}

.effect.effect-bw.back-btn {
    background-color: rgba(0, 0, 0, 1);
    box-shadow: 0px 4px 8px rgba(var(--wipay-deep-blue), 0.375);
    color: white;
    border-radius: 2em;
    text-transform: uppercase;
}

.effect.effect-bw.back-btn:hover {
    background-color: rgba(0, 0, 0, 0.875);
}

.effect.effect-bw.back-btn:before {
    background-color: rgba(255, 255, 255, 0.125);
    border-radius: 0.25em;
}

.effect.effect-fw {
    transition: all 0.2s linear 0s;
}

.effect.effect-fw:before {
    /*>*/
    content: "\f054";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: 0%;
    left: 80%;
    height: 100%;
    width: 20%;
    background-color: rgba(var(--wipay-light-blue), 0.25);
    -webkit-transform: scale(0, 1);
    transform: scale(0, 1);
    -webkit-transform-origin: right center;
    transform-origin: right center;
    transition: all 0.2s linear 0s;
}

.effect.effect-fw:hover {
    text-indent: -20%;
}

.effect.effect-fw:hover:before {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    text-indent: 0;
}

.effect.effect-fw.btn-signup:hover {
    text-indent: -10%;
}

.effect.effect-fw.login-btn {
    background-color: rgba(var(--wipay-dark-blue), 1);
    box-shadow: 0px 4px 8px rgba(var(--wipay-deep-blue), 0.375);
    color: white;
    margin-top: 10px;
    border-radius: 2em;
    text-transform: uppercase;
}

.effect.effect-fw.login-btn:before {
    content: "\f2f6";
    border-radius: 0.25em;
}

.effect.effect-fw.login-btn:hover {
    background-color: rgba(var(--wipay-dark-blue), 0.875);
}

.effect.effect-fw.next {
    text-transform: uppercase;
}

.effect.effect-fw.reset-btn {
    background-color: rgba(var(--wipay-dark-blue), 1);
    box-shadow: 0px 4px 8px rgba(var(--wipay-deep-blue), 0.375);
    color: white;
    border-radius: 2em;
    text-transform: uppercase;
}

.effect.effect-fw.reset-btn:before {
    content: "\f2f1";
    border-radius: 0.25em;
}

.effect.effect-fw.reset-btn:hover {
    background-color: rgba(var(--wipay-dark-blue), 0.875);
}

#form-area {
    position: relative;
    display: flex;
    align-items: center;
    z-index: 1;
    border-top-right-radius: 1em;
    border-bottom-right-radius: 1em;
    color: white;
}

h3 {
    font-weight: 1000 !important;
    font-size: 25px;
    margin-bottom: 21px;
}

hr {
    margin: calc(1.1% + 15px) 0%;
    height: 1px;
    background-image: linear-gradient(to right, rgba(255,255,255,0.01), white, rgba(255,255,255,0.01));
    text-align: center;
}

.inactive {
    color: rgba(255, 255, 255, 0.55) !important;
}

.inactive:hover {
    color: rgba(var(--wipay-dark-blue), 0.35) !important;
}

.inactive.inactive-next {
    color: rgba(var(--wipay-dark-blue), 0.5) !important;
}

.inactive.inactive-next:hover {
    color: rgba(var(--wipay-dark-blue), 0.65) !important;
}

.inactive-next {
    color: rgba(var(--wipay-dark-blue), 0.35) !important;
}

.inactive-next:hover {
    color: rgba(var(--wipay-dark-blue), 0.6) !important;
}

.input-box,
.input-box:focus {
    position: relative;
    display: block;
    z-index: 3;
    background-color: rgba(255, 255, 255, 0.8);
    border-top-left-radius: 0.5em;
    border-bottom-left-radius: 0.5em;
    -webkit-text-fill-color: rgba(var(--wipay-dark-blue), 1) !important;
}

.input-box::-webkit-input-placeholder {
    -webkit-text-fill-color: rgba(var(--wipay-dark-blue), 0.7) !important;
}

.input-box:focus::-webkit-input-placeholder {
    -webkit-text-fill-color: rgba(var(--wipay-dark-blue), 0.4) !important;
}

label {
    padding-bottom: 7px;
}

.login-chk-bx:hover {
    color: rgba(var(--wipay-dark-blue), 1);
}

#logo {
    position: relative;
    margin: 2.75% auto;
    z-index: 0;
    mix-blend-mode: color-dodge;
}

.logo-img {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

#navbar-area {
    position: relative;
    display: flex;
    align-items: center;
    z-index: 0;
    border-top-left-radius: 1em;
    border-bottom-left-radius: 1em;
    background-image: linear-gradient(to left, rgba(var(--wipay-deep-blue), 0.001), rgba(var(--wipay-deep-blue), 0.35));
}

#navlist {
    width: 100%;
}

.nav-pills > a {
    text-decoration: none;
}

.nav-pills > a:hover {
    background-image: linear-gradient(to left, rgba(var(--prog-bar-enh-bg), 0.001), rgba(var(--prog-bar-enh-bg), 1));
}

.nav-pills > .nav-link.active {
    background-color: transparent;
    background-image: linear-gradient(to left, rgba(var(--wipay-dark-blue), 0.001), rgba(var(--wipay-dark-blue), 1));
    border-left: 2px;
    border-style: ridge;
}

.nav-pills > .nav-link.disabled {
    color: rgba(255, 255, 255, 0.25);
}

.nav-pills > .nav-link.ml-3.active {
    background-color: transparent;
    background-image: linear-gradient(to left, rgba(var(--prog-bar-enh-blue), 0.001), rgba(var(--prog-bar-enh-blue), 1));
}

.nav-pills > .nav-link.active:hover {
    color: rgba(var(--wipay-light-blue-faded), 1);
}

.nav-pills:hover > .nav-link.disabled:hover {
    background-image: linear-gradient(to left, rgba(var(--prog-bar-enh-bg), 0.001), rgba(var(--prog-bar-enh-bg), 0.25));
}

#signup-box {
    position:relative;
    min-width: 100% !important;
    font-weight: normal;
    font-size: 17px;
    font-weight: 500;
    padding: calc(1% + 25px) 0 0 0;
}

.signup-box-area {
    width: 100%;
}

#sign_up_button {
    color: white;
}

small {
    font-size: .8em;
}

small.inputHelp {
    position: relative;
    float: left;
    margin-top: 2px;
    display: none;
}

span[class*="text-"] {
    font-weight: 600;
}

.tx-white {
    color: white;
}

#user-area {
    position: relative;
}

/* =================== */
/* prog-bar BAR STYLES */
/* =================== */
a.prog-bar-link {
    text-decoration: none;
}

.prog-bar {
    width: 100%;
    display: table;
    table-layout: fixed;
    position: relative;
    float: left;
    padding-bottom: 25px;
    z-index: 0;
}

.prog-bar-point {
    z-index: 0;
}

.prog-bar ul {
    display: table-row;
}

.prog-bar ul li {
    background-color: rgba(var(--prog-bar-enh-bg), 1);
    /* Default Bar Color */
    display: table-cell;
    position: relative;
    color: white;
    text-align: left;
    z-index: 0;
    transition: background-color 1s, color 1s;
}

.prog-bar ul li::before {
    content: '';
    width: 40px;
    height: 40px;
    color: white;
    left: -15px;
    top: -12.5px;
    background-color: rgba(var(--prog-bar-enh-bg), 1);
    /* Default Circle Color */
    z-index: -1;
    position: absolute;
    display: table-row;
    transition: background-color 1s, color 1s;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
}

/* CURRENT STEP */
.prog-bar ul li.current {
    display: table;
    width: 100%;
    color: rgba(var(--prog-bar-enh-blue), 1);
    transition: background-color 1s, color 1s;
}

.prog-bar ul li.current::before {
    border: solid 5px rgba(var(--wipay-dark-blue), 1);
    /* Current Step Circle Color */
    background-color: white;
    transition: background-color 1s, color 1s;
    -webkit-animation: pulse 2s ease-out;
    -moz-animation: pulse 2s ease-out;
    animation: pulse 2s ease-out;
    -webkit-animation-iteration-count: infinite;
    -moz-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
}

/* COMPLETED STEPS */
.prog-bar ul li.complete {
    background-color: rgba(var(--prog-bar-enh-blue), 1);
    /* Completed Step Bar Color */
    transition: background-color 1s, color 1s;

}

.prog-bar ul li.complete::before {
    background-color: rgba(var(--prog-bar-enh-blue), 1);
    /* Completed Step Circle Color */
    transition: background-color 1s, color 1s;

}

/* REMOVE FIRST STEP COLOR BAR LINE */
.prog-bar ul li:last-of-type {
    background-color: transparent;
}

.prog-bar ul li.current:last-of-type,
.prog-bar ul li.complete:last-of-type {
    background-color: transparent;

}

.prog-bar ul li.current a.prog-bar-link {
    color: rgba(var(--wipay-dark-blue), 1);
}

.prog-bar ul li.current.inactive a.prog-bar-link {
    color: rgba(var(--wipay-dark-blue), 0.45) !important;
}

.prog-bar ul li.current.inactive a.prog-bar-link:hover {
    color: rgba(var(--wipay-dark-blue), 0.6) !important;
}

@-webkit-keyframes pulse {
    0% {
        -webkit-transform: scale(1, 1);
    }

    50% {
        -webkit-transform: scale(1.25, 1.25);
    }

    100% {
        -webkit-transform: scale(1, 1);
    }
}

@-keyframes pulse {
    0% {
        transform: scale(1, 1);
    }

    50% {
        transform: scale(1.25, 1.25);
    }

    100% {
        transform: scale(1, 1);
    }
}

/* Safari 7.1+ specific fixes */
_::-webkit-full-page-media, _:future, :root .safari_only.custom-checkbox .custom-control-input:checked ~ .custom-control-label::before,
_::-webkit-full-page-media, _:future, :root .safari_only {
    mix-blend-mode: normal !important;
}

_::-webkit-full-page-media, _:future, :root .safari_box {
    background-image: linear-gradient(rgba(var(--wipay-deep-blue), 0.6), rgba(var(--wipay-deep-blue), 0.01)) !important;
    box-shadow: 0px 1px 50px #A6B6E9 !important;
    text-shadow: 0px 4px 8px #708ADC !important;
}

_::-webkit-full-page-media, _:future, :root .safari_btn {
    mix-blend-mode: normal !important;
    box-shadow: 0px 4px 8px #7A92DF !important;
}

body {
    -webkit-font-smoothing: subpixel-antialiased;
}
