<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">body{ background-image: url(https://animationxpress.com/vfxandmore/Delegatesregistration/photo/back88.jpg);
    background-size: cover;
    background-attachment: fixed;
    font-family: 'Roboto', sans-serif; color:#444444;}
    .register-content{ padding:20px;}
    .form-main{max-width:850px; background-color: #fff; background-position: center; background-size: cover;  margin:30px auto;}
    .text-logo{    color:#444444;
        font-size: 24px;
        font-weight: 700;
        line-height: 1.1;
        margin-bottom: 16px;
        text-transform: uppercase;}
        .form-select{ width:50%;}
        p.desc span{ font-weight:bold;}
    p{color:#444;}
    .agenda{ background:#fff; border:1px solid #ccc; margin:10px 0 20px 0; padding:20px;}
    .agenda p{ margin:0;padding:0 0 5px 0;color:#444444}
    .agenda p span{ font-weight:bold;}
    .submit{ width:160px; padding:10px 0;background-color:#00447C!important; font-size:18px;}
    span.imp , .error{ color:red; padding:0 0 0 5px;}
    .btn-primary{background-color:#00447C!important; }
    .text-start{ font-weight:bold; color:#444444;}
    .form-select.new{ width:100%;}
    h4 {
        background: #d4eef9;
        color: #fb0505;
        font-size: 20px;
        font-weight: bold;
        border-radius: 5px;
        padding: 12px 5px;
        border: 2px solid #fb0505;
        margin-bottom: 20px;
    }
    h5 {
        background: #41B6E6;
        color: #00447C;
        font-size: 18px;
        font-weight: bold;
        border-radius: 5px;
        padding: 12px 5px;
        border: 2px solid #00447C;
        margin-bottom: 20px;
    }

    a.btns {
  position: fixed;
  bottom: 20px;
  right: 20px;
  background: #24001a;
  color: rgb(192, 128, 156);
  padding: 13px 20px;
  font-size: 20px;
  letter-spacing: 2px;
  text-transform: unset;
  text-decoration: none;
  box-shadow: 0 20px 50px rgb(0 0 0 / 50%);
  overflow: hidden;
  z-index: 9999;
  font-weight: bold;
}


a.btns span:nth-child(1) {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 2px;
  background: linear-gradient(to right,white,rgb(239, 97, 121));
  animation: animate1 2s linear infinite;
  animation-delay: 1s;
}


a.btns span:nth-child(2) {
  position: absolute;
  top: 0;
  left: 0;
  width: 2px;
  height: 100%;
  background: linear-gradient(to bottom,white,rgb(239, 97, 121));
  animation: animate2 2s linear infinite;
  animation-delay: 1s;
}


a.btns span:nth-child(3) {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 2px;
  background: linear-gradient(to left,white,rgb(239, 97, 121));
  animation: animate3 2s linear infinite;
    animation-delay: 0s;
  animation-delay: 1s;
}


a.btns span:nth-child(4) {
  position: absolute;
  top: 0;
  right: 0;
  width: 2px;
  height: 100%;
  background: linear-gradient(to top,white,rgb(239, 97, 121));
  animation: animate4 2s linear infinite;
  animation-delay: 1s;
}
    
    @media (min-width:0px) and (max-width:1024px){
        .form-select {
        width: 100%;
        }
    }</pre></body></html>