
/*@font-face {
   font-family: 'Rubik-Bold';
  src:  url('../../javascripts/3rdParty/font-awesome/fonts/Rubik-Bold.eot?') format('eot'), 
        url('../../javascripts/3rdParty/font-awesome/fonts/Rubik-Bold.woff') format('woff'), 
        url('../../javascripts/3rdParty/font-awesome/fonts/Rubik-Bold.ttf') format('truetype'),
        url('../../javascripts/3rdParty/font-awesome/fonts/Rubik-Bold.otf') format('opentype');
}
@font-face {
    font-family: 'Rubik-Italic';
  src: url('../../javascripts/3rdParty/font-awesome/fonts/Rubik-Italic.eot?') format('eot'),
      url('../../javascripts/3rdParty/font-awesome/fonts/Rubik-Italic.woff') format('woff'), 
      url('../../javascripts/3rdParty/font-awesome/fonts/Rubik-Italic.ttf') format('truetype'),
      url('../../javascripts/3rdParty/font-awesome/fonts/Rubik-Italic.otf') format('opentype');
}
@font-face {
    font-family: 'Rubik-Light';
  src: url('../../javascripts/3rdParty/font-awesome/fonts/Rubik-Light.eot?') format('eot'),
      url('../../javascripts/3rdParty/font-awesome/fonts/Rubik-Light.woff') format('woff'), 
      url('../../javascripts/3rdParty/font-awesome/fonts/Rubik-Light.ttf') format('truetype'),
      url('../../javascripts/3rdParty/font-awesome/fonts/Rubik-Light.otf') format('opentype');
}
@font-face {
   font-family: 'Rubik-Regular';
  src:  url('../../javascripts/3rdParty/font-awesome/fonts/Rubik-Regular.eot?') format('eot'), 
        url('../../javascripts/3rdParty/font-awesome/fonts/Rubik-Regular.woff') format('woff'), 
        url('../../javascripts/3rdParty/font-awesome/fonts/Rubik-Regular.ttf') format('truetype'),
        url('../../javascripts/3rdParty/font-awesome/fonts/Rubik-Regular.otf') format('opentype');
}*/
.bg-image {
  background: rgba(0, 0, 0, 0) url("../../images/la-bg.jpg") no-repeat fixed center center / cover ;
  height: 100vh;
  left: 0;
  margin: 0;
  overflow-y: auto;
  position: relative;
  width: 100%;
}
.logo-image {
  padding: 4%;
  text-align: center;
}
.events h1 {
  border-bottom: 1px solid #9b7aa2;
  color: #fff;
  font-size: 46px;
  line-height: 60px;
  margin: 10% auto 2%;
  padding-bottom: 30px;
  text-align: center;
  text-transform: uppercase;
  width: 67%;
}
.sign h4 {
  color: #fff;
  font-size: 24px;
  font-weight: 100;
  text-align: center;
  margin-bottom: 1.5%;
  margin-top: 3%;
}
.events span {
  background: #432459 none repeat scroll 0 0;
  border: 1px solid #fff;
  padding: 2px 4px;
  text-align: center;
}
.sign-in h5 {
    color: #fff;
    display: inline-block;
    font-size: 24px;
    margin: 0 0 0 10px;
    text-align: left;
    width: 75%;
    vertical-align: middle;
}
.sign-in > img {
  margin-left: 30px;
  margin-bottom: 4px;
}
.sign-in input[type="checkbox"], .sign-in input[type="radio"] {
  height: 24px;
  line-height: normal;
  margin: 4px 0 0;
  width: 25px;
}
.sign-in {
  display: inline-block;
  margin-bottom: 30px;
  text-align: center;
  width: 100%;
}
.sign-in label {
  width: 13%;
  vertical-align: sub;
  line-height: 37px;
  margin:0;
}
.sign-in-btns {
  width: 100%;
  text-align: center;
  margin-bottom: 10%;
}
.green h6{
  font-size: 14px;
  color: #fff;
}
.green {
  display: inline-block;
  text-align: center;
  width: 50%;
  /*margin: 0 0 0 21%;*/
}
.green .btn.signin {
  -moz-user-select: none;
  background: #d4433f none repeat scroll 0 0;
  border: medium none;
  border-radius: 50px;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  font-size: 24px;
  font-weight: 400;
  line-height: 1.42857;
  margin-bottom: 0;
  padding: 13px 29px;
  text-align: center;
  touch-action: manipulation;
  vertical-align: middle;
  white-space: nowrap;
  width: 100%;
}
.red h6{
  font-size: 14px;
  color: #fff;
}
.red {
    display: inline-block;
    /*margin: 0 0 0 21%;*/
    text-align: center;
    width: 52%;
}
.red .btn.signin {
  -moz-user-select: none;
  background: #31cae3 none repeat scroll 0 0;
  border: medium none;
  border-radius: 50px;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  font-size: 24px;
  font-weight: 400;
  line-height: 1.42857;
  margin-bottom: 0;
  padding: 13px 29px;
  text-align: center;
  touch-action: manipulation;
  vertical-align: middle;
  white-space: nowrap;
  width: 100%;
}
.sign {
  padding-bottom: 15%;
}
.footer a {
  color: #fff;
  font-size: 16px;
}
.footer a:hover{
  color: #fff;
  text-decoration: none;
}
.footer {
  background: #000 none repeat scroll 0 0;
  bottom: 0;
  padding: 15px;
  position: fixed;
  text-align: center;
  width: 100%;
}
.footer h5{
  font-size: 18px;
}


/*RESPONSIVE*/
@media only screen and (max-width: 1200px) {
  .sign-in h5 {
    width: 85%;
  }
}

@media only screen and (max-width: 1160px) {
  /*.events h1 {
    font-size: 35px;
    margin: 5% auto 2%;
    width: 60%;
  }*/
  .sign h4, .sign-in h5 {
    font-size: 22px;
  }
  .sign-in {
    margin-bottom: 15px;
  }
  .green, .red {
    margin-bottom: 19%;
  }
  .sign {
    padding-bottom: 0;
  }
}
@media only screen and (max-width: 991px) {
  .events h1 {
    font-size: 40px;
    width: 79%;
    line-height: 54px;
  }
  .sign-in label {
    width: 20%;
  }
  .mg-top{
    margin-top:30px;
  }
  .green, .red {
    margin-bottom: 13%;
    width: 42%;
  }
  .red .btn.signin {
    padding: 12px 26px;
  }
  .green .btn.signin {
    padding: 12px 26px;
  } 

}
@media only screen and (max-width: 640px) {
  .events h1 {
    font-size: 35px;
    width: 75%;
    line-height: 45px;
  }
  .sign-in label {
    width: 35%;
  }
  .sign-in h5 {
    text-align: center;
  }
  .green, .red {
    width: 60%;
  }
}
@media only screen and (max-width: 480px) {
  .events h1 {
    font-size: 30px;
    line-height: 40px;
    width: 80%;
  }
  .green, .red {
    margin-bottom: 20%;
  }
}
@media only screen and (max-width: 360px) {
.green .btn.signin, .red .btn.signin  {
    padding: 10px 29px;
    font-size: 17px;
  }
.green, .red {
    margin-bottom: 22%;
  }
.mg-top {
    margin-top: 18px;
  }
.sign h4, .sign-in h5 {
    font-size: 20px;
  }
.logo-image {
    padding: 4%;
    text-align: center;
    width: 60%;
    margin: 0 auto;
  }
.logo-image > img {
    width: 100%;
  }
.events h1 {
  font-size: 29px;
  line-height: 43px;
  width: 79%;
}
.sign-in > img {
  margin-bottom: 4px;
  margin-left: 85px;
}
.sign-in label {
  line-height: 37px;
  margin: 12px 0 0;
  vertical-align: sub;
  width: 55%;
}
.sign h4 {
  color: #fff;
  font-size: 21px;
  font-weight: 100;
  margin: 9% auto 5%;
  text-align: center;
  width: 60%;
}
.red {
  display: inline-block;
  margin: 0 29% 0 14%;
  text-align: center;
  width: 70%;
}
.green {
  display: inline-block;
  margin: 0 29% 0 20%;
  text-align: center;
  width: 60%;
}
.bg-image {
    bottom: 0;
    top:0;
    padding-bottom: 20px;
  }
}

@media only screen and (max-width: 320px) {
  .bg-image {
    bottom: 0;
    top:0;
    padding-bottom: 20px;
  }

}

.heading-h3 {
  color: #000;
  text-align: center;
  padding: 30px;
}
.privacy_page p {
  color: #000;
  font-size: 12px;
  line-height: 21px;
}
.privacy_page span {
  color: #000;
  font-size: 18px;
  line-height: 21px;
  font-weight: 500;
  display: block;
}
.privacy_cls
{
  color:#fff;
  font-size:12px;
  padding-left: 10px;
  text-decoration: underline !important;
}
.privacy_cls:hover
{
  color:#fff;
}

.privacy_cls_theme
{
  color:#000 !important;
  font-size:12px;
  padding-left: 10px;
  text-decoration: underline !important;
}
.privacy_cls_theme:hover
{
  color:#000 !important;
}
.privacy_footer
{
  color:#fff !important;
  padding-left: 10px;
  text-decoration: underline !important;
}
.privacy_footer:hover
{
  color:#fff !important;
}
.brand_link
{
  color:#fff;
  font-size:12px;
  text-decoration: underline !important;
}
.brand_link:hover
{
  color:#fff;
}
.brand_link_theme
{
  color:#000 !important;
  font-size:14px;
  text-decoration: underline !important;
}
.brand_link_theme:hover
{
  color:#000 !important;
}
.brand_link_footer
{
  color:#fff !important;
  text-decoration: underline !important;
}
.brand_link_footer:hover
{
  color:#fff !important;
}
