// Newforms update profile form custom css file

body {
    background-color: #f5f5f5;
}
.update-profile {
    background: #fff;
    border-radius: 16px;
    max-width: 600px;
    margin: 0 auto;
    padding: 24px;
    margin-top: 40px;
    margin-bottom: 40px;
}
.update-profile ul li:not(:last-child) {
    margin-bottom: 24px;
}
.update-profile ul.scrollable-list li {
    margin-bottom: 0px;
}
.error-message {
    border-radius: 4px;
    color: #FF2B2B;
    background: #fee;
    font-size: 16px;
    line-height: 28px;
    padding-left: 16px;
    padding-right: 16px;
    padding-top: 14px;
    padding-bottom: 14px;
    margin-bottom: 16px;
}

.success-message {
    border-radius: 4px;
    color: #14A33A;
    background: #EEFCF2;
    font-size: 16px;
    line-height: 28px;
    padding-left: 16px;
    padding-right: 16px;
    padding-top: 14px;
    padding-bottom: 14px;
    margin-bottom: 16px;
}
