form {
    background: none;
    padding: 20px;
    margin: auto;
    border-radius: 8px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

.ajax-form label,
.ajax-form select,
.ajax-form input,
.ajax-form textarea,
.ajax-form button {
    display: block;
    width: 100%;
    margin-top: 6px;
    font-size: small;
}


.ajax-form select,
.ajax-form input,
.ajax-form textarea {
	font-family: monospace;
	background: #343434;
    padding: 6px 0 6px 10px;
    border: none;
    border-radius: 6px;
    color: #ffffff;
    outline-color: #343434;
}

.g-recaptcha {
	transform: scale(0.96);
    margin: 15px auto 12px;
    display: flex;
    justify-content: center;
}

@media (max-width: 1000px) {
  		.g-recaptcha {
	transform: scale(1.0);
    }	
}
@media (max-width: 430px) {
  		.g-recaptcha {
	transform: scale(0.98);
    }	
}
@media (max-width: 400px) {
  		.g-recaptcha {
	transform: scale(0.94);
    }	
}
@media (max-width: 370px) {
  		.g-recaptcha {
	transform: scale(0.82);
	margin: 8px 0 5px 0;
    }	
}
@media (max-width: 350px) {
  		.g-recaptcha {
	transform: scale(0.79);
	margin: 8px 0 5px 0;
    }	
}
@media (max-width: 330px) {
  		.g-recaptcha {
	transform: scale(0.75);
	margin: 8px 0 5px 0;
    }	
}
@media (max-width: 310px) {
  		.g-recaptcha {
	transform: scale(0.7);
    margin: 4px 0 -3px 0;
    }	
}
@media (max-width: 290px) {
  		.g-recaptcha {
	transform: scale(0.64);
    margin: 0 0 -6px 0;
    }	
}
@media (max-width: 280px) {
  		.g-recaptcha {
	transform: scale(0.6);
    margin: 2px 0 -4px 0;
    }	
}
@media (max-width: 260px) {
  		.g-recaptcha {
	transform: scale(0.5);
    margin: -5px 0 -12px 0;
    }	
}
.g-recaptcha .rc-anchor-light {
    background: #f79c00;
    color: #000;
}

.g-recaptcha .rc-anchor-light.rc-anchor-normal, .g-recaptcha .rc-anchor-light.rc-anchor-compact {
    border: none;
}

button[type="submit"] {
  	height: 40px;
    background: #f49b00;
    border-style: none;
    border-radius: 6px;
}

input:-internal-autofill-selected {
	background-color: -internal-light-dark #343434 !important;
}

textarea {
    background-image: url('https://www.bropedia.pl/graftech/resize_f49b00.svg') !important;
    background-repeat: no-repeat !important;
    background-position: calc(100% - 4px) calc(100% - 3px) !important;
    border-radius: 6px !important;
    background-size: 15px 15px !important;
    resize: vertical !important;
    min-height: 14px;
}

textarea::-webkit-resizer {
	background-color: none !important;
	width: 2px !important;
    height: 2px !important;
}

/* Ukrycie pola honeypot */
.honeypot {
    display: none;
}

/* Styl modala */
.modal {
    display: none;
    position: fixed;
    z-index: 1100;
    left: 0;
    top: 0;
    width: 100%;
    height: 100vh;
    background-color: rgba(0, 0, 0, 0.5);
}

.modal-content {
    background-color: #f49b00;
    color: black;
    font-weight: 400;
    position: relative;
    margin: 40vh auto;
    padding: 20px 0 60px;
    border-radius: 10px;
    width: 40%;
    text-align: center;
    box-shadow: 0px 4px 6px rgb(0 0 0 / 10%);
}

#modalMessage {
	font-size: 1.2rem;
}

.close {
    float: right;
    font-size: 28px;
    font-weight: bold;
    cursor: pointer;
}

span.modal-close {
    position: relative;
    display: flex;
    right: 6%;
    top: -10px;
    flex-direction: row-reverse;
    font-size: xx-large;
    width: auto;
}
/*.modal {
    display: none;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    justify-content: center;
    align-items: center;
}

.modal-content {
    background: white;
    padding: 20px;
    border-radius: 8px;
    text-align: center;
}
*/

