#formInputs_tig {
	    background: black;
    border: 1px solid #d5c20c;
    padding: 7px;
    color: white;
    height: 94%;
    width: 96%;
    max-width: 350px;
    overflow-y: auto;
    margin: auto;
    margin-top: 7px;
}

#formOuterInputs_tig {
	position: absolute;
    	z-index: 100;
    	top: 0;
    	left: 0;
   	background: #000000d6;
    	width: 100%;
    	height: 100%;
}

#header_tig {
	margin-bottom: 13px;
    	font-size: 21px;
    	text-align: center;
    	box-shadow: inset 0px -2px 0px 0px #dcd60a;
	color: white;
    	padding-bottom: 10px;
}

#formInputs_tig > input , #formInputs_tig > select {
	    margin-bottom: 10px;
    font-size: 20px;
    border-radius: 0px;
    border: none;
    box-shadow: 2px 2px 0px 0px #dcd60a;
	width : 95%;
	max-width: 350px;
}

#formInputs_tig::-webkit-scrollbar {
    height: 6px;
    width: 7px;
    background: #414141;
}

#formInputs_tig::-webkit-scrollbar-thumb {
  background-color: #e1bf09;
    border-radius: 10px; 
}

@-moz-document url-prefix() {
        #formInputs_tig {scrollbar-width:thin !important; }
}

#formInputs_tig > button {
	border: none;
    	padding: 8px;
    	margin-bottom: 30px;
    	margin-right: 5px;
    	margin-top: 11px;
    	width: 92px;
    	height: 37px;
    	color: white;
    	box-shadow: 2px 2px 0px -1px yellow;
   	cursor: pointer;
	background: #c81313;
    	border-radius: 5px;
}


#formInputs_tig > button:hover {
	opacity: 0.9;
} 

#formInputs_tig > button:active {
	opacity: 0.8;
	box-shadow: none;
	margin-left: 2px;
    	margin-top: 2px;

}
