#form_auth {
    text-align: center;
    display: flex;
    justify-content: center;
    margin-top: 100px;
    padding: 40px;
    background-image: url("/static/image/svgs/silver.svg")
}
#form_call {
    margin-top: -10px;
    text-align: center;
    display: flex;
    justify-content: center;
    padding: 60px 0;
    background-image: url("/static/image/svgs/silver.svg")
}
#login-error{
    position: unset!important;
}
#id_image{
    display: none;
}

.image-upload-container{
    margin-top: 30px;
}
#imagePreview{
    cursor: pointer;
}
#label-input{
    color: white;
}
#imagePreview {
    width: 150px;
    height: 150px;
    border-radius: 50%;
    object-fit: cover;
}

#form_part{
    margin-top: 130px;
    text-align: center;
    display: flex;
    justify-content: center;
    padding: 40px;
    background-image: url("/static/image/svgs/silver.svg")
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0,0,0,0);
  border: 0;
}
#cover_img {
    border-radius: 5px;
    opacity: .7;
    height: 744px;
    width: 744px;
}

#form-ui {
    display: flex;
    justify-content: center;
    animation: rgbGlow 5s infinite alternate;
}

@keyframes rgbGlow {
    0% {
        box-shadow: 0 15px 100px #70f1ff;
    }
    25% {
        box-shadow: 0 15px 70px #00948f;
    }
    50% {
        box-shadow: 0 15px 130px #009eff;
    }
    75% {
        box-shadow: 0 15px 100px #23b09a;
    }
    100% {
        box-shadow: 0 15px 70px #004ca2;
    }
}

.form-inp ::placeholder {
    color: white;
}
#title{
    text-align: center;
    background: var(--btn-bg);
    margin-top: 90px;
}
#dec{
    text-align: center;
    margin-top: 20px;
    font-size: 1.4rem;
}
#welcome-line-1 {
    color: rgb(255, 255, 255);
    font-weight: 600;
    font-size: 40px;
}

#form {
    display: flex;
    flex-direction: column;
    justify-content: center;
    place-items: center;
    width: 28rem;
    padding: 25px;
    background: linear-gradient(135deg, rgba(204, 255, 250, 0.56), rgba(0, 108, 185, 0.2), rgba(144, 206, 210, 0.34));
    border-radius: 10px;
}
.otp-box img {
    max-width: 100%;
}
.otp-box {
    background: var(--btn-bg);
    padding: 40px;
    border-radius: 20px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
    text-align: center;
    width: 350px;
    color: #000000;
}
.otp-box h2 {
    color: white;
    margin: 25px auto;
    font-size: 28px;
}
#logo_form{
    width: 100%;
    max-width: 300px;
}
.otp-inputs {
    display: flex;
    justify-content: center;
    gap: 15px;
    direction: ltr;
}

.otp-inputs input {
    width: 60px;
    height: 60px;
    font-size: 28px;
    border-radius: 50%;
    text-align: center;
    background: rgba(255, 255, 255, 0.55);
    border: 5px solid rgba(0, 0, 0, 0.52);
    color: #000000;
    transition: 0.5s ease-in-out;
}

.otp-inputs input:focus {
    outline: none;
    border-color: #000000;
    box-shadow: 0 0 20px rgba(0, 155, 78, 0.72);
}

.form-btn {
    display: flex;
    justify-content: space-between;
}
#countdown{
    color: white;
}
#otp_btn {
    width: 40%;
    color: #ffffff;
    background: linear-gradient(to right, rgba(101, 145, 255, 0.27), rgba(0, 10, 35, 0.22));
    font-weight: 600;
    font-size: 22px;
    border: 2px solid #8fccce;
    border-radius: 8px;
    cursor: pointer;
    transition: all ease-in-out .5s;
}

#otp_btn:hover {
    background: linear-gradient(to right, #89e0ff, #00e4ec);
    color: #000000;
    cursor: pointer;
}

#timer-box {
    margin-top: 10px;
    font-size: 22px;
    font-weight: bold;
    text-align: center;
}

#resend-link {
    color: black;
    margin-top: 10px;
    display: inline-block;
    font-weight: bold;
    text-decoration: none;
}
#form-body {
    width: 100%;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
}

#welcome-lines img {
    width: 9rem;
}

#input-area {
    margin-top: 40px;
}
#form-c{
    width: 100%;
    padding: 20px;
    margin-top: 150px;
}
.form-inp {
    border: 1px inset #ffffff;
    color: white;
    text-align: center;
    font-size: 24px;
    line-height: 1;
    border-radius: 10px;
    margin-top: 15px;
    width: 100%;
    background: var(--btn-bg);
}

#id_short_descriptions {
    max-width: 100%;
    background: none;
    border: none;
}

.form-inp:focus {
    border-bottom: 3px solid #00b7b1;
}

.text-pic {
    display: flex;
    justify-content: center;
    margin: 40px auto;
}

.text-pic h2 {
    color: #00676A;
    font-size: 1.8rem;
}

#gold {
    color: #CEA034;
    font-weight: bold;
    font-size: 1.9rem;
}

.form-inp input {
    cursor: pointer;
    width: 100%;
    height: 3rem;
    text-align: center;
    background: none;
    font-size: 1.3rem;
    color: #ffffff;
    border: none;
}

.form-inp input:focus {
    outline: none;
}

#submit-button-cvr {
    margin-top: 20px;
    display: flex;
    justify-content: space-between;
}

#submit-button {
    border: none;
    width: 100%;
    color: white;
    background: linear-gradient(135deg, rgba(0, 0, 0, 0.62), rgba(0, 149, 182, 0.75), rgba(0, 0, 0, 0.74));
    font-weight: bold;
    font-size: 19px;
    margin: 0;
    padding: 14px 13px 12px 13px;
    border-radius: 8px;
    line-height: 1;
    cursor: pointer;
    transition: all ease-in-out .5s;
    box-shadow: 0 0 10px 1px #1ca6a6;
}

#packs {
    position: absolute;
    max-width: 80%;
    margin-top: 5%;
    left: 50%;
    transform: translate(-50%, -50%);
}

#form_label {
    padding: 9px;
    font-size: 1.1rem;
    color: white;
}

#submit-button:hover {
    background: linear-gradient(to right, #00394f, #00668d);
    color: #ffffff;
    cursor: pointer;
}

ul.errorlist {
    color: #a90000;
    font-weight: bold;
    list-style: none;
    margin-top: 5px;
    padding: 5px;
    line-height: 1.6;
    letter-spacing: 0.5px;
}

.error-msg {
    position: absolute;
    color: #ffffff;
    font-size: 14px;
    margin-top: 5px;
    font-weight: bold;
    background-color: #a80000;
    padding: 6px 10px;
    border-radius: 15px;
    line-height: 1.6;
    letter-spacing: 0.5px;
}

#form-contact {
    display: grid;
    place-items: center;
    max-width: 42rem;
    padding: 25px;
    background: var(--btn-bg);
    border-radius: 10px;
    border: 1px solid #82a89f;
}

#label-input {
    display: flex;
    padding: 5px;
    margin: 5px 10px;
    font-size: 1.1rem;
    font-weight: 600;
}

#submit-button-cvrr {
    display: flex;
    justify-content: end;
    margin-top: 15px;
}

#id_text {
    background: var(--btn-bg);
    color: #ffffff;
    border-radius: 25px;
    padding: 10px;
    font-size: 1.5rem;
    width: 100%;
}
#id_text::placeholder{
    color: white;
}
#send-btn {
    color: white;
    width: 100%;
    background: linear-gradient(135deg, #0042be, #00a5ff, #004947);
    font-weight: 600;
    font-size: 18px;
    margin: 0;
    padding: 14px 13px 12px 13px;
    border-radius: 8px;
    cursor: pointer;
    box-shadow: 0 0 10px rgba(0, 217, 255, 0.55);
}

#id_ticket {
    background: var(--btn-bg);
    color: #ffffff;
    font-size: 2rem;
    cursor: pointer;
    align-items: center;
    padding: 10px 35px;
    margin-bottom: 15px;
    border-radius: 15px;
    width: 100%;
}

#id_ticket option {
    font-size: 2rem;
    background-color: #006c68;
}

#welcome-lines p {
    margin: 10px;
    line-height: 1.9;
    font-size: 1.3rem;
    color: white;
}

/*==========================================================*/
@media (max-width: 1160px) {
    #packs{
        margin-top: -4%;
        max-width: 60%;
    }
    .form-inp input{
        font-size: 2rem;
    }
    #form {
        width: 90vw;
        max-width: 500px;
        gap: 20px;
    }

    #form_label {
        font-size: 17px;
    }
    #logo_form {
        width: 300px;
        height: auto;
    }

    #welcome-line-1 {
        font-size: 25px;
        margin: 20px auto;
    }

    #form-body {
        gap: 20px;
    }

    #cover_img {
        display: none;
    }

    #logo_form {
        width: 200px;
    }

    section {
        padding: 70px 0!important;
    }
    #input-area{
        margin-top: 10px;
    }
}