.changePwd-container {
    width: 300px  /*!important;*/;
    border-radius: .5rem;
    background-color: rgba(255, 255, 255, .6);
    display:inline-block;
    position: absolute;
    margin-left: 25px;
}

.changePwd-form-group {
    margin-bottom: 1rem;
}

.changePwd-sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border-width: 0;
}

.changePwd-form-control {
    display: block;
    width: 100%;
    height: calc(1.5em + 0.75rem + 2px);
    padding: .375rem .75rem;
    font-size: .9375rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #8f959e;
    border-radius: .5rem;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}


.changePwd-form-control:focus {
    color: #495057;
    background-color: #fff;
    border-color: #5babf2;
    outline: 0;
    box-shadow: 0 0 0 .2rem rgba(15, 108, 191, .75);
}

.changePwd-form-control::placeholder {
    color: #6a737b;
    opacity: 1;
}

.changePwd-form-control:disabled {
    background-color: #e9ecef;
    opacity: 1;
}

.changePwd-form-control-lg {
    height: calc(1.5em + 1rem + 2px);
    padding: .5rem 1rem;
    font-size: 1.171875rem;
    line-height: 1.5;
    border-radius: .6rem;
}

.changePwd-IconContainer
{
    display:inline-block;
}

.changePwd-Icon
{
    width:128px;
    height:auto;
}

.changePwd-Reqs
{
    display: inline-block;
    font-size: 11px;
    font-style: italic;
    color: black;
    float: right;
    max-width: 300px;
    margin-top: 20px;
    margin-right: 20px;
}