:root {
    --mulaiduluColor: #435b60;
    --taglineColor: #b76f5c;
}
* {
    font-family: 'Poppins', sans-serif;
}
#body_colour {width: 100%;height: 100%;display: table;text-align: center;
    padding:0;margin:0;}
#content_login {display: table-cell;vertical-align: middle;font-size:14px;}
#formlogin input {padding:10px;width:230px;border-radius: 3px;border:1px solid gray;margin:5px 0;}
.login-error {font-size: 11px;color:red;font-style: italic;}
p {color:darkgray;letter-spacing: 1px;}
footer {
    position: fixed;
    width: 100%;
    height:20px;
    bottom: 0;
    left:0;
    padding:10px 0;
    font-size: 12px;
    color:var(--taglineColor);
    background:rgba(0,0,0,0.05);
}
.business-logo-holder {
    font-size: 18px;
    font-weight: 700;
}
.logo-text {
    color: var(--mulaiduluColor);
    font-weight: 900;
    text-decoration: none;
}

/*body:after{*/
    /*content: "beta";*/
    /*position: fixed;*/
    /*width: 80px;*/
    /*height: 25px;*/
    /*background: #f39c12;*/
    /*top: 7px;*/
    /*left: -20px;*/
    /*text-align: center;*/
    /*font-size: 13px;*/
    /*font-family: sans-serif;*/
    /*text-transform: uppercase;*/
    /*font-weight: bold;*/
    /*color: #fff;*/
    /*line-height: 27px;*/
    /*-ms-transform:rotate(-45deg);*/
    /*-webkit-transform:rotate(-45deg);*/
    /*transform:rotate(-45deg);*/
/*}*/
