@font-face {
    font-family: 'TitilliumWeb-Regular';
    src: url('../../fonts/') format('svg'),
         url('../../fonts/TitilliumWeb-Regular.ttf') format('truetype'),
         url('../../fonts/TitilliumWeb-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
  }
  
  @font-face {
    font-family: 'titilliumweb-regular';
    src: url('../../fonts/titilliumweb-regular.eot');
    src: url('../../fonts/titilliumweb-regular.eot?#iefix') format('embedded-opentype'),
         url('../../fonts/titilliumweb-regular.woff2') format('woff2');
    font-weight: normal;
    font-style: normal;
  }
  @font-face {
    font-family: 'TitilliumWeb-Bold';
    src: url('../../fonts/TitilliumWeb-Bold.svg#TitilliumWeb-Bold') format('svg'),
         url('../../fonts/TitilliumWeb-Bold.ttf') format('truetype'),
         url('../../fonts/TitilliumWeb-Bold.woff') format('woff');
    font-weight: normal;
    font-style: normal;
  }
  
  @font-face {
    font-family: 'titilliumweb-bold';
    src: url('../../fonts/titilliumweb-bold.eot');
    src: url('../../fonts/titilliumweb-bold.eot?#iefix') format('embedded-opentype'),
         url('../../fonts/titilliumweb-bold.woff2') format('woff2');
    font-weight: normal;
    font-style: normal;
  }
  /**
  *Register Event Form
  *
  */
html,body{background:black;color: #b7b7b7;font-family: 'titilliumweb-regular',"Hanuman", serif;}
figure{
    margin: 0;
}
.form-main {
    width: 760px;
    margin: 0 auto;
    margin-top:40px;
    margin-bottom:40px;
}
.form-block {
    background: #242526;
    border-radius: 4px;
    padding: 17px;
    margin-bottom:25px;
}
h1 {
    font-weight: bold;
    letter-spacing: 2px;
}
p{
    font-size: 20px;
    letter-spacing: 1px;
}
label{
    font-size: 16px;
    display: block;
    margin-bottom: 10px;
}
img{
    max-width: 100%;
}
.form-input {
    width: 100%;
    background: none;
    border: 0;
    border-bottom: 1px solid #898989;
    color: #d6d6d6;
    font-size: 18px;
    letter-spacing: 1px;
}
.form-input:focus{
    outline:none;
}
.btn-submit{background-color: #505050;
    color: white !important;
    border-radius: 4px;
    padding: 5px 26px;
    border: 0;
    transition: all .3s;
    position: relative;
    overflow: hidden;
    z-index: 1;
}
.input-wrapper span.line {
    display: block;
    width: 0;
    background: white;
    height: 1px;
    opacity: 0;
    transition:all 0.5s;
}
.input-wrapper:focus-within span{
    width:100%;
    opacity:1;
}
.iti{width:100%;}
.iti__selected-flag{outline:none;}
.intl-tel-input{display:inline !important;}
.text-danger {
    color: #ff2d2d;
    font-size: 14px;
}
p.event_end_date {
    font-size: 14px;
    margin-top: -20px;
    color: #008040;
}
.loading {
    position: fixed;
    width: 100%;
    height: 100%;
    background: #000000d1;
    z-index: 9999999999;
    display: none;
}
.loading-wrapper {
    height: 100px;
    width: 50px;
    position: fixed;
    right: 50%;
    top: 30%;
    transform: translate(-50%, -50%);
}
.loading-wrapper img {
    width: 120px;
}
.animate-text {
    text-align: center;
    font-size: 2em;
    margin-top: 6px;
    letter-spacing: 6px;
    text-transform: uppercase;
    margin-left: -21px;
}
.overflow{
    overflow:hidden;
}
.text-center{
    text-align: center;
}
@media screen and (max-width:790px){
    .form-main{width:90%};
}


select, select option {
    font-family: 'titilliumweb-regular',"Hanuman", serif;
}
select:focus {
    border-color: #0d6efd;
}
select option{
    color: #000;
}