#page.logout,
#page.page-video-presentation {
  background-color: #000000;
  background-image: url("/themes/custom/norca_games_front/images/mobile/m-logout_bg.jpg");
  background-size: cover;
  background-repeat: no-repeat;
}
#page.logout .page-title,
#page.page-video-presentation .page-title {
  color: #000000;
}
#page.logout #main-wrapper #content,
#page.page-video-presentation #main-wrapper #content {
  position: relative;
  width: 460px;
  max-width: 100%;
  margin: auto;
}
#page.logout #main-wrapper #content:after,
#page.page-video-presentation #main-wrapper #content:after {
  filter: blur(0.25rem);
  content: "";
  display: block;
  width: 100%;
  height: 30px;
  margin: -15px auto 0;
  border-radius: 50%;
  background: rgba(0, 0, 0, 0.5);
  position: relative;
  z-index: 1;
}
#page.logout #main-wrapper #content .section .card,
#page.page-video-presentation #main-wrapper #content .section .card {
  height: 100%;
}
#page.logout #footer .menu .menu-item a,
#page.page-video-presentation #footer .menu .menu-item a {
  color: #ffffff;
}
#page.logout #footer .menu .menu-item::after,
#page.page-video-presentation #footer .menu .menu-item::after {
  color: #ffffff;
}
#page.logout.page-register #main-wrapper #content .card-wrapper {
  position: relative;
  width: 460px;
  max-width: 100%;
  margin: auto;
  width: 960px;
}
#page.logout.page-register #main-wrapper #content .card-wrapper:after {
  filter: blur(0.25rem);
  content: "";
  display: block;
  width: 100%;
  height: 30px;
  margin: -15px auto 0;
  border-radius: 50%;
  background: rgba(0, 0, 0, 0.5);
  position: relative;
  z-index: 1;
}
#page.logout.page-register #main-wrapper #content .card {
  width: 100%;
  max-width: 100%;
  background: #ffffff;
  padding: 40px;
  z-index: 2;
  position: relative;
  border-radius: 20px;
  border: 0;
  margin-top: 70px;
}
#page.logout.page-register #main-wrapper #content .card .card-header {
  padding: 10px;
  color: #000000;
  border-radius: 0;
  text-align: center;
  background: none;
  border: 0;
}
#page.logout.page-register #main-wrapper #content .card .card-header .card-title {
  font-family: "Montserrat", sans-serif;
  font-weight: bold;
  margin-bottom: 0.5rem;
  border: 0;
  color: #000000;
  text-transform: uppercase;
  font-size: 1.3rem;
}
#page.logout.page-register #main-wrapper #content .card .card-header .card-subtitle {
  font-size: 1.15rem;
  color: #000000;
}
#page.logout.page-register #main-wrapper #content .card .card-body {
  padding: 0;
  margin: 0.5rem 0;
  color: #000000;
}
#page.logout.page-register #main-wrapper #content .card .card-body .form-control {
  max-width: 320px;
  margin: auto;
}
#page.logout.page-register #main-wrapper #content .card .card-body .description {
  max-width: 320px;
  margin: 0.25rem auto;
}
#page.logout.page-register #main-wrapper #content .card .card-body .btn.btn-primary {
  padding: 22px 30px;
  max-width: 320px;
  line-height: 1;
  width: 100%;
}
#page.logout.page-register #main-wrapper #content .card .card-footer {
  padding: 0;
  border: 0;
  background: none;
}
#page.logout.page-register #main-wrapper #content .card .card-footer .btn.btn-primary {
  padding: 12px 24px;
  max-width: 320px;
  line-height: 1;
  width: 100%;
}
#page.logout.page-register #main-wrapper #content .card .btn-simply {
  font-size: 1.2rem;
}
#page.logout.page-register #main-wrapper #content .card .btn.btn-primary {
  line-height: 1;
}
#page.logout.page-register #main-wrapper #content .card .btn-wrap {
  margin: 1rem 0;
}
#page.logout.page-register #main-wrapper #content .card .card-body .description {
  width: 100%;
}
#page.page-user-login #main-wrapper #content {
  max-width: 900px;
}
#page.page-user-login .block-page-title-block {
  display: none;
}
#page.page-user-login .section {
  position: relative;
  z-index: 3;
}
#page.page-user-login .user-login-wrapper .container > .row > .col-12:last-child .card {
  background: #000000;
}
#page.page-user-login .user-login-wrapper .container > .row > .col-12:last-child h3 {
  color: #ffffff;
}
@media all and (max-width: 767px) {
  #page.logout #main-wrapper #content .section .card,
  #page.page-video-presentation #main-wrapper #content .section .card {
    padding: 0.75rem;
  }
}
@media all and (min-width: 1024px) {
  #page.logout,
  #page.page-video-presentation {
    background-image: url("/themes/custom/norca_games_front/images/desk/d-logout_bg.jpg");
  }
}
