@charset "UTF-8";

@font-face {
  font-family: 'sayer';
  src: url('/v2/fonts/marel/CenturyGothic/CenturyGothic.eot'); /* IE9 Compat Modes */
  src: url('/v2/fonts/marel/CenturyGothic/CenturyGothic.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('/v2/fonts/marel/CenturyGothic/CenturyGothic.woff') format('woff'), /* Modern Browsers */
       url('/v2/fonts/marel/CenturyGothic/CenturyGothic.ttf')  format('truetype'), /* Safari, Android, iOS */
       url('/v2/fonts/marel/CenturyGothic/CenturyGothic.svg#svgFontName') format('svg'); /* Legacy iOS */
}

html {
    background-color: #000000;
    background-image: url("../images/BkgGrill.gif");
    color: #FFFFFF;
    font-family: sayer;
}
.errorNote{
    padding: 20px;
    text-align: center;
    color:red;
    font-size: small;
   }

.error{
    color:red;
   }
   
.MainContainer{
    position: relative;
    margin-left: auto;
    margin-right: auto;
    max-width: 800px;
    background-color: #000000;
    border-radius: 20px;
}

.LogoConteiner {
    text-align: center;
    padding: 10px;
}

.SALogo {
    margin: 10px;
    height: 100px;
}
.Unete {
    height: 70px;
}
.FormContainer{
    text-align: center;
}
.SOMOS{
    text-transform: uppercase;
}
.VIP{
    color: #0082be;
    font-weight: bolder;
}
.RAU{
    color: #ffc52f;
}
.Fill{
    margin: 5px;
    text-align: center;
    color: #ffc52f;
}
video {
  width: 100% !important;
  height: auto !important;
}