.change-password-form > div:not(:first-child) {
    margin-top: 10px;
}

.sw-suggestion-info-box {
    background: #E6EFF3 url(/Orion/images/Icon.Info.gif) 8px 5px no-repeat !important;
    display: inline-block;
    margin-left: 75px;
    max-width: 250px;
    height: fit-content;
    min-width: 200px;
}

.sw-password-label {
    margin-bottom: 6px;
    font-weight: bold;
}

.sw-validation-error-text {
    float: left;
    line-height: 16px;
    border: solid 1px #dd2c00 ;
    background: #fceae6 url(/Orion/images/error_28x28.png) 12px 8px no-repeat;
    background-size: 16px 16px;
    padding-left: 34px;
    padding-top: 8px;
    padding-bottom: 8px;
    padding-right: 15px;
    color: #111;
    font-weight: bold;
    margin-bottom: 25px;
}

.sw-validation-error-text ul {
    margin: 0;
    padding: 0;
}

.sw-validation-error-text ul li {
    list-style: none;
}

input[type=text], input[type=password] {
    padding: 5px;
    font-size: 14px;
    margin-bottom: 15px;
}

.sw-show-password-icon {
    width: 24px;
    height: 24px;
}

.sw-show-password-btn {
    position: absolute;
    padding: 2px 10px;
    background: none;
    border: none;
    cursor: pointer;
}

.sw-caps-lock-icon {
    position: absolute;
    margin-top: 2px;
    margin-left: 192px;
    display: none;
}

input::-ms-reveal,
input::-ms-clear {
    display: none;
}
