/* Colors
Bold Coral:  #F26553
Red: #D92D20
Blue: #2F80ED;
Text: #171415
Grey Text: #727272
Light grey: #E0E0E0
*/

/* General theme styles */
body.section-user .main--wrapper {
    background-image: url(../../images/swirl--redpale-left.svg), url(../../images/swirl--redpale-right.svg);
    background-repeat: no-repeat, no-repeat;
    background-position: right bottom 30px, left top 30px;
}

.form--heading {
    color: #D85849;
    text-align: center;
}

/* Password reset confirmation page */

body.page-user-password nav.tabs {
    display: none;
}

body.page-user-password-confirmation h1.page-title {
    display: flex;
    flex-direction: column;
    align-items: center;
}

body.page-user-password-confirmation h1.page-title:before {
    content: '';
    width: 80px;
    height: 80px;
    background: url(../../images/icons/email--circle.svg) no-repeat center center;
    margin-bottom: 27px;
}

/* Form instructions */
.form-actions + p {
    margin-top: 20px;
}
