@font-face {
  font-family: 'Proxima Nova Bold';

  src: url(/proximanovabold.otf) ;
}

@font-face {
  font-family: 'Proxima Nova Regular';

  src: url(/proximanovaregular.otf) ;
}

body.registration-body {
    background: #e2e2e2;
    font-family: 'Roboto', sans-serif;
    background-image: url(../b2c_login_signup_background_image);
    background-size: 100% auto;
    overflow-x: hidden;
}

header {
    background-color: white;
    padding: 15px;
    margin-top: -8px;
    margin-left: -8px;
    margin-right: -8px;
}

header img {
    height: 80px;
    margin-bottom: -18px;
    margin-left: 80px;
    width: 225px;
}

@media (max-width: 992px) {
.registration-container.container {
        width: 95% !important;  
    }
    .registration-container form { 
       padding: 0 !important;
    }
    .api {
        padding-left: 0 !important;
    }
    footer p{
        padding-left: 5px;
        padding-right: 5px;
        padding-bottom: 5px;
    } 
    footer {
        width: 101% !important;
    }
}

.registration-container.container {
    width: 75%;
    margin: 0 auto;
    margin-top: 50px;
    background-color: white;
    box-shadow: 0px 2px 2px rgb(0 0 0 / 30%);
    border-radius: 20px;
    overflow: auto;
    margin-bottom: 20px;
}

/*.registration-container div#api {
    padding-left: 11%;
}
*/

.back-button-icon:before {
    font-weight: bold;
    font-size: larger;
}

.fa-angle-left:before {
    padding-right: 4px;
}

#back-button {
    margin-top: 15px;
    color: #074987;
    cursor: pointer;
    position: absolute;
}

h3.custinfo-header {
    color: #343B47;
    margin-bottom: 8%;
    text-align: center;
    top: 5px;
    font-family: Proxima Nova bold;
    padding-right: 3%;
    position: relative;
}

.registration-container .heading, .registration-container .intro, button#emailVerificationControl_but_change_claims {
    display: none !important;
}

.registration-container form {
    margin-bottom: 15px;
    padding: 30px;
    padding-bottom: 1px;
    padding-top: 1px;
}

div#requiredFieldMissing, #attributeList .error.itemLevel.show, div#passwordEntryMismatch, div#claimVerificationServerError, div#fieldIncorrect {
    color: #b00;
}

#attributeList ul {
    list-style-type: none;
    padding-left: 0;
}

#attributeList ul li {
    margin-top: 10px;
}

#attributeList ul {
    list-style-type: none;
    padding-left: 0;
}

#attributeList ul li label {
    font-family: Proxima Nova Bold;
    color: #343B47;
    margin-bottom: 0;
}

#attributeList input {
    background: white;
    width: 85%;
    padding: 10px;
    box-sizing: border-box;
    border: 1px solid #B2ACAC;
    height: 33px;
}

#attributeList a.helpLink.tiny {
    display: none;
}

button#continue {
    padding: 4px;
    width: 85%;
    background-color: white;
    border: 2px solid #074987;
    cursor: pointer;
    color: #074987;
    font-family: Proxima Nova Regular;
    margin-bottom: 60px;
    margin-top: 25px;
}

button#continue:disabled {
    border: 2px solid #c1c1c1;
    pointer-events: none;
    background-color: #c1c1c1;
    color: #888888;
}

.continue-button-enable {
    background-color: #074987 !important;
    border: 2px solid #074987 !important;
    color: #FFFFFF !important;
}

.left.col-md-6:after {
    content: "";
    background-color: lightgray;
    position: absolute;
    width: 2px;
    height: 84%;
    top: 0;
    right: 0;
    margin-top: 6%;
}

/*Failed Note css*/
.registration-container div.divider hr {
    margin-bottom: 5px !important;
}
/*.registration-container div.divider {
    padding-right: 15%;
}
*/

div.registration-failed-note {
    padding-bottom: 45px;
    color: #0D4C84;
    font-size: small;
    font-family: Proxima Nova Bold;
}

/*@media only screen and (min-width: 1025px) {
    div.registration-failed-note{ 
    padding-right: 71px;
    }
}
*/

.wrapper-right-header {
    margin-bottom: 32px;
    color: #074987;
    font-family: Proxima Nova Regular;
    margin-top: 5%;
}

.welcome-title {
    font-family: Proxima Nova Bold;
    color: #434040;
    padding-left: 2px;
}

.welcome-list {
    margin-top: 27px;
    padding-left: 18px;
    list-style: none;
    font-size: 14px;
    color: gray;
    font-family: Proxima Nova Regular;
}

ul.welcome-list li::before {
    content: "\2022";
    color: #434040;
    font-weight: bold;
    display: inline-block;
    width: 1em;
    margin-left: -1em;
    font-family: Proxima Nova bold;
}

.welcome-list li {
    padding-bottom: 15px;
    color: #434040;
    font-family: Proxima Nova Regular;
}

footer {
    color: #363636;
    background-color: #EAEAEA;
    padding-top: 5px;
    width: 100%;
    text-align: center;
    padding-bottom: 1px;
    font-family: Proxima Nova, 'Proxima Nova Regular';
    font-size: 13px;
    position: absolute;
    bottom: 0;
    height: 6.5rem;
}

footer p{
    background-color: #EAEAEA;
    width: 100%;
}

#page-container {
  position: relative;
  min-height: 100vh;
}

@media only screen and (min-width: 1025px) {
    #page-container {
        min-height: 81vh;  
    }
    footer {
        padding-left: 12%;
        padding-right: 12%;
        margin-bottom: -20px;
    }
    .verfication-code-fr,
    .copy-code-fr {
        padding-left: 4% !important;
    }
    .verfication-email-fr {
        margin-left: 4% !important;
    }
}

#content-wrap {
  padding-bottom: 5.5rem;
}