.change-password-container {
    padding: 250px 0 24px;
    background: #f5f5f5;
}

.change-password-panel {
    border: 0;
    border-radius: 14px;
    box-shadow: 0 3px 14px rgba(0, 0, 0, 0.08);
    overflow: hidden;
}

.change-password-panel .card-body {
    padding: 18px 18px 10px;
}

.change-password-title {
    margin-bottom: 26px;
    font-size: 34px;
    line-height: 1.2;
    color: #26374a;
    font-weight: 800;
}

.change-password-form .form-label {
    display: block;
    margin-bottom: 10px;
    color: #53606d;
    font-size: 20px;
    font-weight: 600;
}

.password-field {
    display: flex;
    align-items: stretch;
}

.password-field .form-control {
    min-height: 52px;
    border-radius: 8px 0 0 8px;
    border-right: 0;
    font-size: 20px;
    color: #1f2e3a;
    box-shadow: none;
}

.password-field .form-control:focus {
    border-color: #cfd6dd;
    box-shadow: none;
}

.password-toggle {
    min-width: 78px;
    border: 1px solid #cfd6dd;
    border-left: 0;
    background: #fff;
    color: #4b5661;
    font-size: 16px;
    font-weight: 700;
    border-radius: 0 8px 8px 0;
    transition: background-color 0.15s ease, color 0.15s ease;
}

.password-toggle:hover,
.password-toggle:focus {
    background: #eef2f5;
    color: #1f2e3a;
}

.password-hint {
    margin: 8px 0 24px;
    color: #26374a;
    font-size: 18px;
    font-weight: 700;
}

.action-btn {
    min-height: 54px;
    border: 0;
    border-radius: 4px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 10px;
    font-size: 24px;
    font-weight: 700;
    text-decoration: none;
}

.action-btn:hover,
.action-btn:focus {
    text-decoration: none;
}

.btn-submit {
    background: #ff7308 !important;
    color: #fff !important;
}

.btn-submit:hover,
.btn-submit:focus,
.btn-submit:active {
    background: #ff7308 !important;
    color: #fff !important;
    box-shadow: inset 0 0 0 999px rgba(255, 255, 255, 0.12);
}

.btn-back {
    background: #747d86 !important;
    color: #fff !important;
}

.btn-back:hover,
.btn-back:focus,
.btn-back:active {
    background: #747d86 !important;
    color: #fff !important;
    box-shadow: inset 0 0 0 999px rgba(255, 255, 255, 0.1);
}

@media (max-width: 767.98px) {
    .change-password-container {
        padding-top: 156px;
        padding-bottom: 20px;
    }

    .change-password-panel .card-body {
        padding: 16px 14px 8px;
    }

    .change-password-title {
        font-size: 28px;
        margin-bottom: 22px;
    }

    .change-password-form .form-label {
        font-size: 17px;
    }

    .password-field .form-control {
        font-size: 18px;
    }

    .password-toggle {
        min-width: 70px;
        font-size: 14px;
    }

    .password-hint {
        font-size: 16px;
    }

    .action-btn {
        font-size: 21px;
    }
}
