/**
 * All of the CSS for your public-facing functionality should be
 * included in this file.
 */
 .uas-login-banner {
    display: block;
    margin: 22px auto 0;
    background: #fde3e5;
    border: 1px solid #f5c2c7;
    max-width: 780px;
    box-shadow: 0 12px 28px rgba(15,23,42,0.08);
    font-size: 15px;
    line-height: 24px;
    margin-bottom: 15px;
    position: relative;
    padding: 20px 26px;
    padding-right: 50px;
    border-radius: 3px;
    background-color: #ffe9e9;
    color: #de5959;
}
.uas-login-banner .uas-close {
    margin-top: -16px;
    margin-right: -7px;
    font-weight: 800;
}