.wpcf7 {margin:auto; max-width: 400px;}
.wpcf7  .label-class {
	display:block!important;
	text-align:left;
	margin-left:10px;
	color: #FFFDFB;
	font-weight:300;
	font-size:12px;
	position:absolute;
	z-index:999;
	margin-top:34px;
}

.wpcf7 .wpcf7-text {
	border:solid 2px #73e2e4;
    background: #121418;
    color: #FFFDFB;

	border-radius: 6px;
	padding:20px 8px 4px 8px;
	width:100%;
}

.wpcf7 .wpcf7-text:-internal-autofill-selected {
    background: #121418;
}

.wpcf7 .wpcf7-not-valid-tip {
	font-size:12px;
	margin-left:10px;
	text-align:left;
}

.wpcf7 .wpcf7-submit {
    background-color: #34303D; /* Light turquoise color */
	width:100%;
	margin-top:25px;
    border: none;
    color: white;
    padding: 15px 40px; /* Adjust padding to fit the button size */
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
    font-weight: bold; /* Make the text bold */
    border-radius: 50px; /* Round edges */
    box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.1); /* Soft shadow for depth */
    transition: all 0.3s ease; /* Smooth transition for interactions */
    cursor: pointer; /* Pointer cursor on hover */
}


.wpcf7 .wpcf7-submit:hover {
    background-color: #3FBDBF; /* Slightly darker shade on hover */
}

button:active {
    background-color: #37A7A9; /* Even darker shade on click */
    box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.1); /* Reduced shadow on click */
    transform: translateY(2px); /* Slight push effect */
}

.form-curiousx {
    width: 60px !important;
    margin-top: 24px;
}

.wpcf7-form p {
    color: #FFFDFB;
}

.wpcf7 .wpcf7-textarea {
  border: solid 2px #73e2e4;
  border-radius: 6px;
}  

#form-name {
    color: #FFFDFB;
    background: #121418;
}

#form-tel {
    background: #121418;
}

#form-kod-ulotka {
    background: #121418;
}