/*Write your custom css in this file.*/

svg:not(.gantt) {
    stroke-width:1.25px;
}

@media screen and (max-width: 767px){
	.brand-logo img {
		max-width: 120px;
		max-height: 40px;
	}
} 

.form-signin {
    width: 100%;
    max-width: 450px;
    margin: 8% auto;
	box-shadow:0 20px 20px rgba(0,0,0,.15);
}