/**
 *
 * Apply Here your Custom CSS
 *
*/

body {
	.control-label {
        color:white;
    }
    .input-round {
        border-radius: 25px
    }
}