p.error-danger {
    color: red;
    text-align: center;
}

p.register-form-sub-head.text-color {
    font-weight: 600;
}
.Accepeted-btn{
    background: #008000 !important;
    color: #fff !important;
    border-color: #008000 !important;
    cursor: inherit !important;
}
.rejected-btn{
    background: #e33e0d !important;
    color: #fff !important;
    border-color: #e33e0d !important;
    cursor: inherit !important;  
}
.share-code-wrap {
    background: #f2f2f2;
    padding: 8px;
    margin: 5px 0;
    width: 105%;
}
.share-code-inner {
    display: flex;
    align-items: center;
    margin-top: 5px;
}
.share-code-inner input {
    width: 200px;
    height: 37px;
    background: #fff;
    border: 1px solid #eae2e2;
    padding: 5px 10px 0px;
    font-size: 15px;
    border-radius: 4px;
}
button.update-sharae-code {
    margin: 0px;
    height: 35px;
    border-radius: 3px !important;
    background: unset !important;
    color: #fff !important;
    margin-left: 9px;
    color: #002e83 !important;
    font-size: 14px !important;
    letter-spacing: 0.3px;
    border-radius: 4px !important;
    padding: 0 21px;
}
.share-code-wrap p {
    margin: 0;
    font-size: 13px;
}
button.update-sharae-code:hover {
    background-color: #004883 !important;
    color: #fff !important;
}

.agency-logo-wrp {
    width: auto;
    display: table;
    margin: 0 auto;
    padding: 70px !important;
    border: 0px;
}
.agency-logo-wrp p {
    margin-top: 15px;
    font-weight: bold;
    font-size: 18px;
}

.agency-logo-wrp:hover{
    text-decoration: none;
}

.agency-logo-wrp a{
    color:#fff;
}
.document-status-div {
    margin: 18px 0;
    width: 105%;
    display: flex;
    font-size: 13px;
}

.doc-status-btn-set {
    margin: -5px;
    margin-left: 20px;
}

.export-btn-set {
    margin: 7px;
    padding: 0px 20px;
    line-height: 27px;
    background: #f3eeee;
    font-weight: 700;
}

.export-btn-set {
    margin: 7px;
    padding: 0px 20px;
    line-height: 27px;
    background: #f3eeee;
    font-weight: 700;
    color:#002e83;
    cursor:pointer;
}

.form-group.password-fade input {
    padding-right: 30px !important;
}
.form-group.password-fade i {
    position: absolute;
    top: 13px;
    right: 8px;
}
.form-group.password-fade {
    position: relative;
}
.slavery_note .note_box {
    width: 100%;
    font-size: 13px;
    resize: none;
    margin-top: 15px;
    padding: 6px 8px;
    outline: 0;
}