html {
    height: 100%;
    background: url(../img/bg-ver3.webp) center center no-repeat fixed;
    background-size: cover;
}

body {
    background-color: transparent !important;
}

.password-change__body-wrapper {}

.password-change__wrapper {
    width: 400px;
    margin: 100px auto;
}

.password-change__header {
    padding: 17px 17px 17px 20px;
    text-align: left;
    background: #182F8A;
    color: #fff;
    position: relative
}

.password-change__header-title {
    margin: 0;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 15px
}

.password-change__header-close-btn {
    display: block;
    width: 9px;
    height: 9px;
    position: absolute;
    right: 20px;
    top: 20px;
    background: url(../img/close-form.png);
    cursor: pointer
}

.password-change__body {
    background-color: #fff;
    padding: 25px 20px
}

.password-change__label {
    display: block;
    font-size: 10px;
    margin-bottom: 15px
}

.password-change__checkbox-text {
    padding-left: 6px;
    font-size: 15px;
    font-weight: 400;
    color: #4d4d4f;
    position: relative;
    margin-left: 26px
}

.password-change__checkbox-text::before {
    content: '';
    display: inline-block;
    width: 20px;
    height: 20px;
    background: url(../img/icons/bid-checkbox.png);
    position: absolute;
    left: -25px;
    top: -3px
}

.password-change__checkbox:checked~.password-change__checkbox-text::before {
    background-image: url(../img/icons/bid-checkbox-checked.png)
}

.password-change__checkbox {
    display: none
}

.password-change__action-buttons {
    text-align: center;
    padding-top: 10px
}

.password-change__button {
    border: none;
    outline: 0;
    background: 0 0;
    text-transform: uppercase;
    font-size: 12px;
    font-weight: 600;
    padding: 8px 29px
}

.password-change__button-wrapper {
    border-radius: 5px;
    border: 1px solid #182F8A;
    display: inline-block;
    background-color: #182F8A;
    color: #fff;
    transition: .5s all
}

.password-change__apply-button-wrapper {
    margin-right: 15px
}

.password-change__apply-button-wrapper:hover {
    background-color: #fff;
    color: #182F8A
}

.password-change__cancel-button-wrapper {
    color: #182F8A;
    background-color: #fff;
    border-color: #182F8A
}

.password-change__cancel-button-wrapper:hover {
    color: #fff;
    background-color: #182F8A
}

.password-change__login-error {
    display: block;
    margin: 5px 0 0 10px;
    color: #ae3c37;
    font-style: italic
}

.password-change__msg {
    margin-bottom: 20px
}

.password-change__go-back-button,
.password-change__go-back-button:visited {
    display: block !important;
    max-width: 130px;
    border-radius: 5px;
    border: 1px solid #182F8A;
    background-color: #182F8A;
    color: #fff;
    transition: .5s all;
    text-transform: uppercase;
    text-align: center;
    font-size: 12px;
    font-weight: 600;
    padding: 8px 29px;
    margin: 20px auto 0
}

.password-change__go-back-button:active,
.password-change__go-back-button:hover {
    background-color: #fff;
    color: #182F8A;
    text-decoration: none
}

.password-change__map-link {
    color: #fff;
    text-transform: uppercase;
}

.password-change__map-link:hover {
    color: #fff;
}

.password-change__map-link-container {
    margin-top: 10px;
    text-align: center;
}

.password-change__checkbox-container {
    display: flex;
    margin-bottom: 20px;
}

.password-change__checkbox-container div {
    flex-grow: 1;
}

.password-change__forget-password {
    text-align: right;
    font-size: 12px;
}

.password-change__register-button-wrapper {
    display: inline-block;
}

.password-change__register-button {
    text-transform: uppercase;
    font-size: 12px;
    font-weight: 600;
    border-radius: 5px;
    border: 1px solid #182F8A;
    background-color: #fff;
    color: #182F8A;
    padding: 8px 20px;
}

.password-change__register-button:hover {
    background-color: #182F8A;
    color: #fff;
    text-decoration: none;
}

.required-field-mark {
    color: #ae3c37;
}

.password-change__eula-checkbox-text {
    display: block;
}

.password-change__birthday-container {
    position: relative;
}

.password-change__birthday-container .btn-datetime-choise {
    position: absolute;
    top: 32px;
    right: 0;
    height: 38px;
}

.password-change__birthday-container .btn-datetime-choise-icon {
    margin-top: 10px;
}

body .password-change__file-upload-fake {
    display: none
}

.password-change__file-upload-label {
    width: 100%
}

body .password-change__file-upload-wrapper {
    width: 100%;
    padding: 0;
}

.password-change__file-upload-input-wrapper-text {
    font-weight: 400;
    color: #4d4d4f;
    font-size: 15px;
    display: inline-block;
    padding-top: 10px;
    padding-left: 15px;
    position: absolute;
}

.password-change__file-upload-input-wrapper {
    background-color: #fff;
    border: 1px solid #d3d7d9;
    outline: 0;
    width: 100%;
    color: #4d4d4f;
    font-size: 14px;
    height: 40px;
    cursor: pointer;
    display: inline-block;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    position: relative;
}

.password-change__file-upload-button-tip {
    width: 20px;
    right: 0;
    top: 0;
    padding: 0px 20px;
    display: inline-block;
    background-color: #182F8A;
    cursor: pointer;
    position: absolute;
    font-size: 15px;
    color: #fff;
    height: 38px;
}

.password-change__file-upload-button-tip::before {
    font-family: icomoon !important;
    speak: none;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\e941";
    font-size: 15px;
    color: #fff;
    position: absolute;
    top: 13px;
    left: 12px
}

.password-change__file-upload-button-tip span {
    font-size: 15px;
    font-weight: 500
}

@media (max-width: 400px) {
    .password-change__wrapper {
        width: 300px;
    }

    .password-change {
        width: 95%;
        margin: 0 auto;
    }

    .password-change__apply-button-wrapper {
        margin-right: 5px;
    }

    .password-change__apply-button,
    .password-change__register-button {
        padding: 8px;
    }
}