header {
    /* position: fixed; */
    z-index: 10;
    background-color: #ffffff;
}
#home {
    min-height: 100vh;
}
.bg-gray-light {
    background-color: #dee2e6;
}
.gradient {
    background: #833ab4;
    background: linear-gradient(
        to right bottom,
        #833ab4,#fd1d1d,#fcb045
    );
}
.gradient {
    background: #d6249f;
    background: radial-gradient(circle at 70% 117%, #fdf497 0%, #fdf497 5%, #fd5949 45%,#d6249f 60%,#8935e9 90%);
    /* box-shadow: 0px 3px 10px rgba(0,0,0,.25); */
    
}
.text-left {
    text-align: left;
}
.full-width {
    width: 100%;
}
.full-height {
    height: 100%;
}
#open-share {
    cursor: pointer;
}
.hidden {
    display: none;
}
.info input {
    height: 40px;
    margin-bottom: 15px;
}
.drop_file_wrap {
    border: 2px dashed #00263E;
    min-height: 80px;
    padding: 10px;
}
.drop_file_area {
    min-height: 100px;
    padding: 10px;
    background: #dee2e6;
}
.drop-text {
    cursor: pointer;
    font-weight: 600;
    color: #00263E;
}
.file-item {
    background: #f5f5f5;
    margin-top: 5px;
    padding: 5px;
    width: 100%;
}
.logo-jc-area {
    background-color: pink;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 30%;
    aspect-ratio : 1 / 1;
    background: radial-gradient(circle at 10% 90%, #fdf497 0%, #fdf497 5%, #fd5949 45%,#d6249f 60%,#8935e9 90%);
    border-radius: 50%;
    box-shadow: 1px 1px 50px white, 0 0 100px white, 0 0 100px white;
}
.logo-jc-wrap {
    display: flex;
    align-items: center;
    background: #06263b;
    padding: 15%;
    aspect-ratio : 1 / 1;
    width: 94%;
    border-radius: 50%;
    border: 4px solid #ffffff;

}
.logo-jc {
    width: 100%;
}
.btn-tag {
    text-decoration: none;
}
.btn-tag:hover {
    color: #00263E;
}
.main-form {
    margin-top: 20px;
    margin-bottom: 30px;
}

.thank-you {
  font-size: 100px;
}
@media (max-width: 1200px) {
  .font-size-50 {
    font-size: 40px;
  }
  .main-form {
    margin-bottom: 20px;
  }
  .note-form {
    margin-bottom: 20px;
  }  
  .thank-you {
    font-size: 80px;
    margin-bottom: 20px;
  }
}
@media (max-width: 992px) {
  header {
    position: relative;
  }
  .font-size-50 {
    font-size: 30px;
  }
  .col-form {
    padding: 0 !important;
  }
  .col-ins {
    padding: 0 !important;
    margin-bottom: 30px;
  }
  .thank-you {
    font-size: 80px;
    margin-bottom: 20px;
  }
}
@media (min-width: 993px) {
  .col-form {
    padding-left: 0;
  }
  .col-ins {
    padding-right: 0;
  }
}