@charset "UTF-8";

.ui-content {
    width: 35em;
}

/* Hospicall Logo */
#hospicall {
    display: block;
    text-indent: -9999px;
    direction: ltr;
    width: 180px;
    height: 63px;
    margin: 30px auto 0 auto;
}

/**
 * Error Content, authenticate view
 */
.error-content {
    background-color: #ffc48c;
    border: 2px solid #ff9f80;
    color: #ef4454;
}
.error-content ul {
    margin: 0;
}
.error-content strong {
    display: block;
    line-height: 2;
}
.error-content .ui-block-a {
    width: 20%;
}
.error-content .ui-block-b {
    width: 80%;
}
