/*
	Theme Name:   	ITBMS Theme
	description:  	A child theme of the Twenty Seventeen default WordPress theme
	Author:       	eRepasi
	Template:     	twentyseventeen
	Created:		14-May-2019
	Revision:		14-May-2019
	File:			style-wpForms.css (assets/css/style-wpForms.css)
*/
/*------------------------------------------------------------------------------
		********** Adapted WPForms-Styles **********
------------------------------------------------------------------------------*/

		div.wpforms-container-full .wpforms-form {
			margin-top: 20px !important;
		}
		div.wpforms-container-full .wpforms-form .wpforms-field {
    		padding: 5px 0;
		}
		div.wpforms-container-full .wpforms-form input[type="email"] {
			height: 30px;
			padding: 0px 10px !important;
			color: rgb( 3, 3, 3);
			margin-bottom: 30px;
		}
		div.wpforms-container-full .wpforms-form input[type="text"] {
			height: 30px;
			padding: 0px 10px !important;
			color: rgb( 3, 3, 3);
		}
		div.wpforms-container-full .wpforms-form ul {
			margin-left: 2em !important;
			margin-top: 20px !important;
			margin-bottom: 0px !important;
		}
		div.wpforms-container-full .wpforms-form .wpforms-field-label-inline {
			font-size: 14px;
		}
		div.wpforms-container-full .wpforms-form input[type="checkbox"] {
			margin-right: 1em !important;
			margin-top: 3px !important;
			margin-bottom: 3px !important;
		}
		div.wpforms-container-full .wpforms-form .wpforms-field-label {
			margin-left: 0em;
			margin-bottom: 2px;
			color: #009475;			/* #7f7f7f; */
		}
		div.wpforms-container-full .wpforms-form textarea.wpforms-field-medium {
			resize: none;
			height: 120px;
			width: 70%;
			color: 3, 3, 3);
		}
		div.wpforms-container-full .wpforms-form button[type="submit"] {
		  background-color: #4caf50;
		  color: white;
		  padding: 12px 20px;
		  border: none;
		  border-radius: 5px;
		  cursor: pointer;
		  font-size: large;
/*		  float: right;	*/
		  float: left;
		  margin-top: 40px;
		}
		div.wpforms-container-full .wpforms-form button[type="submit"]:hover {
		  background-color: #45a049;
		}
