.login-identityprovider-btn {
    background: linear-gradient(to bottom,#3A9980,#62BA99);
}
.form-control {
    border: 1px solid #dee2e6!important;
    border-radius: 6px!important;
}
.form-group p {
    text-align: left!important;
    font-size: 1.2em;
    margin-bottom: 0px!important;
}
.claim-form-body {
    padding: 10px;
}
.form-group {
    margin-bottom: 1rem;
}
.form-control:disabled, .form-control[readonly] {
    background-color: #e9ecef;
    opacity: 1;
}
.has-error ul.list-unstyled {
    list-style: none!important;
}
.help-block.has-error {
    color: #ca3120;
    font-weight: 700;
}