.registrationmodule {
    width: 100%;
    height: 100vh;
    background-image: url(https://d1gq9jzbezk7fw.cloudfront.net/p/en_US/gv/i/v2/background/portal-sign-in-background-2-x-centered@2x.png);
    background-size: cover;
    background-repeat: no-repeat;
    display: flex;
    justify-content: flex-end;
    align-items: center;
}

ul {
    list-style: none;
}

body {
    background: transparent;
}

.registrationmodule .titleContainer {
    display: flex;
    justify-content: center;
    width: 100%;
    height: 55px;
    margin-top: 20px;
}

.registrationmodule .titleContainer .titleImage {
    background-image: url(https://d1gq9jzbezk7fw.cloudfront.net/p/en_US/gv/i/v2/misc/gojiverse-logo@2x.png);
    background-size: contain;
    background-repeat: no-repeat;
    width: 330px;
}

.registrationmodule .subTitle {
    font-family: "Metropolis Regular";
    font-size: 20px;
    line-height: 1.21;
    letter-spacing: 4.32px;
    text-align: center;
    color: #ffffff;
    margin: 0 0 30px 0;
}

.registrationmodule .pass-requirements:first-of-type {
    margin-top: 20px;
}

.registrationmodule .pass-requirements {
    margin-top: 5px;
    font-family: "Metropolis Regular";
    font-size: 14px;
    line-height: 1.3;
    letter-spacing: 3.6px;
    text-align: left;
    color: #ffffff;
}

/*form styles*/

.bg-form {
    width: 500px;
    text-align: center;
    margin: auto;
}

.bg-form fieldset {
    border: 0 none;
    padding: 20px 30px;
    box-sizing: border-box;
    width: 100%;
    max-width: 500px;
    /*stacking fieldsets above each other*/
    position: relative;
}

.bg-form .secondFieldset {
    padding: 0;
    margin: 0;
    width: 100%;
}

.bg-form fieldset .infoContainer {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 10px;
}

.bg-form fieldset .infoContainer input,
.bg-form fieldset .infoContainer select,
.bg-form fieldset .infoContainer .suffix {
    width: auto;
    margin: 0;
    background-color: transparent;
    font-size: 18px;
    color: #0eb5fe;
    text-align: right;
}

.bg-form fieldset .infoContainer select#_iselectCountry {
    width: 50%;
}

.bg-form fieldset .infoContainer .dropdowninput {
    display: flex;
    justify-content: flex-end;
}

.bg-form fieldset .infoContainer .suffix {
    height: auto;
    margin-left: 7px;
}

.bg-form fieldset .infoContainer input::placeholder {
    font-size: 18px;
    color: #0eb5fe;
    letter-spacing: 2px;
}

.bg-form fieldset .infoContainer .paramTitle {
    font-family: "Metropolis Regular";
    font-size: 16px;
    line-height: 1.21;
    letter-spacing: 4.32px;
    color: #ffffff;
}

/*Hide all except first fieldset*/

.bg-form fieldset:not(:first-of-type) {
    display: none;
}

.bg-form fieldset.created {
    width: 100%;
    height: 596px;
    margin: 0;
}

.bg-form fieldset .checkIcon {
    background-image: url("https://d1gq9jzbezk7fw.cloudfront.net/p/en_US/gv/i/v2/navigation/check-circle-green@3x.png");
    background-size: cover;
    width: 75px;
    height: 75px;
    margin: 30px auto;
}

.bg-form fieldset .accountCreated {
    font-family: "Metropolis Bold";
    font-size: 34px;
    line-height: 1.21;
    letter-spacing: 3.84px;
    text-align: center;
    color: #ffffff;
    text-transform: uppercase;
    margin-bottom: 20px;
}

.bg-form fieldset .subTitle {
    font-size: 18px;
}

/*inputs*/

.bg-form input,
.bg-form textarea,
.bg-form select,
.bg-form .suffix {
    width: 100%;
    height: 50px;
    text-align: center;
    background-color: #000000;
    border: 0;
    margin: 15px auto 0 auto;
    border-radius: 8px;
    font-size: 22px;
    color: white;
    opacity: 0.7;
}

.bg-form input::placeholder {
    font-family: "Metropolis Light";
    font-size: 20px;
    font-weight: 300;
    line-height: 1.21;
    letter-spacing: 4.32px;
    color: #f0f0f0;
}

.bg-form input.invalid {
    border-color: red;
    outline: none;
}

.bg-form input.valid {
    border-color: green;
    outline: none;
}

/* Dropdowns */

.bg-form select {
    height: 47px;
    padding: 0 10px;
    border: solid 0.5px #bbbdbf;
    border-radius: 10px;
}

/*buttons*/

.bg-form .action-button,
.bg-form .btn-secondary {
    width: 140px;
    background: #0eb5fe;
    font-family: "Metropolis Bold";
    font-size: 20px;
    font-weight: bold;
    line-height: 1.21;
    letter-spacing: 4.32px;
    text-align: center;
    color: #ffffff;
    border-radius: 14px;
    margin: 30px 10px 0;
    cursor: pointer;
    opacity: 1;
    text-transform: uppercase;
}

.bg-form .previous.action-button {
    background-color: #c8c8c7;
}

.bg-form .action-button:hover,
.bg-form .action-button:focus {
    box-shadow: 0 0 0 2px white, 0 0 0 3px #3fb7e3;
}

/*headings*/

.bg-title {
    font-family: "Metropolis Regular";
    font-size: 15px;
    line-height: 1.22;
    letter-spacing: 3.24px;
    text-align: center;
    text-transform: uppercase;
    margin-bottom: 10px;
    color: #ffffff;
}

.bg-subtitle {
    font-weight: normal;
    font-size: 13px;
    color: #666;
    margin: 20px 0;
}

/*progressbar*/

#progressbar {
    margin-bottom: 30px;
    overflow: hidden;
    /*CSS counters to number the steps*/
    counter-reset: step;
}

#progressbar li {
    list-style-type: none;
    color: white;
    text-transform: uppercase;
    font-size: 9px;
    width: 33.33%;
    float: left;
    position: relative;
}

#progressbar li:before {
    /* content: counter(step); */
    /* counter-increment: step; */
    content: "";
    width: 20px;
    height: 20px;
    line-height: 20px;
    display: block;
    font-size: 10px;
    color: #333;
    background: white;
    border-radius: 10px;
    margin: 0 auto 5px auto;
}

/*progressbar connectors*/

#progressbar li:after {
    content: "";
    width: calc(100% - 20px);
    height: 5px;
    background: white;
    position: absolute;
    left: calc(-50% + 10px);
    top: 7px;
    /* z-index: -1; */
    /*put it behind the numbers*/
}

#progressbar li:first-child:after {
    /*connector not needed before the first step*/
    content: none;
}

/*marking active/completed steps green*/

/*The number of the step and the connector before it = green*/

#progressbar li.active:before,
#progressbar li.active:after {
    background: #0eb3fc;
    color: white;
}

/* Alerts */

.slide-down {
    position: fixed !important;
    width: 100%;
    top: -100px;
    -webkit-transition: top 2s linear;
    -moz-transition: top 2s linear;
    -o-transition: top 2s linear;
    transition: top 2s linear;
}

.slide-down.show {
    top: 0px;
    z-index: 1040;
}

.modal-open {
    overflow: hidden;
}

.modal {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1050;
    display: none;
    overflow: hidden;
    outline: 0;
}

.modal-open .modal {
    overflow-x: hidden;
    overflow-y: auto;
}

.modal-dialog {
    position: relative;
    width: auto;
    margin: 0.5rem;
    pointer-events: none;
}

.modal.fade .modal-dialog {
    transition: -webkit-transform 0.3s ease-out;
    transition: transform 0.3s ease-out;
    transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
    -webkit-transform: translate(0, -25%);
    transform: translate(0, -25%);
}

@media screen and (prefers-reduced-motion: reduce) {
    .modal.fade .modal-dialog {
        transition: none;
    }
}

.modal.show .modal-dialog {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
}

.modal-dialog-centered {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    min-height: calc(100% - (0.5rem * 2));
}

.modal-content {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
    pointer-events: auto;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-radius: 0.3rem;
    outline: 0;
}

.modal-backdrop {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1040;
    background-color: #000;
}

.modal-backdrop.fade {
    opacity: 0;
}

.modal-backdrop.show {
    opacity: 0.5;
}

.modal-header {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: start;
    align-items: flex-start;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 1rem;
    border-bottom: 1px solid #e9ecef;
    border-top-left-radius: 0.3rem;
    border-top-right-radius: 0.3rem;
}

.modal-header .close {
    cursor: pointer;
    border: none;
    padding: 1rem;
    margin: -1rem -1rem -1rem auto;
}

.modal-title {
    margin-bottom: 0;
    line-height: 1.5;
}

.modal-body {
    position: relative;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    padding: 1rem;
}

.modal-footer {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: end;
    justify-content: flex-end;
    padding: 1rem;
    border-top: 1px solid #e9ecef;
}

.modal-footer > :not(:first-child) {
    margin-left: 0.25rem;
}

.modal-footer > :not(:last-child) {
    margin-right: 0.25rem;
}

.modal-scrollbar-measure {
    position: absolute;
    top: -9999px;
    width: 50px;
    height: 50px;
    overflow: scroll;
}

@media (min-width: 576px) {
    .modal-dialog {
        max-width: 500px;
        margin: 1.75rem auto;
    }
    .modal-dialog-centered {
        min-height: calc(100% - (1.75rem * 2));
    }
    .modal-sm {
        max-width: 300px;
    }
}

@media (min-width: 992px) {
    .modal-lg {
        max-width: 800px;
    }
}

.bg-form .btn.btn-secondary {
    background-color: #77c2dd;
    border-color: #77c2dd;
    font-size: 14px;
}

.bg-form .btn.btn-secondary.active,
.bg-form .btn.btn-secondary:hover {
    background-color: #3fb7e3 !important;
    border-color: #3fb7e3 !important;
}
