.brandedLoginBox .hsection {
    margin-top: 25px;
    color: #009677; /** OM_Heritage Green **/
    font-size: 1rem;
    font-weight: normal;
    text-transform: uppercase;
    border: none;
}

.brandedLoginBox p {
    margin-bottom: 0;
}

.brandedLoginBox p:nth-of-type(2) {
    margin-bottom: 1em;
}

.brandedLoginBox label {
    color: #009677; /** OM_Heritage Green **/
}

.brandedLoginBox input {
    margin-bottom: 20px;
    font-family: Poppins, Arial, sans-serif;
    border-color: #dcddde; /** OM_Light Gray **/
}

.brandedLoginBox .btn-primary {
    background-color: #009677; /** OM_Heritage Green **/
    border-radius: 10px;
    border: none;
    color: #ffffff;
}
.brandedLoginBox .btn-link {
    border: none;
}

.brandedLoginBox .btn:hover, .brandedLoginBox .btn:focus {
    outline: none;
}

.brandedLoginBox .btn-primary:hover {
    background-color: #50b848; /** OM_Fresh Green **/
}

.brandedLoginBox .btn-link {
    margin-bottom: 0px;
}

.brandedLoginBox a {
    color: #808285; /** OM_Medium Gray **/
}

.brandedLoginBox a:hover {
    color: black;
    text-decoration: none;
}

#loginClearForm {
    display: inline-block;
}

.showPwdLoginForm {
    right: auto;
    left: 217px;
}

.operatedByKaneLogo {
    top: 56px;
    right: 15px;
    border: 2px solid white;
}