﻿@media all {

    .nb-overview-changeinfo {
        background : url("images/Change_Info.png");
        background-size : 100% 100%;
        background-repeat : no-repeat;
        height: 11em;
        width: 8em; 
    }

    .nb-overview-password {
        background : url("images/Change_Password.png");
        background-size : 100% 100%;
        background-repeat : no-repeat;
        height: 11em;
        width: 8em; 
    }

    .nb-overview-securitychallenge {
        background : url("images/Security_Question.png");
        background-size : 100% 100%;
        background-repeat : no-repeat;
        height: 11em;
        width: 8em; 
    }

    .a-nb-divider.a-nb-divider-break 
    {
        text-align: center;
        position: relative;
        top: 2px;
        padding-top: 1px;
        margin-bottom: 14px;
        line-height: 0;
    }

    .a-nb-divider.a-nb-divider-break:after 
    {
        content: "";
        width: 100%;
        background-color: transparent;
        display: block;
        height: 1px;
        border-top: 1px solid #e7e7e7;
        position: absolute;
        top: 50%;
        margin-top: -1px;
        z-index: 1;
    }

    .a-nb-divider.a-nb-divider-break h5 
    {
        line-height: 1;
        font-size: 12px;
        color: #767676;
        font-weight: 400;
        z-index: 2;
        position: relative;
        display: inline-block;
        background-color: #fff;
        padding: 0 8px 0 7px;
    }

    .nb-websignin-anchor-reg > input {
        max-width: 800px;
    }

    .nb-back-button {
        margin-right: 10%;
    }
}

/* Custom, iPhone Retina */
@media (min-width: 320px) {

    .nb-account-form-submit {
        margin-left: 25%;
    }
}

/* Extra Small Devices, Phones */
@media (min-width: 480px) {
    
}

/* Small Devices, Tablets */
@media (min-width: 768px) {
    
    .nb-registration-form-title,
    .nb-resetpassword-form-title,
    .nb-password-form-title,
    .nb-contactinfo-form-title {
        margin-left: 38%;
    }

    .nb-securitychallenge-form-title {
        margin-left: 35%;
    }

    .nb-registration-form-submit {
        margin-left: 38%;
    }

    .nb-account-form-submit {
        margin-left: 31%;
    }

    .nb-websignin-anchor-reg {
        margin-left: 16%;
    }

    .nb-websignin-anchor-pass {
        margin-left: 21%;
    }
    
    .nb-websignin-header-title {
        margin-left: 45%;
    }

    .nb-websignin-header-desc {
        margin-left: 36.5%;
    }

    .nb-forgotpassword {
        padding-left: 8%;
    }

    .nb-rememberme {
        padding-left: 4%;
    }

    .nb-updatepassword-desc {
        margin-left: 30%;
    }
}

/* Medium Devices, Desktops */
@media (min-width: 992px) {
    
}

/* Large Devices, Wide Screens */
@media (min-width: 1200px) {

}