[data-drupal-selector="user-pass-reset"] {
    border: 1px solid #545659;
    box-shadow: 5px 5px 4px 0 rgba(0, 0, 0, 0.25);
    background: #ffffff;
    max-width: 745px;
    margin: auto;
    width: 100%;
    padding: 50px 65px;
    border-radius: 20px;
}

[data-drupal-selector="user-pass-reset"] p{
    font-size: 18px;
}

[data-drupal-selector="user-pass-reset"] p:first-child{
    font-weight: 700;
    margin-bottom: 20px;
}

[data-drupal-selector="user-pass-reset"] [data-drupal-selector="edit-actions"]{
    display: flex;
    margin-top: 35px;
    margin-bottom: 0;
    justify-content: center;
}

[data-drupal-selector="user-pass-reset"] [data-drupal-selector="edit-actions"] input[type="submit"]{
    padding: 14px 32px;
    border-radius: 50px;
    background: #F27300;
    color: #ffffff;
    font-weight: 700;
    font-size: 18px !important;
    text-transform: uppercase;
    /* iOS Safari: remove native button styling */
    -webkit-appearance: none;
    appearance: none;
    border: none;
    cursor: pointer;
    touch-action: manipulation;
}

[data-drupal-selector="user-pass-reset"] [data-drupal-selector="edit-actions"] input[type="submit"]:hover{
    background: #8CAD06;
    transition: all 0.9s ease;
}

@media (max-width: 768px) {
    [data-drupal-selector="user-pass-reset"] {
        width: 95%;
        padding: 35px 40px;
    }
}

@media (max-width: 640px) {
    [data-drupal-selector="user-pass-reset"] {
        padding: 40px;
    }

    [data-drupal-selector="user-pass-reset"] [data-drupal-selector="edit-actions"] input[type="submit"]{
        padding: 14px 30px;
        padding-bottom: 11px;
        font-size: 16px !important;
    }
}