.brand-logo-custom {
    width: 40px;
    height: 40px;
    background: url('https://formflow.hashtagacademy.co.za/Common/RenderImageGen/b864f0fd-002e-4876-8d72-60f178b954b5') no-repeat center center;
    background-size: contain;
    display: inline-block;
    border: none;
    vertical-align: middle;
}
.login-logo {
    width: 352px;
    height: 78px;
    background: url('https://formflow.hashtagacademy.co.za/Common/RenderImageGen/1eca03a0-3ff0-401f-9c15-3d85070ce643') no-repeat center center;
    background-size: contain;
    display: inline-block;
    border: none;
    vertical-align: middle;
}
.instance-item-container{
    background-color: #fff;
    background-clip: border-box;
    border: 1px solid #00506e;
    border-radius: .25rem;
    margin-bottom: 25px;
    margin-top: 12px;
    position: relative;
}
.instance-item-header{
    padding: 2px;
    margin-bottom: 0;
    background-color: white;
    color: #00506e;
    position: absolute;
    top: -15px;
    left: 10px;
}
.instance-item-header h4{
    color: #00506e;
    margin-bottom: 0px;
}
.instance-item-body{
    padding: 1.25rem;
}