@charset "utf-8";
/* CSS Document */

.no-spin::-webkit-inner-spin-button, .no-spin::-webkit-outer-spin-button {
-webkit-appearance: none !important;
margin: 0 !important;
-moz-appearance:textfield !important;
}

.col-form-label {
    padding-top: calc(0.375rem );
    padding-bottom: calc(0.375rem );
    margin-bottom: 0;
    font-size: inherit;
    line-height: 1.2;
}

input[type="text"],
input[type="number"],
input[type="tel"],
input[type="email"] {
	padding-top:2px;
	padding-bottom:2px;
	
}


