[x-cloak] {
    display: none !important;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

input[type="number"] {
    -moz-appearance: textfield;
}

.submit-btn-loading {
    position: relative
}

.pointer-events-none {
    pointer-events: none !important;
}

.submit-btn-spinner {
    content: "";
    position: absolute;
    width: 26px;
    height: 26px;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    border: 4px solid rgba(255,255,255,.5);
    border-top-color: #fff;
    border-radius: 50%;
    -webkit-animation: button-loading-spinner 1s ease infinite;
    animation: button-loading-spinner 1s ease infinite
}

@-webkit-keyframes button-loading-spinner {
    from {
        -webkit-transform: rotate(0turn);
        transform: rotate(0turn)
    }

    to {
        -webkit-transform: rotate(1turn);
        transform: rotate(1turn)
    }
}

@keyframes button-loading-spinner {
    from {
        -webkit-transform: rotate(0turn);
        transform: rotate(0turn)
    }

    to {
        -webkit-transform: rotate(1turn);
        transform: rotate(1turn)
    }
}

.form-loading-cover {
    opacity: 0;
    background: #93939333;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    z-index: 100
}

.main-form-loading {
    position: relative
}

.ed-icon-lg {
    font-size: 1.33333em;
    line-height: 0.75em;
    vertical-align: -0.0667em;
}

.ed-icon-xs {
    font-size: 0.75em;
}

.ed-icon-sm {
    font-size: 0.875em;
}

.ed-icon-1x {
    font-size: 1em;
}

.ed-icon-2x {
    font-size: 2em;
}

.ed-icon-3x {
    font-size: 3em;
}

.ed-icon-4x {
    font-size: 4em;
}

.ed-icon-5x {
    font-size: 5em;
}

.ed-icon-6x {
    font-size: 6em;
}

.ed-icon-7x {
    font-size: 7em;
}

.ed-icon-8x {
    font-size: 8em;
}

.ed-icon-9x {
    font-size: 9em;
}

.ed-icon-10x {
    font-size: 10em;
}

.ed-icon-fw {
    text-align: center;
    width: 1.25em;
}

.ed-icon-border {
    border: solid 0.08em #eee;
    border-radius: 0.1em;
    padding: 0.2em 0.25em 0.15em;
}

.ed-icon-pull-left {
    float: left;
}

.ed-icon-pull-right {
    float: right;
}

.ed-icon.ed-icon-pull-left {
    margin-right: 0.3em;
}

.ed-icon.ed-icon-pull-right {
    margin-left: 0.3em;
}

.ed-icon-right {
    margin-right: 0;
}

.ed-icon-left {
    margin-left: 0;
}

body {
    transition: opacity ease-in 0.2s;
}

.header {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 0 0 .5rem;
}

@media (max-width:480px) {
    .header {
        text-align: center;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
}

.header h1 {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
    text-indent: 200%;
    white-space: nowrap;
}

.logo {
    margin-top: .5rem;
    margin-right: .6rem;
    width: 16rem;
    height: 4rem;
}

@media (max-width:767px) {
    .logo {
        height: 3.8rem;
        width: 14rem;
        margin-right: .2rem;
    }
}

.logo img {
    width: 100%;
    height: auto;
}

@media (max-width:480px) {
    .logo img {
        width: auto;
        height: 4rem;
    }
}

.referrerApp {
    color: #4A4A4A;
    font-size: .8rem;
    text-align: right;
}

@media (max-width:480px) {
    .referrerApp {
        text-align: left;
        margin: .5rem 0;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        width: 100%;
        background: #f1f2f3;
        border-radius: 8px;
        padding: .5rem .8rem;
    }
}

.referrerApp img {
    width: auto;
    height: 2.5rem;
    margin-bottom: .1rem;
}

@media (max-width:480px) {
    .referrerApp img {
        height: 2rem;
        margin: 0;
        display: none;
    }
}

.referrerApp p {
    display: block;
    word-break: break-all;
    font-weight: 600;
    color: #000;
    margin: 0;
    padding: 0;
    letter-spacing: .5px;
}

.referrerApp span {
    display: block;
    letter-spacing: .5px;
    font-weight: 400;
    color: #4A4A4A;
    font-size: .7rem;
}

.menu {
    display: block;
    width: 100%;
    position: relative;
    margin: .3rem 0 .8rem 0;
}

@media (max-width:480px) {
    .menu {
        display: none;
    }
}

.menu ul {
    margin: 0 0 .6rem 0;
    padding: 0;
    list-style-type: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    background: #fff;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.menu ul li {
    text-align: center;
    margin-bottom: 4px;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
}

.menu ul li #other_logins_btn,
.menu ul li a {
    color: #6A6A6A;
    position: relative;
    overflow: hidden;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-right: .6rem;
    font-size: .85rem;
    text-align: center;
    height: 100%;
    padding: .75rem .5rem;
    font-weight: 600;
    border: 1px solid #DDD;
    border-radius: .5rem;
    -webkit-box-shadow: .125rem .25rem .5rem rgba(0, 0, 0, .1);
    box-shadow: .125rem .25rem .5rem rgba(0, 0, 0, .1);
}

.menu ul li #other_logins_btn:focus,
.menu ul li #other_logins_btn:hover,
.menu ul li a:focus,
.menu ul li a:hover {
    color: #0071BC;
    background: #fff;
    -webkit-box-shadow: .125rem .3rem .6rem rgba(0, 0, 0, .2);
    box-shadow: .125rem .3rem .6rem rgba(0, 0, 0, .2);
}

.menu ul li:last-child a {
    margin-right: 0;
}

.menu-dropdown-wrapper {
    width: 100%;
    z-index: 10;
    display: none;
    background: #fff;
    font-size: 1rem;
    font-weight: 600;
    position: relative;
}

@media (max-width:480px) {
    .menu-dropdown-wrapper {
        display: block;
    }
}

.menu-dropdown-wrapper button.selected {
    -webkit-box-shadow: .125rem .25rem .5rem rgba(0, 0, 0, .15);
    box-shadow: .125rem .25rem .5rem rgba(0, 0, 0, .15);
    border: 2px solid #0071BC;
    text-align: left;
    width: 100%;
    color: #0071BC;
    background: #fff;
    padding: .75rem;
    display: block;
    border-radius: .5rem;
    -webkit-transition: all .3s ease-out;
    -o-transition: all .3s ease-out;
    transition: all .3s ease-out;
}

.menu-dropdown-wrapper button.selected:after {
    content: "";
    width: 0;
    height: 0;
    position: absolute;
    top: 50%;
    right: 15px;
    margin-top: -3px;
    border-width: 6px 6px 0 6px;
    border-style: solid;
    border-color: #0071BC transparent;
}

.menu-dropdown-list {
    position: absolute;
    display: none;
    top: 48px;
    left: 5px;
    right: 5px;
    background: #fff !important;
    border: 1px solid #CCC;
    -webkit-box-shadow: .125rem .25rem .5rem rgba(0, 0, 0, .15);
    box-shadow: .125rem .25rem .5rem rgba(0, 0, 0, .15);
    border-radius: 8px;
    -webkit-transition: all .3s ease-out;
    -o-transition: all .3s ease-out;
    transition: all .3s ease-out;
    max-height: 0;
}

.menu-dropdown-list li {
    margin: 0 !important;
    padding: 0;
    list-style-type: none;
}

.menu-dropdown-list li a {
    color: #6A6A6A !important;
    display: block;
    width: 100%;
    padding: 15px !important;
    font-weight: 600 !important;
    border-bottom: 1px solid #CCC !important;
}

.menu-dropdown-list li a:hover {
    color: #0071BC !important;
}

.submenu-dropdown {
    position: relative;
}

.submenu-dropdown #other_logins_btn {
    cursor: pointer;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    width: 100%;
    background-color: transparent;
    padding-right: 1.2rem !important;
}

.submenu-dropdown #other_logins_btn:after {
    content: "";
    width: 0;
    height: 0;
    position: absolute;
    top: 50%;
    right: 10px;
    margin-top: -3px;
    border-width: 6px 6px 0 6px;
    border-style: solid;
    border-color: #6A6A6A transparent;
}

.submenu-dropdown a {
    padding: .75rem 1rem .75rem .5rem;
}

.submenu-dropdown .submenu {
    display: none !important;
}

.submenu-dropdown .submenu li a:focus {
    color: #0071BC !important;
    background: #fff;
    -webkit-box-shadow: .125rem .3rem .6rem rgba(0, 0, 0, .2);
    box-shadow: .125rem .3rem .6rem rgba(0, 0, 0, .2);
}

.submenu {
    left: auto;
    right: 0;
    width: 100%;
    max-height: inherit;
    z-index: 9;
    overflow: hidden;
}

.submenu li {
    text-align: left !important;
    display: block;
}

.submenu li a {
    border-radius: unset !important;
    border-top: 0 !important;
    border-right: 0 !important;
    border-left: 0 !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
}

@media (max-width:480px) {
    .submenu {
        display: none;
    }
}

*,
::after,
::before {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

* {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-rendering: optimizeLegibility;
    -webkit-tap-highlight-color: transparent;
    -webkit-text-size-adjust: none;
}

html {
    font-family: sans-serif;
    line-height: 1.15;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    -ms-overflow-style: scrollbar;
    -webkit-tap-highlight-color: transparent;
    width: 100%;
    height: 100%;
    position: relative;
    margin: 0;
    padding: 0;
    font-size: 16px;
}

body {
    margin: 0;
    padding: 0;
    font-family: Arimo, sans-serif;
    min-height: 100%;
    line-height: initial;
    height: 100%;
    color: #4A4A4A;
    background: #fff;
    background: -o-linear-gradient(310deg, #fff 0, #e8eaeb 86%);
    background: linear-gradient(140deg, #fff 0, #e8eaeb 86%);
    background-repeat: no-repeat;
    background-attachment: fixed;
    -webkit-font-smoothing: antialiased;
}

footer,
header,
main,
nav,
section {
    display: block;
}

h1,
h2 {
    margin-top: 0;
    margin-bottom: .5rem;
}

p {
    margin-top: 0;
    margin-bottom: .5rem;
}

a {
    color: #4A4A4A;
    text-decoration: none;
}

a:focus,
a:hover {
    color: #0071BC;
}

a:focus,
button:focus {
    outline: 0;
}

img {
    vertical-align: middle;
}

h1 {
    font-size: 1.6rem;
    font-weight: 600;
    color: #0071BC;
}

h2 {
    font-size: 1.4rem;
    font-weight: 600;
}

button,
input {
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
}

* {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

input[type=number] {
    -moz-appearance: textfield;
}

.sr-only,
.visuallyhidden {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px !important;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px !important;
}

.hide {
    display: none !important;
}

.center-item {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
}

.end-item {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: end;
}

.keyboard,
.keypad {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    position: absolute;
    -webkit-box-shadow: 0 4px 12px 0 rgba(0, 0, 0, .25);
    box-shadow: 0 4px 12px 0 rgba(0, 0, 0, .25);
    top: 24px;
    left: 5px;
    background-color: #f7f8f9;
    z-index: 5;
    padding: 5px;
    border-radius: 8px;
}

.keyboard *,
.keypad * {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.error {
    background: #fff5f5;
    border: 1px solid #dc1b28;
}

.alert {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    font-size: .85rem;
    border-radius: .5rem;
    width: 100%;
    margin: 1rem 0;
    overflow: hidden;
}

.form-error .form-control {
    color: #dc1b28 !important;
    border: 1px solid #dc1b28 !important;
}

.form-error .form-note {
    color: #dc1b28 !important;
}

.form-note {
    font-size: .85rem;
    display: inline-block;
    width: 100%;
    color: #707070;
    margin-top: .4rem;
    line-height: 1rem;
}

.form-note:before {
    clear: both;
    content: " ";
    display: table;
}

@media (max-width:480px) {
    .secondKeypad {
        right: -60px !important;
    }
}

.keyboard .keyboard-row,
.keypad .keypad-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: nowrap row;
    flex-flow: nowrap row;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.keyboard .keyboard-key,
.keypad .keypad-key {
    font-weight: 700;
    font-size: .9rem;
    width: 40px;
    padding: 8px;
    background-color: #fff;
    color: #000;
    margin: 3px;
    border: 1px solid #DDD;
    border-radius: 4px;
    text-align: center;
    line-height: 1rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    cursor: pointer;
}

.keyboard .keyboard-key.double,
.keypad .keypad-key.double {
    width: 86px;
}

.keyboard .keyboard-key.triple,
.keypad .keypad-key.triple {
    width: 126px;
}

.keyboard .keyboard-key:focus,
.keyboard .keyboard-key:hover,
.keypad .keypad-key:focus,
.keypad .keypad-key:hover {
    color: #0071BC;
    border: 1px solid #CCC;
}

.keyboard .keyboard-key {
    width: 26px;
}

.keyboard .keyboard-key.double {
    width: 58px;
}

.keyboard .arrow {
    margin: 2px;
    display: inline-block;
    height: 12px;
    position: relative;
    width: 12px;
    -ms-transform: rotate(225deg);
    -webkit-transform: rotate(225deg);
    transform: rotate(225deg);
}

.keyboard .arrow::after {
    border-bottom-style: solid;
    border-bottom-width: 2px;
    border-right-style: solid;
    border-right-width: 2px;
    content: "";
    display: inline-block;
    height: 12px;
    left: 0;
    position: absolute;
    top: 0;
    width: 12px;
    border-color: #000;
}

.keyboard .arrow-bar::before {
    bottom: 1px;
    content: "";
    height: 16px;
    position: absolute;
    right: 0;
    -webkit-transform-origin: bottom;
    -ms-transform-origin: bottom;
    transform-origin: bottom;
    width: 2px;
    -ms-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    background-color: #000;
}

.edkicon-keyboard:before {
    font-family: edkicon;
    display: inline-block;
    vertical-align: middle;
    line-height: 1;
    font-weight: 400;
    font-style: normal;
    speak: none;
    text-decoration: inherit;
    text-transform: none;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\f11e";
}

.edkicon-visible-off:before {
    font-family: edkicon;
    display: inline-block;
    vertical-align: middle;
    line-height: 1;
    font-weight: 400;
    font-style: normal;
    speak: none;
    text-decoration: inherit;
    text-transform: none;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\f133";
}

.edkicon-visible:before {
    font-family: edkicon;
    display: inline-block;
    vertical-align: middle;
    line-height: 1;
    font-weight: 400;
    font-style: normal;
    speak: none;
    text-decoration: inherit;
    text-transform: none;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\f134";
}

.wrapper {
    margin: 0;
    padding: 0;
    width: 100%;
    min-height: calc(100vh - 3.625rem);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
}

@media (max-width:767px) {
    .wrapper {
        min-height: calc(100vh - 4.375rem);
    }
}

.container {
    position: relative;
    width: 780px;
    height: auto;
    padding: 1.2rem 2rem;
    border-radius: 8px;
    background: #fff;
    -webkit-box-shadow: rgba(0, 0, 0, .25) 0 25px 50px -12px;
    box-shadow: rgba(0, 0, 0, .25) 0 25px 50px -12px;
    margin: 1.5rem .6rem;
}

@media (max-width:767px) {
    .container {
        width: 90% !important;
        padding: .3rem 1.4rem .5rem;
        margin: 1rem .6rem;
    }
}

.content {
    display: block;
    padding: 1rem 1.3rem;
    border-top: 2px solid #EEE;
}

@media (max-width:480px) {
    .content {
        border-top: none;
        padding: 1rem 0;
    }
}

.content p {
    font-size: .9rem;
    line-height: 1.3rem;
    margin-bottom: 1rem;
    color: #30363a;
}

.content p a {
    color: #0071BC;
    font-weight: 600;
}

.content p a:hover {
    color: #0071BC;
}

.content p a:focus {
    color: #000;
}

.content form {
    width: 85%;
    margin: 0 auto;
}

@media (max-width:480px) {
    .content form {
        width: 100% !important;
    }
}

@media (min-width:481px) and (max-width:767px) {
    .content form {
        width: 100% !important;
    }
}

.content fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}

.form-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    position: relative;
    border-bottom: 0;
    padding: .8rem 0;
}

@media (max-width:480px) {
    .form-row {
        display: block;
        padding: .25rem 0;
    }
}

.form-row:before {
    clear: both;
}

.form-row:after {
    content: " ";
    display: table;
    clear: both;
}

@media (max-width:480px) {
    .form-row.end-item {
        text-align: right;
        margin: 1rem .6rem;
    }
}

.form-row label:not(.edui-date *) {
    display: inline-block;
    font-weight: 600;
    line-height: 1.3rem;
    padding-top: .6rem;
    font-size: .9rem;
    width: 25%;
    word-break: break-word;
    overflow-wrap: break-word;
    -ms-hyphens: auto;
    hyphens: auto;
    float: left;
    position: relative;
}

@media (max-width:480px) {
    .form-row label:not(.edui-date *) {
        padding-left: 1rem;
        padding-top: .2rem;
        width: 100%;
    }
}

legend {
    font-weight: 600;
    font-size: 1.2rem;
    color: #000;
}

.form-field {
    display: inline-block;
    width: 75%;
    position: relative;
    padding-left: .3rem;
}

@media (max-width:480px) {
    .form-field {
        width: 100%;
        padding: 0;
        margin-top: .2rem;
    }
}

.form-warning {
    font-size: .85rem;
    display: inline-block;
    width: 100%;
    color: #000;
    margin-top: .5rem;
    line-height: 1rem;
}

.form-note {
    font-size: .85rem;
    display: inline-block;
    width: 100%;
    color: #707070;
    margin-top: .4rem;
    line-height: 1rem;
}

.form-note a {
    color: #0071BC;
    font-weight: 600;
    font-style: italic;
}

.form-note a:hover {
    color: #0071BC;
}

.form-note:before {
    clear: both;
    content: " ";
    display: table;
}

.form-control {
    background-color: #fff;
    font-size: 1.1rem;
    font-weight: 600;
    color: #000;
    padding: 5px 10px;
    border: 1px solid #a5a9b1;
    width: 100%;
    height: 2.8125rem;
    display: inline-block;
    vertical-align: bottom;
    border-radius: .5rem;
    float: left;
}

@media (max-width:480px) {
    .form-control {
        width: 100%;
        margin-bottom: 5px;
    }
}

input:focus:not(.error) {
    -webkit-box-shadow: 0 .125rem .25rem 0 rgba(0, 0, 0, .15);
    box-shadow: 0 .125rem .25rem 0 rgba(0, 0, 0, .15);
    background: #f8f8f8;
}

.enforced::before {
    content: "*";
    position: absolute;
    left: -.8rem;
    top: .6rem;
    color: #999;
    padding-right: .2rem;
}

@media (max-width:480px) {
    .enforced::before {
        left: .2rem;
        top: .4rem;
    }
}

.btn {
    cursor: pointer;
    height: 2.8125rem;
    line-height: 2.8125rem;
    display: inline-block;
    padding: 0 35px;
    font-weight: 600;
    font-size: 1rem;
    text-align: center;
    margin: .6rem;
    color: #6A6A6A;
    background: #f4f4f4;
    background: -o-linear-gradient(330deg, #f4f4f4 0, #d6d6d6 100%);
    background: linear-gradient(120deg, #f4f4f4 0, #d6d6d6 100%);
    -webkit-box-shadow: 0 2px 8px 0 rgba(0, 0, 0, .15);
    box-shadow: 0 2px 8px 0 rgba(0, 0, 0, .15);
    border-radius: 2rem;
    border: 1px solid #DDD;
}

@media (max-width:480px) {
    .btn {
        display: block;
        width: 100%;
        margin: .5rem 0 .8rem;
    }
}

.btn:focus,
.btn:hover {
    background: -o-linear-gradient(330deg, #eee 0, #d1d1d1 100%);
    background: linear-gradient(120deg, #eee 0, #d1d1d1 100%);
    color: #000;
}

.btn:focus {
    outline: 2px solid #CCC;
    outline-offset: -2px;
}

.forgot-pass {
    color: #0071BC;
    text-decoration: underline;
    font-weight: 600;
    line-height: 1.125rem;
    font-size: .95rem;
}

.forgot-pass:focus,
.forgot-pass:hover {
    color: #0071BC;
}

@media (min-width:768px) {
    .btn-cancel {
        padding: 0 45px;
    }
}

@media (min-width:481px) and (max-width:767px) {
    .btn-cancel {
        padding: 0 30px;
    }
}

@media (max-width:480px) {
    .btn-cancel {
        width: 34%;
        margin-right: 2%;
        display: inline-block;
        padding: 0 15px;
    }
}

.btn-send {
    width: 20rem;
    background: #338ad6;
    background: -o-linear-gradient(330deg, #338ad6 0, #045ead 80%);
    background: linear-gradient(120deg, #338ad6 0, #045ead 80%);
    color: #FFF;
    border: none;
    border-radius: 2rem;
    background-position: center;
    -webkit-transition: background .8s;
    -o-transition: background .8s;
    transition: background .8s;
}

@media (max-width:480px) {
    .btn-send {
        width: 62% !important;
        display: inline-block;
        padding: 0 15px;
    }
}

@media (min-width:481px) and (max-width:767px) {
    .btn-send {
        width: 14rem;
    }
}

.btn-send:focus,
.btn-send:hover {
    background: -o-linear-gradient(310deg, #338ad6 30%, #045ead 70%);
    background: linear-gradient(140deg, #338ad6 30%, #045ead 70%);
    color: #FFF;
    -webkit-box-shadow: 0 4px 12px 0 rgba(0, 0, 0, .25);
    box-shadow: 0 4px 12px 0 rgba(0, 0, 0, .25);
}

.btn-send:focus {
    outline: 2px solid #045ead;
    outline-offset: -2px;
}

button:disabled {
    opacity: .7;
    cursor: not-allowed;
}

.btn-send:disabled:hover {
    background: -o-linear-gradient(330deg, #338ad6 0, #045ead 80%);
    background: linear-gradient(120deg, #338ad6 0, #045ead 80%);
}

.btn-action {
    cursor: pointer;
    height: 2.8125rem;
    width: 2.8125rem;
    border: none;
    line-height: 2.625rem;
    display: inline-block;
    float: left;
    text-align: center;
    margin: 0 .3rem;
    background: 0 0;
    color: #A1A9AF;
    border-radius: .25rem;
}

.btn-action i {
    font-size: 1.4rem;
}

@media (max-width:480px) {
    .btn-action {
        margin-bottom: 5px;
    }
}

.btn-action:focus,
.btn-action:hover {
    color: #0071BC;
}

.edkicon-visible-off {}

.hide-tck {
    position: absolute;
    right: 2.625rem;
    top: .125rem;
}

.keyboard-content {
    position: absolute;
    top: .125rem;
    right: 0;
}

.keyboard,
.keypad {
    top: 35px;
    left: unset;
    right: 5px;
}

.loading-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    border-radius: .5rem;
    padding: .2rem 0;
    position: relative;
    text-align: center;
    width: 100%;
    margin: .4rem auto;
}

.loader-info {
    font-size: .9rem;
    color: #30363a;
    margin: .4rem;
}

.loading {
    margin: .4rem;
    width: 2.6rem;
    min-width: 2.6rem;
    height: 2.6rem;
    position: relative;
    overflow: hidden;
    border-radius: 50%;
    background-color: #f1f2f3;
    text-align: center;
    -webkit-box-shadow: 1px 3px 3px 1px rgba(0, 0, 0, .2);
    box-shadow: 1px 3px 3px 1px rgba(0, 0, 0, .2);
}

.loading:before {
    content: " ";
    position: absolute;
    top: 0;
    left: 0;
    width: 2.6rem;
    height: 2.6rem;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='2.6rem' height='2.6rem' viewBox='0 0 100 100' preserveAspectRatio='xMidYMid'%3E%3Ccircle cx='50' cy='50' r='30' stroke='rgba(111 118 130 0.4)' stroke-width='10' fill='none'%3E%3C/circle%3E%3Ccircle cx='50' cy='50' r='30' stroke='%23188ad6' stroke-width='8' stroke-linecap='round' fill='none'%3E%3CanimateTransform attributeName='transform' type='rotate' repeatCount='indefinite' dur='1.1764705882352942s' values='0 50 50%3B180 50 50%3B720 50 50' keyTimes='0%3B0.5%3B1'%3E%3C/animateTransform%3E%3Canimate attributeName='stroke-dasharray' repeatCount='indefinite' dur='1.25s' values='18.84955592153876 169.64600329384882%3B94.2477796076938 94.24777960769377%3B18.84955592153876 169.64600329384882' keyTimes='0%3B0.5%3B1'%3E%3C/animate%3E%3C/circle%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: center;
    background-size: 2.6em;
    z-index: 2;
}

.loading:after {
    content: " ";
    position: absolute;
    top: .4rem;
    left: .4rem;
    width: 1.8rem;
    height: 1.8rem;
    border-radius: 50%;
    border: .3rem solid #CCC;
    z-index: 1;
}

.footer-fixed {
    width: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: block;
    height: 3.625rem;
    background: #fff;
    padding: 1.25rem 0;
    border-top: 1px solid #EEE;
    text-align: center;
}

@media (max-width:767px) {
    .footer-fixed {
        padding: .925rem 0 .625rem;
        min-height: 4.375rem;
        height: auto;
    }
}

.footer-fixed .footer-logo {
    height: 24px;
    width: auto;
    margin-right: 15px;
    display: inline-block;
}

@media (max-width:480px) {
    .footer-fixed .footer-logo {
        margin: 5px auto;
        display: block;
    }
}

.footer-fixed ul {
    padding: 0;
    margin: 0;
    display: inline-block;
    border-left: 1px solid #CCC;
    padding-left: 5px;
}

@media (max-width:767px) {
    .footer-fixed ul {
        border-left: none;
        padding-left: 0;
        display: block;
        margin-top: .3rem;
    }
}

.footer-fixed ul li {
    padding: 0;
    margin: 0;
    list-style-type: none;
    display: inline-block;
}

@media (max-width:767px) {
    .footer-fixed ul li {
        border-right: 1px solid #CCC;
    }
}

@media (max-width:767px) {
    .footer-fixed ul li:last-child {
        border-right: none;
    }
}

.footer-fixed ul li a {
    color: #30363a;
    margin: 0 5px;
    font-size: .85rem;
    padding: 2px 10px;
}

.footer-fixed ul li a:hover {
    color: #0071BC;
}

.error .alert-icon {
    background: #dc1b28;
}

.alert-icon {
    font-size: 1.5rem;
    color: #FFF;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 3rem;
}

.edkicon-alert:before {
    font-family: edkicon;
    display: inline-block;
    vertical-align: middle;
    line-height: 1;
    font-weight: 400;
    font-style: normal;
    speak: none;
    text-decoration: inherit;
    text-transform: none;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\f102";
}

.copyright {
    color: #5f6b73;
    font-size: .8rem;
    margin-right: .9rem;
}

.alert p {
    padding: 1rem;
    margin: 0;
    font-size: .875rem;
    width: calc(100% - 3rem);
    color: #30363a;
}

.content p {
    font-size: .9rem;
    line-height: 1.3rem;
    color: #30363a;
}

@media (max-width:767px) {
    .copyright {
        display: block;
    }
}

@font-face {
    font-family: Arimo;
    font-style: italic;
    font-weight: 400;
    font-display: swap;
    src: local('Arimo Italic'), local('Arimo-Italic'), url(P5sCzZCDf9_T_10c9C1kiL2t2dkPJA.231.woff2) format('woff2');
    unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}

@font-face {
    font-family: Arimo;
    font-style: italic;
    font-weight: 400;
    font-display: swap;
    src: local('Arimo Italic'), local('Arimo-Italic'), url(P5sCzZCDf9_T_10c9CNkiL2t2dk.231.woff2) format('woff2');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

@font-face {
    font-family: Arimo;
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: local('Arimo Regular'), local('Arimo-Regular'), url(P5sMzZCDf9_T_10XxCFuj5-v6dg.231.woff2) format('woff2');
    unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}

@font-face {
    font-family: Arimo;
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: local('Arimo Regular'), local('Arimo-Regular'), url(P5sMzZCDf9_T_10ZxCFuj5-v.231.woff2) format('woff2');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

@font-face {
    font-family: Arimo;
    font-style: normal;
    font-weight: 700;
    font-display: swap;
    src: local('Arimo Bold'), local('Arimo-Bold'), url(P5sBzZCDf9_T_1Wi4TRNrZKF09E3HY4.231.woff2) format('woff2');
    unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}

@font-face {
    font-family: Arimo;
    font-style: normal;
    font-weight: 700;
    font-display: swap;
    src: local('Arimo Bold'), local('Arimo-Bold'), url(P5sBzZCDf9_T_1Wi4TRDrZKF09E3.231.woff2) format('woff2');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

@font-face {
    font-family: edkicon;
    src: url(edkicon.231.231.woff2) format("woff2"), url(edkicon.231.231.woff) format("woff"), url(edkicon.231.231.ttf) format("truetype"), url(edkicon.231.231.svg) format("svg");
    font-weight: 400;
    font-style: normal;
}