/*Header colours based on environments*/

.login-header{
    width: 100%;
    height:25px;
    position: absolute;
    top: 0;
}
section#header header.test, .login-header.test{background-color:rgba(244,211,94, 0.6);}
section#header header.acc, .login-header.acc{background-color:rgba(224,58,62, 0.35);}

#envText {
    position: absolute;
    color: rgba(35,31,32, 0.5);
    font-size: 15px;
    font-weight: bold;
    margin-top: 2px;
    left:50%;
}
