﻿@import url('fonts.css');

.header-title {
    text-align: center;
    margin-top: 60px;
    padding-bottom: 16px;
    font-size: 48px;
    line-height: 72px;
    margin-bottom: 16px;
}

.forgot-content-wrapper {
    width: 464px;
    margin: 0 auto;
}

.forgot-content-wrapper .forgot-content {
    background-color: #fff;
    padding: 22px 24px;
}

.forgot-content-wrapper .forgot-content .forgot-text {
    font-size: 18px;
    line-height: 28px;
    padding: 15px 0;
    color: #191919;
    font-family: "AvenirNextLTPro-Demi", sans-serif;
    font-weight: 600;
}

.forgot-content-wrapper .forgot-policy {
    line-height: 24px;
    margin-top: 16px;
    text-align: center;
    margin-bottom: 50px;
    font-family: "AvenirNextLTPro-Regular", sans-serif;
}

.forgot-content-wrapper+.footer {
    margin-top: 80px;
}

/* B2C Forgot Password css */
#api .intro {
    display: none;
}

#api .heading {
    display: none;
}

.verifying-modal #verifying_blurb {
    display: none;
}

#api {
    font-family: "AvenirNextLTPro-Regular", sans-serif;
}

#api .intro p {
    margin: 0;
}

#api #attributeVerification #attributeList ul .TextBox .attrEntry input {
    border: none;
    border-bottom: 1px solid #191919;
    padding: 14px 24px 10px 16px;
    box-sizing: border-box;
    color: #474747;
    background-color: #e8e8e8;
    font-size: 16px;
    font-family: "AvenirNextLTPro-Regular", sans-serif;
    width: 100%;
    line-height: 24px;
    border-radius: 0;
    margin-bottom: 15px;
}

#api #attributeVerification #claimVerificationServerError {
    font-size: 14px;
    color: #d63d3d;
    background: url(/dist/presto-ui/static/media/error.32151db6.svg) no-repeat 1px 2px;
    background-size: 16px;
    font-family: "AvenirNextLTPro-Demi", sans-serif;
    font-weight: bold;
    line-height: 21px;
    padding-left: 28px;
    /* display:none !important;*/
}

#api #attributeVerification .error {
    font-size: 14px;
    color: #d63d3d;
    background: url(/dist/presto-ui/static/media/error.32151db6.svg) no-repeat 1px 2px;
    background-size: 16px;
    font-family: "AvenirNextLTPro-Demi", sans-serif;
    font-weight: bold;
    line-height: 21px;
    padding-left: 28px;
    margin-bottom: 10px;
}

/*.error + .invalid {
    border-bottom: 2px solid #d63d3d !important;
}*/
#api #attributeVerification #attributeList {
    line-height: 24px;
}

#api #attributeVerification #attributeList ul .TextBox .attrEntry label {
    font-family: "AvenirNextLTPro-Demi", sans-serif;
    display: block;
    margin-bottom: 8px;
    font-size: 14px;
    line-height: 21px;
}

#api #attributeVerification #attributeList ul .TextBox .attrEntry #email_label {
    margin-top: 25px;
}

#api #attributeVerification #attributeList ul .TextBox .attrEntry #email_info {
    /*color: #328633;
    font-family: "AvenirNextLTPro-Demi",sans-serif;*/
    padding-top: 10px;
    padding-bottom: 10px;
}

#api #attributeVerification #attributeList li .error {
    font-size: 14px;
    color: #d63d3d;
    background: url(/dist/presto-ui/static/media/error.32151db6.svg) no-repeat 1px 0px;
    background-size: 15px;
    font-family: "AvenirNextLTPro-Demi", sans-serif;
    font-weight: bold;
    line-height: 21px;
    padding-left: 28px;
}

#api #attributeVerification #attributeList ul .TextBox .attrEntry input:hover {
    border-bottom: 2px solid #191919;
}

#api #attributeVerification #attributeList ul .TextBox .attrEntry input:active {
    border-bottom: 2px solid #191919;
}

#api #attributeVerification #attributeList ul .TextBox .attrEntry input:focus {
    outline: none;
}

#api #attributeVerification #attributeList ul .TextBox .attrEntry .helpLink {
    visibility: hidden
}

#api #attributeVerification #attributeList ul .TextBox .attrEntry .verificationSuccessText {
    color: #328633;
    font-family: "AvenirNextLTPro-Demi", sans-serif;
    margin-top: 10px;
    /*background: url(/dist/presto-ui/static/media/Success.3e77078f.svg) no-repeat 13px 2px;
    background-size: 16px;
    padding-left: 40px;*/
}

#api #attributeVerification #attributeList ul .TextBox .attrEntry .verify {
    display: flex;
    flex-direction: column;
}

#api #attributeVerification .buttons {
    display: flex;
    justify-content: end;
}

#api #attributeVerification .buttons #email_ver_but_send {
    width: auto;
    min-width: 106px;
    min-height: 48px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 12px 16px;
    color: #fff;
    border: 1px solid #191919;
    background-color: #191919;
    font-family: "AvenirNextLTPro-Demi", sans-serif;
    font-size: 16px;
    text-transform: uppercase;
    line-height: 24px;
    border-radius: 0;
    margin-left: auto;
}

#attributeList li .attrEntry .verify .verifyButton {
    margin-left: 20%;
    max-width: 175px;
    display: flex;
    justify-content: center;
    padding: 12px 16px;
    color: #fff;
    border: 1px solid #191919;
    background-color: #191919;
    font-family: "AvenirNextLTPro-Demi", sans-serif;
    font-size: 16px;
    text-transform: uppercase;
    margin-top: 16px;
    line-height: 24px;
    border-radius: 0;
}

#attributeList li .attrEntry .verify #email_ver_but_edit {
    display: none !important
}

#attributeList li .attrEntry .verify #email_ver_but_resend {
    width: 178px;
    margin-top: -50px;
    margin-left: 61%;
    min-width: 106px;
    min-height: 48px;
    color: #191919;
    background: none !important;
    border: none;
    padding: 0 !important;
    color: #191919;
    text-decoration: underline;
    cursor: pointer;
    font-family: "AvenirNextLTPro-Demi", sans-serif;
    font-weight: bold;
    font-size: 16px;
    text-transform: uppercase;
    line-height: 24px;
    border-radius: 0;
}

#api #attributeVerification .buttons #continue {
    width: auto;
    min-width: 106px;
    min-height: 48px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 12px 16px;
    color: #fff;
    border: 1px solid #191919;
    background-color: #191919;
    font-family: "AvenirNextLTPro-Demi", sans-serif;
    font-size: 16px;
    text-transform: uppercase;
    margin-top: 16px;
    line-height: 24px;
    border-radius: 0;
}

#api #attributeVerification .buttons #cancel {
    width: auto;
    min-width: 106px;
    min-height: 48px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 12px 16px;
    color: #191919;
    border: 1px solid #191919;
    background-color: #ffffff;
    font-family: "AvenirNextLTPro-Demi", sans-serif;
    font-size: 16px;
    text-transform: uppercase;
    margin-top: 16px;
    line-height: 24px;
    border-radius: 0;
    order: -1;
    margin-right: 10px;
}


#api #attributeVerification #attributeList ul {
    list-style-type: none;
    padding-left: 0;
    margin-top: 0;
}

.Password .attrEntry input {
    border: none;
    border-bottom: 1px solid #191919;
    padding: 14px 24px 10px 16px;
    box-sizing: border-box;
    color: #474747;
    background-color: #e8e8e8;
    font-size: 16px;
    font-family: "AvenirNextLTPro-Regular", sans-serif;
    width: 100%;
    line-height: 24px;
    border-radius: 0;
    margin-top: 10px;
    margin-bottom: 15px
}

.Password .attrEntry input:hover {
    border-bottom: 2px solid #191919;
}

.Password .attrEntry input:focus {
    outline: none;
}

.Password .attrEntry input:active {
    border-bottom: 2px solid #191919;
}

label#newPassword_label {
    font-size: 14px;
    line-height: 21px;
    margin-bottom: 8px;
    font-family: "AvenirNextLTPro-Demi", sans-serif;
}

label#reenterPassword_label {
    font-size: 14px;
    line-height: 21px;
    margin-bottom: 8px;
    font-family: "AvenirNextLTPro-Demi", sans-serif;
}


#api #attributeVerification #attributeList ul .TextBox .attrEntry label {
    font-weight: bold;
}

/*#api #attributeVerification .verifying-modal #verifying_blurb {
    margin-top: 15px;
}*/
#api #attributeVerification .buttons #email_ver_but_send:hover {
    cursor: pointer;
    background-color: #474747;
}

#attributeList li .attrEntry .verify .verifyButton:hover {
    cursor: pointer;
    background-color: #474747;
}

#api #attributeVerification .buttons #cancel:hover {
    cursor: pointer;
}

#api #attributeVerification .buttons #continue:hover {
    cursor: pointer;
    background-color: #474747;
}

button:focus {
    outline: 0.25rem solid #8bb8e8;
}

a:focus {
    outline-color: #8bb8e8;
}

.helpLink {
    display: none;
}

@media only screen and (max-width: 920px) {
    .header-title {
        font-size: 32px;
        padding-bottom: 0;
        line-height: 48px;
        margin-top: 70px;
    }

    .forgot-content-wrapper {
        width: auto;
        padding-left: 24px;
        padding-right: 24px;
    }

    #api {
        line-height: 24px;
    }

    #api .intro p {
        margin: 0;
    }

    #api #attributeVerification #attributeList ul .TextBox .attrEntry label {
        font-size: 14px;
        margin-bottom: 0;
        margin-top: 15px;
    }

    #api #attributeVerification #attributeList ul .TextBox .attrEntry input {
        margin-top: 0;
    }

    #api #attributeVerification .buttons #email_ver_but_send {
        margin-left: 0;
    }

    #api #attributeVerification .buttons {
        flex-direction: column;
    }

    #api #attributeVerification .buttons #cancel {
        order: unset;
        margin-right: 0;
    }

    #attributeList li .attrEntry .verify .verifyButton {
        max-width: none;
        margin-left: 0;
        width: 100%;
    }

    #attributeList li .attrEntry .verify #email_ver_but_resend {
        margin-left: 0;
        margin-top: 16px;
        width: 100%;
    }
}