/* This is the right place to override bootstrap and material stuff */


/**
 * Bootstrap
 */

/**
 * make label bottom margin scale correctly
 */
body label {
	margin-bottom: 0.3125em;
}

/**
 * Material
 */

/**
 * Override normal label bottom margin for md-input-container
 */
body md-input-container>label {
	margin-bottom: 0;
}