.overlay {
position: fixed;
top: 0;
left: 0;
width: 100vw;
height: 100vh;
background: rgba(0, 0, 0, 0.6);
z-index: 9998;
}
.signup-modal-overlay {
position: fixed;
top: 0;
left: 0;
height: 100vh;
width: 100vw;
background: rgba(0, 0, 0, 0.6); z-index: 9998;
display: none;
}
.dfform-container {
background: #eeeeee;
padding: 30px 20px;
border-radius: 14px;
max-width: 400px;
width: 90%;
box-shadow: 0 12px 28px rgba(0, 0, 0, 0.3);
position: fixed;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
z-index: 9999;
font-family: 'Segoe UI', Tahoma, sans-serif;
text-align: center;
}
.close-signup-modal {
position: absolute;
top: 15px;
right: 15px;
font-size: 1.5rem;
background: none;
border: none;
color: #333;
cursor: pointer;
}
.signup-avatar {
width: 80px;
height: 80px;
border-radius: 50%;
object-fit: contain;
margin-bottom: 15px;
box-shadow: 0 0 0 3px #eeeeee;
}
.boxheadline {
font-size: 1.1rem;
font-weight: 600;
margin-bottom: 20px;
color: #222;
line-height: 1.4;
text-align: center;
}
.boxheadline span {
color: #DE2A32;
}
.dfform-field {
width: 100%;
padding: 12px;
margin-bottom: 15px;
font-size: 1rem;
border: 1px solid #ccc;
border-radius: 8px;
}
.mySubmitButton {
background-color: #DE2A32;
color: #fff;
border: none;
padding: 14px;
font-size: 1rem;
font-weight: bold;
border-radius: 8px;
cursor: pointer;
width: 100%;
}
.mySubmitButton:hover {
background-color: #e28b10;
}
#tos {
font-size: 0.9rem;
text-align: left;
margin-bottom: 15px;
}
#tos a {
color: #0066cc;
text-decoration: underline;
}
.regional-cta {
background-color: #838383;
color: #fff;
font-size: 1.1rem;
padding: 14px 24px;
border: none;
border-radius: 8px;
font-weight: bold;
cursor: pointer;
margin: 20px 0;
display: inline-block;
box-shadow: 0 4px 10px rgba(0,0,0,0.15);
transition: all 0.3s ease;
} .regional-cta:hover {
background-color: #6e6e6e; box-shadow: 0 0 10px rgba(222, 42, 50, 0.4); transform: translateY(-2px); }
@media (max-width: 480px) {
.dfform-container {
width: 95%;
padding: 25px 15px;
}
.signup-avatar {
width: 70px;
height: 70px;
}
}
.highlight {
color: #F37262;
font-weight: 600;
}.fcform-container {
border: 3px solid #5e68a6;
background: #6c85ab;
background: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#6c85ab));
background: -webkit-linear-gradient(top, #ffffff, #6c85ab);
background: -moz-linear-gradient(top, #ffffff, #6c85ab);
background: -ms-linear-gradient(top, #ffffff, #6c85ab);
background: -o-linear-gradient(top, #ffffff, #6c85ab);
background-image: -ms-linear-gradient(top, #ffffff 0%, #6c85ab 100%);
-webkit-border-radius: 21px;
-moz-border-radius: 21px;
border-radius: 21px;
font-family: 'Helvetica Neue', Helvetica, sans-serif;
text-decoration: none;
vertical-align: middle;
min-width: 120px!important;
padding: 10px;
margin: 10px;
width: auto;
}
.fcmsg-field1 {
border: 1px solid #000000!important;
background: #ffffff;
-webkit-border-radius: 8px;
-moz-border-radius: 8px;
border-radius: 8px;
color: #000000;
width: 100% !important;
margin: 8px 8px 8px 0!important;
padding: 8px !important;
float: left!important;
width: 70% !important;
}
.fcmsg-field1:focus {
background: #fff;
color: #000000;
}
.typed-cursor {
opacity: 1;
-webkit-animation: blink 0.7s infinite;
-moz-animation: blink 0.7s infinite;
animation: blink 0.7s infinite;
}
@keyframes blink {
0% {
opacity: 1;
}
50% {
opacity: 0;
}
100% {
opacity: 1;
}
}
@-webkit-keyframes blink {
0% {
opacity: 1;
}
50% {
opacity: 0;
}
100% {
opacity: 1;
}
}
@-moz-keyframes blink {
0% {
opacity: 1;
}
50% {
opacity: 0;
}
100% {
opacity: 1;
}
}
.fctext-body {
height: 250px;
background-color: #FFFFFF;
padding: 10px;
color: #000000;
font-family: "Consolas", "Courier New", "Courier";
font-size: 1.15em;
line-height: 1.30em;
font-weight: 200;
text-align: left;
overflow: auto;
border-radius: 6px;
}
.fcform-field {
border: 1px solid #000000!important;
background: #ffffff;
-webkit-border-radius: 8px;
-moz-border-radius: 8px;
border-radius: 8px;
color: #000000;
-webkit-box-shadow: rgba(255, 255, 255, 0.4) 0 1px 0, inset rgba(000, 000, 000, 0.7) 0 1px 1px;
-moz-box-shadow: rgba(255, 255, 255, 0.4) 0 1px 0, inset rgba(000, 000, 000, 0.7) 0 1px 1px;
box-shadow: rgba(255, 255, 255, 0.4) 0 1px 0, inset rgba(000, 000, 000, 0.7) 0 1px 1px;
padding: 8px;
margin-bottom: 5px;
width: 100% !important;
}
.fcform-field:focus {
background: #fff;
color: #000000;
}
.fcform-container .fcform-title {
text-shadow: #ededed 0 1px 0;
font-size: 18px;
margin: 0 0 10px 0;
font-weight: bold;
text-align: center;
}
.fcform-title {
margin-top: 5px;
color: #000000;
text-shadow: #ededed 0 1px 0;
}
.fcsubmit-container {
margin: 8px 0;
text-align: right;
width: 100%;
}
.fcsubmit-button {
display: inline-block;
position: relative;
height: 40px;
margin: 0;
padding: 0 30px;
font-size: 20px !important;
font-weight: bold;
text-transform: uppercase;
letter-spacing: 0.5px;
color: #fff;
cursor: pointer;
border-radius: 10px;
border: none;
outline: none;
box-shadow: none;
background-image: linear-gradient(to right, #3474d4, #38c9d3, #3474d4);
background-size: 200%;
transition: 0.5s;
text-align: center;
text-decoration: none!important;
vertical-align: middle!important;
}
.fcsubmit-button:hover,
.fcsubmit-button:active {
background-position: right;
border: none;
outline: none;
box-shadow: none;
}
.fcform-container1 {
border: 1px solid #fcfcfc!important;
background: #2646530a!important;
-webkit-border-radius: 10px!important;
-moz-border-radius: 10px!important;
border-radius: 10px!important;
font-family: 'Helvetica Neue', Helvetica, sans-serif;
text-decoration: none!important;
vertical-align: middle!important;
min-width: 180px!important;
padding: 10px 10px 0 10px!important;
margin: 5px!important;
width: auto!important;
}
.fcform-container1 p {
padding: 0!important;
margin: 0!important;
}
.fcform-field1 {
border: 1px solid #000000!important;
background: #ffffff!important;
-webkit-border-radius: 8px!important;
-moz-border-radius: 8px!important;
border-radius: 8px!important;
color: #000000!important;
padding: 8px!important;
margin-bottom: 5px!important;
width: 92% !important;
}
.fcform-field1:focus {
background: #fff;
color: #000000;
}
.fcform-container1 .fcform-title {
text-shadow: #ededed 0 1px 0;
font-size: 18px;
margin: 0 0 10px 0;
font-weight: bold!important;
text-align: center;
}
.fcform-title1 {
margin-top: 1px;
color: #000000;
font-size: 18px;
font-weight: bold;
text-shadow: #ededed 0 1px 0;
background-color: transparent!important;
}
.fcsubmit-container1 {
margin: 8px 0!important;
width: 100%!important;
text-align: right!important;
background-color: transparent!important;
}
.fcsubmit-button1 {
border: 2px solid #447314!important;
background: #6aa436!important;
-webkit-border-radius: 6px!important;
-moz-border-radius: 6px!important;
border-radius: 6px!important;
color: #000000!important;
font-family: helvetica, serif!important;
padding: 16.5px 18px!important;
text-decoration: none!important;
vertical-align: middle!important;
width: auto !important;
cursor: pointer!important;
margin: 0!important;
font-size: 16px!important;
font-weight: bold!important;
line-height: 12px!important;
}
.fcerror {
color: #ff0000;
font-size: 12px!important;
font-weight: bold!important;
}
#fcerfolg {
color: #004B32;
font-size: 12px!important;
font-weight: bold!important;
display: none;
} #erfolg {
display: none;
font-size: 24px;
color: #fff;
} #fcfehler {
color: #ff0000!important;
font-size: 12px!important;
font-weight: bold!important;
display: none;
}
#fcemailerror {
display: none;
}
#fcbnerror {
display: none;
}
#fctoserror {
display: none;
}
.fcheadline {
position: relative;
width: 100%;
height: auto;
margin: 15px 0;
padding: 10px;
color: rgba(73, 72, 72, 0.946);
font-size: 1rem;
border: none;
font-weight: bold;
text-align: center;
}