body, html {
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
}

* {
	transition: all 0.2s ease;
}

#new-lp-bg {
	min-width: 100%;
	min-height: 100%;
	padding: 0;
	margin: 0;
	background-repeat: no-repeat;
	background-position: center right;
	background-size: cover;
	background-attachment: scroll;
	overflow-x: hidden;
}

#new-lp-content-wrapper {
	background-color: rgba(0,0,0,0.3);
	position: absolute;
	height: 100%;
	width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
}

#new-lp-form-wrapper {
	width: 340px;
}

#new-lp-form-wrapper img {
	margin: 0 auto;
	width: 300px;
}

#new-lp-intro-panel button {
	margin: 0 0 10px 0;
}

.btn {
	box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.5), inset 0px 1px 0px 1px rgba(255, 255, 255, 0.3);
	text-transform: inherit;
}

.btn-lg {
	font-size: 20px !important;
	font-weight: bold;
}

/*  ========================== */
/*  === Navigation Buttons === */
/*  ========================== */
.nav-button {
	font-weight: bold;
	font-size: 17px;
	position: absolute;
	margin-right: 7px;
	top: 20px;
	right: 70px;
	border: 1px solid #fff;
	border-radius: 4px;
	padding: 6px 12px;
	background-color: rgba(204, 204, 204, 0.5);
	color: #fff;
}

.nav-button:hover {
	cursor: pointer;
	background-color: rgba(204, 204, 204, 0.7);
}

/*  ==================== */
/*  === Button Login === */
/*  ==================== */
#btn-login {
	width: 100%;
	background-color: #fff;
	color: #000;
}

#btn-login:hover {
	background-color: #ccc;
}

.btn-login {
	width: 100%;
	background-color: #5c9dcb;
	color: #fff;
	margin-bottom: 5px;
}

.btn-login:hover {
	background-color: #487491;
	color: #fff;
}

.btn-login:focus,
.btn-login:active {
	color: #fff;
}

/*  ======================= */
/*  === Button Facebook === */
/*  ======================= */
#btn-facebook {
	width: 100%;
	background-color: #3B5998;
	color: #fff;
	font-size: 18px !important;
}

#btn-facebook:hover{
	background-color: #4d6fb7;
	color: #fff;
}

#btn-facebook span {
	margin-right: 10px;
}

/*  ======================= */
/*  === Button Register === */
/*  ======================= */
#btn-register {
	width: 100%;
	background-color: #5c9dcb;
	color: #fff;
}

.btn-register {
	background-color: #5c9dcb;
	color: #fff;
	margin-bottom: 5px;
}

#btn-register:hover,
.btn-register:hover {
	background-color: #487491;
	color: #fff;
}

.btn-register:focus,
.btn-register:active {
	color: #fff;
}

/*  ====================== */
/*  === Button Try Now === */
/*  ====================== */
#btn-try-now {
	color: #fff;
	border: none;
	background-color: transparent;
	padding: 0;
	font-size: 16px;
	font-weight: bold;
}

#btn-try-now:hover {
	color: #ccc;
	cursor: pointer;
}

.forgot-password p a,
.newsletter p b,
a.register-tos,
.tos a,
.remember-login p b,
#coppa p b {
	text-decoration: none;
	font-weight: bold;
	text-transform: none;
	color: #fff;
}

.forgot-password p a:hover,
.newsletter p b:hover,
a.register-tos:hover,
.tos a:hover,
.remember-login p b:hover,
#coppa p b:hover {
	color: #ccc;
}

.remember-login,
.newsletter,
.forgot-password,
#registerTos,
#coppa {
	display: flex;
	justify-content: center;
	margin-bottom: -5px;
}

.forgot-password {
	margin-top: 10px;
}

.newsletter {
	margin-top: 25px;
}

.remember-login {
	padding-top: 10px;
}

.tos p {
	margin-bottom: 0;
}

.footer-logo {
	display: flex;
	justify-content: center;
	align-items: center;
}

.footer-logo .plinga-logo {
	height: 40px;
}

.new-form input[type="text"],
.new-form input[type="email"],
.new-form input[type="password"] {
	margin-bottom: -10px;
	text-align: center;
}

.video-wrapper {
	width: 100%;
}

.video-wrapper button {
	text-shadow: none;
    background: #FA5C67 !important;
    border-radius: 10px;
	margin: 0 auto;
	width: 40%;
}

.language-select.dropdown {
	position: absolute !important;
	right: 20px;
    top: 20px;
}

.language-select button {
	text-shadow: none;
	background-color: rgba(204, 204, 204, 0.5) !important;
	border: 1px solid #fff;
}

.language-select button:hover {
	background-color: rgba(204, 204, 204, 0.7) !important;
	color: #fff;
}

.video-wrapper button:hover {
	background: rgba(237, 65, 65, 0.8) !important;
}

.language-select button:focus,
.language-select button:active,
.video-wrapper button:focus,
.video-wrapper button:active {
	outline: none !important;
	color: #fff;
}

.dropdown-menu.dropdown-menu-right {
	right: 0;
    top: 40px;
    position: absolute;
    min-width: 52px;
    text-align: center;
    padding: 5px;
	background-color: rgba(204, 204, 204, 0.5);
	border: 1px solid #fff;
	width: 54px;
}

.dropdown-menu.dropdown-menu-right .flag-selector:hover {
	-webkit-box-shadow: 0px 0px 6px 3px rgba(204, 204, 204, 0.8);
	-moz-box-shadow: 0px 0px 6px 3px rgba(204, 204, 204, 0.8);
	box-shadow: 0px 0px 6px 3px rgba(255, 255, 255, 0.8);
}

.flag {
	display: inline-block;
	width: 21px;
	height: 21px;
	top: 2px;
	border-radius: 2px;
	position: relative;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}

.error-popover + .popover > .popover-content {
	background-color: #a94442;
	color: #fff;
}

.error-popover + .popover.top > .arrow:after {
	border-top-color: #a94442;
}

.white-tooltip + .tooltip > .tooltip-inner {
	background-color: #fff;
	color: #000;
}

.white-tooltip + .tooltip > .tooltip-arrow {
	border-left-color:#fff;
}

.fas.fa-check {
	position: relative;
    float: right;
    top: -20px;
	left: -10px;
	color: #63a900;
}

.fas.fa-times {
	position: relative;
    float: right;
    top: -20px;
	left: -10px;
	color: #a94442;
}

.fas.fa-play {
	color: #fff;
	font-size: 22px;
	border-radius: 100%;
	padding: 5px;
}

#close-modal {
	position: absolute;
    top: -10px;
    right: -30px;
    color: #fff;
    cursor: pointer;
}

.submit-data-spinner:before {
	content: "";
	box-sizing: border-box;
	position: absolute;
	height: 40px;
	width: 40px;
	margin: 20px 0 50px 150px !important;
	border-radius: 50%;
	border: 3px solid lightskyblue;
	border-top-color: lightcoral;
	animation: submit-data-spinner 0.7s linear infinite;
  }

  @keyframes submit-data-spinner {
	to {
	  transform: rotate(360deg);
	}
  }

  .fas.fa-gamepad {
	  font-size: 18px;
	  display: inline;
	  color: #fff;
	  margin-right: 5px;
  }

.error-messages {
	font-weight: bold;
}

.error-bg {
	background: rgba(255, 255, 255,0.8);
	padding: 5px;
}

.fa.fa-caret-down {
	position: relative;
	top: -4px;
}