@media only screen and (min-width: 1200px){
    #infoModal{
        width: 450px;
    }
}

.modalHeading{
    display:flex;
}
.exclamation{
    margin-right: 16px;
    height: 100px;
}
input.inputfile {
	width: 0.1px;
	height: 0.1px;
}

label.inputfile {
	color: rgb(255, 255, 255);
	padding-top: 10px;
	padding-bottom: 11px;
	margin-top: -1px;
	margin-bottom: 20px;
	background-color: rgb(0, 140, 186);
	border-radius: 5px;
	font-size: 11px;
	display: inline-block;
	text-align: center;
	width: 100%;
}
