@media (max-width: 576px) {
    .login-box, .register-box {
        margin-top: -13rem;
        width: 100%;
    }
}

.white-normal {
    white-space: normal !important;
}

.brand-link {
    padding: 0;
    text-align: center;
}

.brand-link img {
    height: 50px;
}

.GaugeMeter{
    Position:				Relative;
    Text-Align:			Center;
    Overflow:				Hidden;
    Cursor:				Default;
}

.GaugeMeter SPAN,
.GaugeMeter B{
    Width:					100%;
    Position:				Absolute;
    Text-Align:			Center;
    Display:				Inline-Block;
    Color:					RGBa(0,0,0,.8);
    Font-Weight:			100;
    Font-Family:			"Open Sans", Arial;
    Overflow:				Hidden;
    White-Space:			NoWrap;
    Text-Overflow:		Ellipsis;
    margin-left: -10px;
    margin-top: -5px;
}
.GaugeMeter[data-style="Semi"] B{
    Margin:				0 10%;
    Width:					80%;
}

.GaugeMeter S,
.GaugeMeter U{
    Text-Decoration:	None;
    Font-Size:			.30em;
    Font-Weight:			100;
    Opacity:				.6;
    margin-top: -11px;
    position: absolute;
}

.GaugeMeter B{
    Color:					Black;
    Font-Weight:			200;
    line-height: 20px !important;
    Opacity:				.8;
    margin-top: 175px;
    width: 110% !important;
}

.GaugeMeter S {
    top: 45px;
    width: 100%;
    left: 105px;
    text-align: left;
}

.bg-light-blue {
    background-color: #dbf4ff;
}

.bg-light-green {
    background-color: #d9f1d9;
}

.bg-light-yellow {
    background-color: lightyellow;
}

.bg-light-pink {
    background-color: #ffc8d0;
}

.bg-light-grey {
    background-color: lightgray;
}