body{
	background-image: url('../img/bg.jpg');
	background-position: center top;
	background-attachment: fixed;
	background-size: cover;
}

.sony {
	background: black;
	height: 30px;
}

.divLogo{
	background-image: url('../img/bg2.jpg');
	background-position: top center;
	text-align: center;
	padding-bottom: 32px;
	max-height: 150px;
}

.logo {
	max-width: 400px;
	text-align: center;
	margin: 0 auto;
	padding-top: 28px;
	padding-left: 32px;
	padding-right: 32px;
	width:100%;
}
.rounded {
	font-family: 'Roboto', sans-serif;
    border-radius: 10px;
    background: #010c15;
	color: white;
    padding: 20px; 
	width: 100%;
    max-width: 550px;
	margin: 0 auto;
	text-align: center;
}
.rounded-console {
	font-family: 'Roboto', sans-serif;
    border-radius: 10px;
    background: #010c15;
	color: white;
    padding: 20px; 
	width: 100%;
    max-width: 550px;
	overflow: hidden;
	margin: 0 auto;
	margin-bottom: 32px;
	text-align: left;
	font-size:14px;

}
.insideConsole p{
	padding:0;
	margin: 0;
	overflow: hidden;
}

.typed-cursor{
    opacity: 1;
    -webkit-animation: blink 0.7s infinite;
    -moz-animation: blink 0.7s infinite;
    animation: blink 0.7s infinite;
}
@keyframes blink{
    0% { opacity:1; }
    50% { opacity:0; }
    100% { opacity:1; }
}
@-webkit-keyframes blink{
    0% { opacity:1; }
    50% { opacity:0; }
    100% { opacity:1; }
}
@-moz-keyframes blink{
    0% { opacity:1; }
    50% { opacity:0; }
    100% { opacity:1; }
}
.spinner {
  margin: 26px auto 0;
  width: 70px;
  text-align: center;
  display: none;
}
.btnverify {
margin-top: 5px; border-bottom: 1px solid #440001; border-top: 1px solid #e61a13; border-left: 1px solid #b7100a; border-right: 1px solid #b7100a; padding: 10px 20px; background: #ec3a30; background: -moz-linear-gradient(top,  #ec3a30 0%, #eb3d32 6%, #ea392f 8%, #e63831 14%, #e3372b 17%, #e2342d 19%, #e03227 25%, #dd3029 28%, #da2e22 31%, #da2d26 33%, #d32d21 36%, #d42d24 39%, #ce2721 42%, #cf261f 44%, #c92420 50%, #c42118 53%, #c3251a 56%, #bf221d 58%, #bc1d17 61%, #b91f17 64%, #98130e 89%, #90110b 97%, #95110d 100%); background: -webkit-linear-gradient(top,  #ec3a30 0%,#eb3d32 6%,#ea392f 8%,#e63831 14%,#e3372b 17%,#e2342d 19%,#e03227 25%,#dd3029 28%,#da2e22 31%,#da2d26 33%,#d32d21 36%,#d42d24 39%,#ce2721 42%,#cf261f 44%,#c92420 50%,#c42118 53%,#c3251a 56%,#bf221d 58%,#bc1d17 61%,#b91f17 64%,#98130e 89%,#90110b 97%,#95110d 100%); background: linear-gradient(to bottom,  #ec3a30 0%,#eb3d32 6%,#ea392f 8%,#e63831 14%,#e3372b 17%,#e2342d 19%,#e03227 25%,#dd3029 28%,#da2e22 31%,#da2d26 33%,#d32d21 36%,#d42d24 39%,#ce2721 42%,#cf261f 44%,#c92420 50%,#c42118 53%,#c3251a 56%,#bf221d 58%,#bc1d17 61%,#b91f17 64%,#98130e 89%,#90110b 97%,#95110d 100%); filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ec3a30', endColorstr='#95110d',GradientType=0 ); color: #fff; text-transform: uppercase; font-size: 16px; font-weight: 600; -webkit-border-radius: 5px; -moz-border-radius: 5px; border-radius: 5px;	
}


.spinner > div {
  width: 18px;
  height: 18px;
  background-color: #fff;

  border-radius: 100%;
  display: inline-block;
  -webkit-animation: sk-bouncedelay 1.4s infinite ease-in-out both;
  animation: sk-bouncedelay 1.4s infinite ease-in-out both;
}

.spinner .bounce1 {
  -webkit-animation-delay: -0.32s;
  animation-delay: -0.32s;
}

.spinner .bounce2 {
  -webkit-animation-delay: -0.16s;
  animation-delay: -0.16s;
}

@-webkit-keyframes sk-bouncedelay {
  0%, 80%, 100% { -webkit-transform: scale(0) }
  40% { -webkit-transform: scale(1.0) }
}

@keyframes sk-bouncedelay {
  0%, 80%, 100% { 
    -webkit-transform: scale(0);
    transform: scale(0);
  } 40% { 
    -webkit-transform: scale(1.0);
    transform: scale(1.0);
  }
}
.genNormal{
	color: #3d4952; display: none;
}
.genFinal{
	color: white;
	font-size: 28px;
}
.connectionStatusOff{
	position:absolute;float:left;display:inline-block;border-radius:100%;background-color:rgba(255, 14, 44,1);height:10px;width:10px;margin-right:5px;
}
.connectionStatusOn{
	position:absolute;float:left;display:inline-block;border-radius:100%;background-color:rgba(14, 255, 44,1);height:10px;width:10px;margin-right:5px;
}

.psnCards{
	display:none;
	margin-top: 18px;
}
.psnCards img{
	max-width: 124px;
}

label > input{ /* HIDE RADIO */
  visibility: hidden; /* Makes input not-clickable */
  position: absolute; /* Remove input from document flow */
}
label > input + img{ /* IMAGE STYLES */
  cursor:pointer;
  border:2px solid transparent;
  opacity: 0.4;
  filter: alpha(opacity=0.4);
}
label > input:checked + img{ /* (RADIO CHECKED) IMAGE STYLES */
  border:2px solid #ccc;
  opacity: 1;
  filter: alpha(opacity=1);
}