.alertContainer
{
    position: fixed;
    top: 100px;
    left: 0;
    right: 0;
    height: 100px;
}
.alert-red {
    font-size: 1.1rem;
    color: #ffffff !important;
    background-color: #c9242d !important;
    border-color: #c9242d !important;
    padding-top: 1rem;
    padding-bottom: 1rem;
}

.alert-red .close {
    position: absolute;
    top: 0;
    right: 0;
    padding: 0.75rem 1.25rem !important;
    color: #ffffff !important;
    border-left: 2px solid #ffffff3d;
}

/*PasswordBox Page CSS*/
.passwordBoxContainer{
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom:0;

}

.passwordInnerContainer{
    -webkit-text-size-adjust: 100%;
    -webkit-font-smoothing: antialiased;
    letter-spacing: .3px;
    direction: ltr;
    font-feature-settings: "lnum" 1;
    color: #161616;
    box-sizing: inherit;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
    max-width: 444px;
    margin: auto;
}

.pwdSubmit{
    -webkit-text-size-adjust: 100%;
    -webkit-font-smoothing: antialiased;
    direction: ltr;
    box-sizing: inherit;
    font: inherit;
    margin: 0;
    overflow: visible;
    cursor: pointer;
    -webkit-appearance: button;
    min-width: 200px;
    padding: 10px 24px 14px;
    text-shadow: none;
    border: none;
    text-decoration: none;
    border-radius: 4px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    transition: all .2s linear;
    box-shadow: 0 3px 6px 0 rgb(0 0 0 / 14%);
    font-size: 18px;
    font-weight: 500;
    line-height: 18px;
    letter-spacing: 0;
    color: #fff;
}


.pdwInput{

    -webkit-text-size-adjust: 100%;
    -webkit-font-smoothing: antialiased;
    font: inherit;
    margin: 0;
    background-color: #fff;
    border: 1px solid #aeaeb2;
    color: #333;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;
    box-shadow: inset 1px 1px 3px 0 hsla(210,2%,49%,.2);
    
    display: block;
    width: 100%;
    box-sizing: border-box;
    border-radius: 4px 0 0 4px;
    /* flex: 1 1 auto; */
    padding-left: 36px;
    height: 42px;

    line-height: 1.33;
}

.centerInLine{
    position: relative;
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    width: 100%;
}

.pwdPreIcon{

    top: 12px;
    left: 12px;
    color: #ccc;
    display: block;
    position: absolute;
    content: "";
    width: 18px;
    height: 18px;
    font-size: 16px;
    text-align: center;
    z-index: 999;
}


.pwdPostIcon{
    -webkit-text-size-adjust: 100%;
    -webkit-font-smoothing: antialiased;
    box-sizing: inherit;
    font: inherit;
    vertical-align: baseline;
    background: rgba(0,0,0,0);
    text-shadow: none;
    border: none;
    text-decoration: none;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    transition: all .2s linear;
    box-shadow: 0 3px 6px 0 rgba(0,0,0,.14);
    background-color: #383e45;
    color: #fff;
    margin: 0;
    border-radius: 0 4px 4px 0;
    height: 42px;
    line-height: 42px;
    padding: 0 12px;
    font-size: 14px;
    font-weight: 600;
    letter-spacing: .26px;
    text-transform: uppercase;
    min-width: 0;
}

/* extra */
.dz-preview{
    display: none !important;
}
