/*
Theme Name: kvi 
Description: kvi Wordpress theme.
Version: 06-22-2021 
*/

.page-template-tpl-autorize .row {
	display: flex;
	justify-content: space-around;
	max-width: 70%;
	flex-wrap: wrap;
}

.page-template-tpl-autorize .container {
	margin-top: 250px;
	margin-bottom:  100px;
}

.page-template-tpl-autorize input:not([type="submit"]),
.page-template-tpl-autorize textarea,
.page-template-tpl-autorize select {
	border: 1px solid #b3b3b3;
    margin: 10px 0 20px;
    color: #525252;
}
.page-template-tpl-autorize select {
	padding: 0 10px;
    height: 52px;
    display: block;
    border-radius: 3px;
    width: 100%;
}

.page-template-tpl-autorize textarea {
	padding:  10px;
}

.page-template-tpl-autorize #form-registration .form-group {
	position: relative;
}

.form-group label:not(.label-questions):after {
	content: '*';
	color: red;
	display: inline-block;
	margin-left: 5px;
}

legend {
	font-size: 18px;
    margin-bottom: 25px;
    font-weight: 700;
}

.page-template-tpl-autorize #form-registration .input-form-alert {
	border: 1px solid red;
    background: #ffe5e5;
}

.page-template-tpl-autorize #form-registration .error-notice {
	display: none;
	color: red;
	position: absolute;
	bottom: 6px;
	left: 0;
  font-size: 11px;
}

.search-cruises-nav-button {
	display: none;
	text-transform: uppercase;
	color: #e3fb19;
	margin: 0 20px;
	font-size: 12px;
	height: 11px;
	cursor: pointer;
}