.font-rendering {
  -webkit-font-smoothing: antialiased !important;
  font-smoothing: antialiased !important;
  -webkit-text-rendering: optimizeLegibility !important;
  text-rendering: optimizeLegibility !important;
}

.font-title-style {
  font-weight: 700 !important;
  font-family: Titillium Web, Roboto Condensed, Open Sans, Arial, sans-serif !important;
}

.font-paragraph-style {
  font-weight: normal !important;
  font-family: Titillium Web, Roboto Condensed, Open Sans, Arial, sans-serif !important;
}

.main-box-style {
  -webkit-box-shadow: 0px 1px 50px rgba(0, 0, 0, 0.1) !important;
  -moz-box-shadow: 0px 1px 50px rgba(0, 0, 0, 0.1) !important;
  -ms-box-shadow: 0px 1px 50px rgba(0, 0, 0, 0.1) !important;
  shadow: 0px 1px 50px rgba(0, 0, 0, 0.1) !important;
  border: 1px solid #e2e2e2 !important;
  background-color: #FFFFFF !important;
  text-align: left !important;
}

.background-image-style {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}

.message-style {
  -webkit-border-radius: 5px !important;
  -moz-border-radius: 5px !important;
  -ms-border-radius: 5px !important;
  border-radius: 5px !important;
  font-weight: 700;
  text-align: left;
  float: left;
  display: none;
  margin-right: 25px;
  width: auto;
  padding: 10px 27px;
}

/* login and register bulk*/
/* * * Specific styling for the Signup page */
img {
  max-width: 100%;
}

/*DISPLAY */
#header, #menu {
  display: none;
}

/* ELEMENTS */
#content {
  margin-bottom: 0;
  background: #f2f2f2 !important;
}

#wrapmain {
  padding-bottom: 0;
}

#signupForm {
  position: relative;
  z-index: 20;
  width: 620px;
  opacitY: 1;
  padding-top: 25px;
  margin-top: -200px;
  padding-bottom: 100px;
}

.container_wrapper {
  width: 100%;
  height: 450px;
  color: #fff;
  background-image: url(/img/Nico/vr-image.jpg);
  background-size: cover;
  background-position: center center;
}

.container_wrapper_overlay {
  background-color: rgba(204, 11, 89, 0.9);
  position: absolute;
  width: 100%;
  height: 450px;
}

.container_logo {
  width: 250px;
}

.container_wrapper_text {
  position: relative;
  z-index: 10;
  padding: 50px;
}

#contactUs {
  background: #FFFFFF;
  margin-top: 25px;
}

.activeUserHeader {
  height: 140px;
  width: 100%;
  background: #ffffff;
  float: left;
}

.userAvatar {
  width: 100px;
  height: 100px;
  -webkit-border-radius: 150% !important;
  -moz-border-radius: 150% !important;
  -ms-border-radius: 150% !important;
  border-radius: 150% !important;
  overflow: hidden;
  background: #FFFFFF;
  position: relative;
  top: 80px;
  border: 5px solid #FFFFFF;
}

/* BUTTON */
.btn-1 {
  display: block !important;
  width: auto !important;
}

#MainContent_LoginControl_RememberMe {
  width: 32px;
}

/* INPUT */
#signupForm .inputfields input {
  background: #FFFFFF;
  border: none;
  border-bottom: 1px solid #e2e2e2;
  text-align: center;
  padding: 10px;
  display: inline-block;
}
#signupForm .questionmark {
  position: relative;
  top: -40px;
  left: -190px;
}

/* SUPPORT */
.field-validation-error {
  font-size: small !important;
  text-align: center;
  width: 100%;
  display: inline-block;
  font-weight: 500; !important;
  color: crimson !important;
}

.shadow50 {
  background: #FFFFFF;
}

#MainContent_lblUserLoggedOut {
  padding: 10px 27px;
  background: #F9A821;
  color: #FFFFFF;
  font-weight: 700;
  display: inline-block;
  top: 60px;
  width: 65%;
  left: 0;
  position: relative;
  -webkit-border-radius: 5px !important;
  -moz-border-radius: 5px !important;
  -ms-border-radius: 5px !important;
  border-radius: 5px !important;
  text-align: center;
}

/* * * Smart2VR | Version 4 
 *
 * * * Specific styling for the Login page */
img {
  max-width: 100%;
}

#header, #menu {
  display: none;
}

#content {
  margin-bottom: 0;
  background: #f7f7f7 !important;
}

#wrapmain {
  padding-bottom: 0;
}

#loginForm {
  position: relative;
  z-index: 20;
  width: 420px;
  opacitY: 1;
  padding-top: 25px;
  margin-top: -200px;
  padding-bottom: 100px;
}

.container_wrapper {
  width: 100%;
  height: 450px;
  color: #FFFFFF;
  background-image: url(/img/Nico/vr-image.jpg);
  background-size: cover;
  background-position: center center;
}

.container_wrapper_overlay {
  background-color: rgba(31, 33, 40, 0.85);
  position: absolute;
  width: 100%;
  height: 450px;
}

.container_logo {
  width: 250px;
}

.container_wrapper_text {
  position: relative;
  z-index: 10;
  padding: 50px;
}

#contactUs {
  background: #FFFFFF;
  margin-top: 25px;
}

.activeUserHeader {
  height: 140px;
  width: 100%;
  background: linear-gradient(-125deg, #e00a77 40%, #E3097E 15%, #be1729 100%);
  float: left;
}

.userAvatar {
  width: 100px;
  height: 100px;
  -webkit-border-radius: 150% !important;
  -moz-border-radius: 150% !important;
  -ms-border-radius: 150% !important;
  border-radius: 150% !important;
  overflow: hidden;
  /* background: #949494; */
  position: relative;
  top: 80px;
  border: 5px solid #FFFFFF;
}

.btn-1 {
  display: block !important;
  width: auto !important;
}

#MainContent_LoginControl_RememberMe {
  width: 32px;
}

#MainContent_LoginControl_UserName, #MainContent_LoginControl_Password {
  background: #FFFFFF;
  border: none;
  border-bottom: 1px solid #e2e2e2;
  text-align: center;
  padding: 10px;
  display: inline-block;
}

.field-validation-error {
  font-size: small !important;
  text-align: center;
  width: 100%;
  display: inline-block;
  font-weight: 500 !important;
  color: crimson !important;  
}

.shadow50 {
  background: #FFFFFF;
}

#MainContent_lblUserLoggedOut {
  padding: 10px 27px;
  background: #F9A821;
  color: #FFFFFF;
  font-weight: 700;
  display: inline-block;
  top: 60px;
  width: 65%;
  left: 0;
  position: relative;
  -webkit-border-radius: 5px !important;
  -moz-border-radius: 5px !important;
  -ms-border-radius: 5px !important;
  border-radius: 5px !important;
  text-align: center;
}

/*# sourceMappingURL=bulk-01.css.map */
