a {
    color: #00833c;
}
a:hover, a:focus {
    color: #00833c;
}
.btn-login {
    width: 88%;
    height: 48px;
    margin: 10px 0 0 0;
    padding: 0 20px;
    background: #00833c;
    font-size: 16px;
    line-height: 46px;
    color: #fff;
    border-radius: 0px;
}
.p-create-doc-account a {
    color: #00833c;
    font-size: 15px;
    font-weight: 400;
    float: right;
}
.p-goback a {
    color: #00833c;
    font-weight: 400;
    float: right;
    cursor: pointer;
    «:
    bold;
}
.p-goback a:hover, .p-goback a:focus,
.p-create-doc-account a:hover, .p-create-doc-account a:focus {
    color: #00833c;
    text-decoration: none;
}
#formEye,
#formEye2,
#formEye3 {
    position: relative;
    background-color: #fff;
    width: 10%;
    height: 44px;
    padding-top: 15px;
    margin-top: 0px;
    text-align: center;
    border-radius: 0;
    border-left: none !important;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    border: 1px solid #00833c;
    color: #00833c;
}
.download-app-hc {
    width: 100%;
    margin-top: 10px;
    padding: 0 0 14px 0 !important;
    background: #f3f3f387;
    border-radius: 0;
    box-shadow: 0 0 6px rgba(0, 0, 0, 0.16);
    text-align: center;
}
.download-app-hc h1 {
    font-size: 14px;
    text-align: center;
    color: #00833c;
    padding: 10px 25px 0px 25px;
    font-style: italic;
}
::-webkit-scrollbar-thumb {
    background-color: #00833c;
    border-radius: 0px;
}
::-webkit-scrollbar-track {
    border: 1px solid #00833c;
    background-color: #F5F5F5;
    border-radius: 0px;
}
.new-login-body .m-div .right-div h3 {
    margin-bottom: 1.4rem;
    font-size: 19px;
    font-weight: bold;
    line-height: 1.35;
    text-align: center;
    color: #00833c;
    border-bottom: 2px solid #00833c;
}
.new-login-body .m-div .right-div .content1 .p-title {
    text-transform: uppercase;
    text-align: center;
    color: #a2d1b7;
}
.bd-bottom-bl1 .p-title {text-decoration: underline;color: #00833c !important;text-underline-offset: 5px;font-weight: bold;}
.new-login-body .m-div .right-div .content1 .svg-opt path {
    fill: #0c7dba;
    opacity: 0.5;
}
.new-login-body .m-div .right-div .content1 input.user {
    background-color: #fff !important;
    margin-bottom: 5px;
    margin-top: 0px;
    width: 100%;
    text-align: left;
    border: 1px solid #00833c;
    border-radius: 0;
}
.new-login-body .m-div .right-div .content1 .btn-login {
    color: #fff;
    background-color: #00833c;
    outline: none;
    width: 100%;
    margin-top: 20px;
    border-radius: 0;
    font-weight: bold;
}
.modal .modal-dialog .modal-footer .btn {
    margin-top: -10px;
    margin-bottom: 0;
    border: none;
    color: #014b88;
}
.modal .modal-dialog .modal-footer .btn:hover {
    color: #014b88  !important;
    background: transparent !important;
}
.new-login-body .m-div .left-div .content1 {
    position: absolute;
    right: 30px;
    width: 60%;
    text-align: right;
    padding-top: 4rem;
    color: #00833c;
}
#p-error, #direct-error-1, #direct-error-2 {
    display: none;
    font-weight: 500;
    /*margin-top: 3%;*/
    margin-bottom: 2% !important;
    padding: 1px;
    text-align: center;
    width: 100%;
    background-color: #fef1f1;
    border-color: #fcd9df;
    color: #f56b6b;
    font-size: 14px;
    border-radius: 0px;
}
#p-success {
    display: none;
    font-weight: 500;
    margin-top: 3%;
    margin-bottom: 2%;
    padding: 1px;
    text-align: center;
    width: 100%;
    background-color: #d4edda;
    border-color: #c3e6cb;
    color: #155724;
    font-size: 14px;
    border-radius: 0px;
}
.small-footer-p {
    margin: 0;
    position: absolute;
    bottom: 2%;
    margin-right: 15px;
    padding: 10px;
    background-color: rgb(255 255 255 / 64%);
    border-radius: 0px;
    color: #000;
    font-size: 12px;
}
.small-footer-p-v2 {
    margin: 0;
    position: absolute;
    bottom: 1px;
    border-radius: 0px;
    color: #000;
    font-size: 12px;
    opacity: 0;
}
.modal .modal-footer {
    right: 0;
    top: 0;
    position: absolute;
    border-top: none;
    width: 100%;
    border-top-right-radius: 10px;
    border-top-left-radius: 10px;
}