/* ----------------------------------------------------------------
	Custom CSS

	Add all your Custom Styled CSS here for New Styles or
	Overwriting Default Theme Styles for Better Handling Updates
-----------------------------------------------------------------*/



.darken-overlay section {
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
}

.validation {
    color: red;
    font-weight: bold;
    font-size: smaller;
}
.ta-r
{
    text-align: right;
}