a {
    color: #00abab;
}

#becomeAMember a {
    display: inline;
    background: none transparent;
    padding-right: 0;
    font-weight: bold;
}

#loginContainer {
    padding: 1em;
}

#loginContainer input {
    margin-bottom: 0.8em;
}

#loginContainer input[type=text], input[type=password] {
    height: 2em;
    width: 190px;
}

#loginContainer input[type=submit] {
    margin-top: 1em;
}

.identityHelp {
    background: none !important;
    padding-right: 0 !important;
}

#warn-icon {
    background: url(/portal-theme/images/warning.png);
    background-repeat: no-repeat;
    padding: 0px 0px 0px 30px;
    min-height: 32px;
}

#notifications-area {
    color: #000;
}

#notifications-table li {
    margin-top: 7px;
}

.lirmigration-notice {
    position: relative;
    background-color: #f5e075;
    padding: .55em .9em;
    margin-bottom: 10px;
}

.lirmigration-notice p {
    padding-right: 150px;
}

.lirmigration-notice a.blue-button {
    position: absolute;
    right: 10px;
    top: 10px;
}

.div-banner-msg {
    color: #3f3e3e;
    background: #fffcee;
    border: 1px solid #d5caa5;
    margin-top: 15px;
}

.paragraph {
    margin-bottom: 10px;
    margin-right: 14px;
    font-family: "Open Sans", Helvetica, Arial, Sans-serif;
}

.paragraph_top {
    margin-top: 10px;
}

.banner-msg-paragraph {
    padding: 12px;
    text-align: left;
    font-size: 12px;
    word-break: break-word;
    font-family: "Open Sans", Helvetica, Arial, Sans-serif;
}

.banner-parent-container {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
}

.login-div {
    flex: 0 0 50%;
}

.banner-left-child {
    word-break: break-word;
    padding-right: 10px;
    flex: 1 0 50%;
}

.banner-right-child {
    width: 249px;
}

.login-form {
    margin-bottom: 1em;
    border: 1px solid #eee;
    background: #f9f9f9;
}

.login-form-title {
    background: var(--ripe-app-navbar-background, #080037);
    color: #fff;
    padding: 0.5em;
}

.login-form-content {
    padding-left: 0.5em;
}