.forma_wrap {
    display: flex;
    justify-content: center;
}
.forma_wrap_4 {
	background: #fff;
    padding: 20px;
    border-radius: 8px;
}
.forma_wrap .title {
    margin: 0 0 20px 0;
    font-size: 28px;
    font-weight: 600;
}
.forma_wrap .subtitle {
    font-size: 18px;
    font-weight: 400;
    margin: 0 0 30px 0;
}
.forma_wrap .forma {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
.forma_wrap .forma_1 {
	width:80%;
	justify-content: flex-end;
}
.forma_wrap .forma_2 {
	gap:1em;
	max-width: 630px;
}
.forma_wrap .forma label {
    display: flex;
    margin-bottom: 20px;
    flex: 0 0 100%;
    position: relative;
}
.forma_wrap .forma_2 label {
	flex: auto;
	margin: 0;
}
.forma_wrap_3 .forma label {
	flex: 0 0 100%;
}
.forma_wrap_4 .forma label {
	flex: 0 0 100%;
}
.forma_wrap .forma label input {
    flex: 0 0 100%;
    box-sizing: border-box;
    height: 70px;
    border: #ffffff;
    border-radius: 8px;
    font-weight: 500;
    padding: 5px 15px;
    margin-bottom: 0 !important;
    font-family: inherit;
    color: #000000;
    font-size: 20px;
}
.forma_wrap .forma_2 label input {
	height:60px;
	color: #000000;
    background-color: #f5f5f5;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
}
.forma_wrap .forma label input:auto-fill { 
  outline: 5px solid red !important;
}
.forma_wrap .forma label input.error {
	border: 2px solid red;
}
.forma_wrap .forma label .warning {
    position: absolute;
    font-size: 12px;
    bottom: -7px;
    right: 5px;
    padding: 0 5px;
    border-radius: 3px;
    background: red;
    color: #ffffff;
    line-height: 1.5;
}
.forma_wrap .forma label select {
    flex: 0 0 100%;
    box-sizing: border-box;
}
.forma_wrap .forma .btn {
    display: flex;
    margin-bottom: 20px;
    flex: 0 0 100%;
    box-sizing: border-box;
    justify-content: center;
    align-items: center;
    border-radius: 8px;
    font-size: 20px;
    height: 70px;
    background: #2c82cd;
    color: #ffffff;
    text-decoration: none;
    cursor: pointer;
    max-width: none;
}
.forma_wrap .forma .btn:hover {
	background: #3fa1e1 !important;
}
.forma_wrap .forma_2 .btn {
	flex: 0 0 50%;
	height: 60px;
	max-width: 170px;
	margin: 0;
	background: #ff6854;
	transition: all 0.3s;
	border-radius: 5px;
}

.forma_wrap_4 .forma .btn {
	flex: 0 0 100%;
	margin-bottom: 10px;
}
.forma_wrap .forma .notice {
	font-size: 12px;
	color: #ffffff;
	margin: 0;
	line-height: 1.3;
	text-align: right;
	opacity: 0.4;
}
.forma_wrap .forma .notice a {
	color: #ffffff;
}
.forma_wrap .forma_1 .notice {
    max-width: 300px;
}
.forma_wrap .forma_2 .notice {
	color: #3c3c3c;
	width: 100%;
	padding: 0;
}
.forma_wrap_3 .forma .notice {
	color: #ffffff;
	text-align:right;
	margin: 0;
}
.forma_wrap_1 .success {
	color: #ffffff;
	font-size:20px;
}
.forma_wrap_1 .success a {
	color: #ffffff;
}
.forma_wrap_3 .success, .forma_wrap_3 .success a {
	color: #ffffff;
}
.forma_wrap_3 .error {
	color: #ffffff;
}
#popmake-408 {
	background:rgb(0, 19, 36);
}
#popmake-408 .forma_wrap .forma_1 {
	width: 100%;
}
a.popup_form{color:#fff !important;text-decoration:none !important;cursor:pointer;line-height:1.55;border-radius:8px;background-color:#2c82cd;border-color:transparent;border-style:solid;transition:background-color 0.2s ease-in-out, color 0.2s ease-in-out, border-color 0.2s ease-in-out;padding:13px 15px;font-size:18px;}
a.popup_form:hover{background-color:#ff6854;}
@media all and (max-width:980px) {
	.forma_wrap_1 {max-width: 560px;}
	.forma_wrap .forma_1 .notice {
    max-width: none;
    text-align: center;
}
}

@media all and (max-width:768px) {
	.forma_wrap .title {
    font-size: 22px;
	}
	.forma_wrap .subtitle {}
	.forma_wrap .forma {
    width: 100%;
	max-width:520px;
	}
	.forma_wrap .forma label {
    flex: 0 0 100%;
	}
	.forma_wrap .forma label select {
    width: 100%;
	}
	.forma_wrap .forma .btn {
    flex: 0 0 100%;
	}
	.forma_wrap .forma_2 {
	gap:1em;
	}
	.forma_wrap .forma_2 .btn {
	flex:0 0 100%;
	max-width: none;
	}
}
@media all and (max-width:680px) {
	.forma_wrap_3 .forma .notice {
	text-align:center;
	}
}

.forma_wrap_3 .forma label input {
    height: 50px;
    font-size: 18px;
}
.forma_wrap_3 .forma .btn {
	flex: 0 0 100%;
	margin-bottom: 10px;
	height: 50px;
}