#form_auth {
    text-align: center;
    display: flex;
    justify-content: center;
    padding: 40px;
}
#form_call {
    margin-top: -10px;
    text-align: center;
    display: flex;
    justify-content: center;
    padding: 60px 0;
}
#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 {
    width: 50%;
}

#form-ui {
    display: flex;
    justify-content: center;
}


.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;
    gap: 60px;
    min-width: 30%;
    flex-direction: column;
    justify-content: center;
    place-items: center;
    padding: 25px;
    background: linear-gradient(135deg, rgb(0, 37, 72), rgb(0, 25, 87), rgb(0, 164, 255));
    border-top-left-radius: 50px;
    border-top-right-radius: 50px;
    border-bottom-left-radius: 90px;
}
.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;
}



#input-area {
    margin-top: 40px;
}
#form-c{
    width: 100%;
    padding: 20px;
    margin-top: 150px;
}
.form-inp {
    color: white;
    text-align: center;
    font-size: 24px;
    line-height: 1;
    border-radius: 10px;
    margin-top: 15px;
    width: 100%;
}

.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;
    background: rgba(255, 255, 255, 0.25);
    text-align: center;
    font-size: 1.3rem;
    color: #ffffff;
    border: none;
}

.form-inp input:focus {
    outline: none;
}

#submit-button-cvr {
    margin-top: 40px;
    display: flex;
    justify-content: space-between;
}

#submit-button {
    width: 100%;
    color: white;
    background: linear-gradient(50deg, rgba(0, 35, 63, 0.62), rgba(0, 91, 182, 0.75), rgba(0, 27, 56, 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 #005791;
}

#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: 80%;
    background: linear-gradient(135deg, #001742, #004770, #0054b0);
    font-weight: 600;
    font-size: 18px;
    margin: 0 auto;
    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: #004a94;
}
#welcome-line-2{
    color: white;
    font-size: 5rem;
    font-weight: bold;
}
#welcome-lines p {
    margin: 10px;
    line-height: 1.9;
    font-size: 1.3rem;
    color: white;
}
#contact-container{
    max-width: 60%;
    margin: 0 auto;
}
#welcome-line-3{
    color: white;
    font-size: 2.5rem;
}

/*==========================================================*/
@media (max-width: 1160px) {
    #packs{
        margin-top: -4%;
        max-width: 60%;
    }
    .form-inp input{
        font-size: 2rem;
    }
    #form {
        width: 96%;
        max-width: 500px;
        gap: 20px;
        border-radius: 50px;
        border-top-left-radius: 90px;
    }

    #form_label {
        font-size: 17px;
    }
    #logo_form {
        width: 300px;
        height: auto;
    }

    #welcome-line-1 {
        font-size: 25px;
        margin-top: 20px;
    }
    #cover_img {
        display: none;
    }

    #logo_form {
        width: 200px;
    }

    section {
        padding: 0!important;
    }
    #input-area{
        margin-top: 10px;
    }
}