:root {
--success-color: #4CAF50;
--text-color: #2c3e50;
--text-secondary: #7f8c8d;
--animation-: 0.5s;
}
body {
    padding:0;
    margin:0;
    overflow:hidden;
    background-color:#fff;
    text-align:center;
    font-size:calc(12px + .5vw);
    color:#666;
}

#div_login {
    text-align:center;
    font-size:calc(12px + .5vw);
    color:#999;
    font-family:sans-serif;
    padding:1vh 1vw;
    background-color:transparent;
    width:min( 91vw , 38rem);
    position:static;
    border-radius:1vh;
    margin:14vh auto auto auto;
}
#get_started{

    background-color: black;
    padding: 1rem 2rem;
    border-radius: 1rem;
    display: inline-block;
    margin: 1rem 0 0.5rem 0;
}

#get_demo{
    background-color: #60f;
    padding: 0.9rem 2rem;
    border-radius: 1rem;
    display: inline-block;
    margin: 1rem;
    box-shadow: 0px 0px 28px -1px #60f;
    border: 1px solid #fff;
}

#get_demo a, #get_started a:hover, #get_started a:visited {
    color:#fff;
}

#panel {
    height:42vh;
    padding:1vh 1vw;
}
#panel #thks {
    padding:4vh 2vw;
    color:#333;
    margin:2vh;
    display:inline-block;
    font-size:calc(9px + 1vw);
    font-weight:bold;
}
#panel #thks a {
    color:#333;
}

input#epn, input#esn, input#loginemail, input#loginpass {
    border-radius:1rem;
    color:#666;
    background:#fff;
    border:1px solid #3339;
    padding:1rem 1rem 1rem 1.4rem;
    margin:.5vw;
    width:14vw;
    text-align:left;
    font-size:1rem;
    min-width:152px;
    outline:none;
}

input#epn, input#esn {
text-transform:capitalize;
}

input#email1, input#email2, input#ep {
    font-size:1rem;
    border:none;
    border-radius:1rem;
    color:#333;
    background:#fff;
    border:1px solid #3339;
    padding:1rem 2rem;
    margin:.5vw;
    text-align:left;
    outline:none;
}

input[type="email"], input[type="password"] {
    margin-left:.7vw!important;
    width:30.3vw!important;
    min-width:260px;
    min-height:20px;
    text-transform:lowercase;
}



::-webkit-input-placeholder {
  color: #999;
}
::-moz-placeholder {
  color: #999;
}
:-ms-input-placeholder {
  color: #999;
}
:-moz-placeholder {
  color: #999;
}




input#login_bot_enter {
    font-size:calc(12px + .5vw);
    text-align:center;
    border:none;
    border-radius:1rem;
    color:#fff;
    background:#369;
    border:1px solid #333;
    padding:1vh 4vw;
    margin:.5vw;
}

input#email1:focus,input#email2:focus,input#pw:focus {
    background:#fff;
}

#login_mssg {
    font-size:calc(12px + .5vw);
    text-align:center;
    border:none;
    border-radius:.5vh;
    color:#666;
    background:transparent ;
    padding:1vh 4vw;
    margin:.5vw;
}

#login_mssg.w {
    font-size:2vh;
    text-align:center;
    border:none;
    border-radius:2rem;
    color: #f90;
    background: #fff;
    padding:1vh 4vw;
    margin:.5vw;
    border:1px solid #f90;
}

span.loginlabel {
    text-align:left;
    background-color:transparent;
    width:21vw;
    display:inline-block;
    color:#ccc;
    text-shadow:#333-.1vw-.1vw.1vw;
}

a.linkforgot,a.linkforgot:active,a.linkforgot:visited,a.linkforgot:hover {
color:#333;
}

a#linkterms {
    color:#333;
    font-size:80%;
}

#get_started a {
    color:#fff;
    font-size:80%;
}

#terms {
    width:45vw;
    background-color:rgba(255,255,255,0.8);
    font-family:sans-serif;
    font-size:12px;
    height:69vh;
    z-index:31;
    position:fixed;
    top:9vh;
    left:27vw;
    padding:1vh 0vw 1vh 2vw;
    border-radius:1rem;
    backdrop-filter: blur(14px);
    box-shadow: 0.1rem 0.1rem 1.4rem 0.8rem #3331;
    text-align:justify;
}

#closeterms {
    color: #fff;
    background: #345;
    padding: 0.5rem 0.8rem;
    border-radius: 2rem;
    margin: 1vh;
    right: .5vw;
    position: absolute;
    font-weight:  200;
    text-decoration: none;
    font-size: 1rem;
}

#innerterms {
    width:43vw;
    font-family:sans-serif;
    font-size: 1rem;
    height:60vh;
    overflow-y:scroll;
    top:6vh;
    position:relative;
    padding:0 1vw 1vh 0;
    color: #333;
}

#enter  {
  display: inline-block;
    text-align: center;
    cursor:pointer;
}

#enter input {
    padding: 1rem;
    display: block;
    margin: 1em 2em;
    border-radius: .5rem;
    width: 15em;
    font-size: 1rem;
}

#enter input#create {
    background:#093;
    color:#fff;
    border-color:transparent;
    box-shadow: 0.1rem 0.1rem 1rem 0.2rem #3336;
}

#brand {
    color:#6bf;
    font-size:3vw;
    font-weight:bold;
    text-shadow:0 0 1px#000;
    text-shadow:0 0 .3vh #fff;
    margin-left:2vw;;
}
body {
    margin: 0;
    height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
    background: linear-gradient(135deg, #fff 0%, #ddd 100%);
    font-family: 'Arial', sans-serif;
}

.confirmation-container {
    background: white;
    padding: 2rem 3rem;
    border-radius: 20px;
    box-shadow: 0 10px 30px rgba(0,0,0,0.1);
    text-align: center;
    max-width: 500px;
    opacity: 0;
    animation: fadeIn 0.5s ease-out forwards;
}

.checkmark {
    width: 80px;
    height: 80px;
    margin: 0 auto 20px;
}

.checkmark__circle {
    stroke: var(--success-color);
    stroke-width: 2;
    stroke-dasharray: 166;
    stroke-dashoffset: 166;
    animation: stroke 0.6s cubic-bezier(0.65, 0, 0.45, 1) forwards;
}

.checkmark__check {
    transform-origin: 50% 50%;
    stroke: var(--success-color);
    stroke-width: 2;
    stroke-dasharray: 48;
    stroke-dashoffset: 48;
    animation: stroke 0.3s cubic-bezier(0.65, 0, 0.45, 1) 0.6s forwards;
}

.header {
    color: var(--text-color);
    margin-bottom: 1rem;
}

.message {
    color: var(--text-secondary-color);
    margin-bottom: 2rem;
    line-height: 1.5;
}

.progress-bar {
    height: 4px;
    background: #eee;
    border-radius: 2px;
    overflow: hidden;
}

.progress-fill {
    height: 100%;
    width: 0;
    background: var(--success-color);
    animation: progress-loading 2s ease-in-out infinite;
}

@keyframes stroke {
    100% {
        stroke-dashoffset: 0;
    }
}

@keyframes fadeIn {
    to {
        opacity: 1;
        transform: translateY(0);
    }
    from {
        opacity: 0;
        transform: translateY(20px);
    }
}

@keyframes progress-loading {
    0%, 100% { transform: translateX(-50%); width: 50%; }
    50% { transform: translateX(100%); width: 80%; }
}

        #cookie-policy-modal-bg {
            position: fixed;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            background-color: rgba(0, 0, 0, .5);
            z-index: 1000;
        }
        #cookie-policy-modal {
                position: absolute;
                left: 0;
                width: calc(100vw - 3rem - 6px);
                height: auto;
                background-color: #FFFFFF;
                background-color: #0006;
                border-radius: 1rem;
                padding: 1rem 1rem;
                border: solid 1px #fff6;
                box-shadow: .1rem .1rem 1rem .1rem #333;
                font-size: 0.8rem;
                line-height: 150%;
                backdrop-filter: blur(8px);
                bottom: 0;
                color: #fff;

        }

        #cookie-policy-modal-content {
            text-align: center;
        }
        #cookie-policy-modal button {
            padding: 0.4rem 1.9rem;
            margin: .5rem;
            border: 2px solid #fff;
            color: #fff;
            background-color: #09f;
            border-radius: 0.6rem;
            text-shadow: 0 -1px 1px #000;
        }

        .no {
            background: #fff9 !important;
            color: #666c !important;
            border: 0 !important;
        }
