/**********GENERAL**********/
html{
	background-image: linear-gradient(to left, #565656, #121212) !important;
	background-size: auto;
}
body{
	background: transparent;
	height: 100% !important;
}
center{
	height: 100% !important;
}
p, h1, span, strong, td{
	color: white !important;
}

a{
	color: white !important;
	font-size: 15px;
}

/**********CLASS**********/

.icons{
  /* width: 50%; */
  height: 40%;
	filter: invert(1);
}
.icons:hover{
}

.formTXTAlong {
font-family: Verdana,Arial,Helvetica;
font-size: 11px;
width: 400px;
color: #555555;
background-color: inherit;
border-color: #ffffff;
border: 0px groove #ffffff;
text-align:center;
}

.formTXTAreboot {
	font-family: Verdana,Arial,Helvetica;
	font-size: 20px;
	width: 350px;
	color: #ffffff;
	background-color: transparent;
	border-color: #ffffff;
	border: 0px groove #ffffff;
	text-align:center;
}

.formTXTAserial {
font-family: Verdana,Arial,Helvetica;
font-size: 11px;
width: 300px;
color: #ffffff;
background-color: inherit;
border-color: #ffffff;
border: 0px groove #ffffff;
text-align:center;
}

.skinName{/*Product name header*/
	font-size: 20px;
}

.headertop{
	position: fixed;
}

.cardbox{
	width: 100%;
	height: 600px;
}

.card{
	width: 300px;
	height: 310px;
	padding: 40px;
	position: absolute;
	transform: translate(-50%,-50%);
	background: #191919;
	text-align: center;
	box-shadow: 10px 10px black;
}

.boxInfo{
  /* width: 300px;
  height: 310px;
  padding: 40px;
  position: fixed;*/
  top: 50%;
  left: 25%;
  /* transform: translate(-50%,-50%);
  background: #191919;
  text-align: center;
	box-shadow: 10px 10px; */
}

.boxInfo td{
  color: white;
/* text-transform: uppercase; */
  font-weight: 200;

}
.boxInfo h1{
  color: white;
  /* text-transform: uppercase; */
  font-weight: 300;
	font-size: 25px;
}

.boxPlugin{
	top: 50%;
  left: 75%;
}
.boxPlugin h1{
  color: white;
  /* text-transform: uppercase; */
  font-weight: 300;
	font-size: 25px;
}

.box{
  /* width: 300px;
  height: 310px;
  padding: 40px;
  position: absolute;*/
  top: 50%;
  left: 50%;
  /* transform: translate(-50%,-50%);
  background: #191919;
  text-align: center;
	box-shadow: 10px 10px; */
}
.box h1{
  color: white;
  /* text-transform: uppercase; */
  font-weight: 300;
	font-size: 35px;
}
.box input[type = "text"],.box input[type = "password"]{
  border:0;
  background: none;
  display: block;
  margin: 20px auto;
  text-align: center;
  border: 2px solid #3498db;
  padding: 14px 10px;
  width: 200px;
  outline: none;
  color: white;
  border-radius: 24px;
  transition: 0.25s;
}
.box input[type = "text"]:focus,.box input[type = "password"]:focus{
  width: 280px;
  border-color: #2ecc71;
}
.box input[type = "submit"]{
  border:0;
  background: none;
  display: block;
  margin: 20px auto;
  text-align: center;
  border: 2px solid #2ecc71;
  padding: 14px 40px;
  outline: none;
  color: white;
  border-radius: 24px;
  transition: 0.25s;
  cursor: pointer;
}
.box input[type = "submit"]:hover{
  background: #2ecc71;
}

.ct-box .inner{
	background: #191919 !important;
	box-shadow: 10px 10px black !important;
	color: white !important;
}

.inner:hover{
	/* background-image: radial-gradient(#0074ea, #59b4d4) !important; */
	background: #0074ea !important;
}

.item {
    position: relative;
    float: left;
}

.item h2 {
    text-align:center;
    position: absolute;
    line-height: 125px;
    width: 100%;
}

svg {
   -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
}

.circle_animation {
  stroke-dasharray: 440; /* this value is the pixel circumference of the circle */
  stroke-dashoffset: 440;
  transition: all 1s linear;
}

.footer{
	vertical-align: bottom;
	position: fixed;
	bottom: 50px;
}

@media only screen and (max-width: 1200px) {
  .indexTitle{
		transform: translate(-50%,0%);
		position: absolute;
		left: 50%;
	}
	.cardbox{
		width: 100%;
		height: 1000px;
	}
	.box{
		position: absolute;
		left: 50%;
		top: 400px;
	}
	.boxInfo {
		position: absolute;
		left: 50%;
		top: 850px;
	}
	.boxPlugin {
		position: absolute;
		left: 50%;
		top: 1300px;
	}
	.footer{
		vertical-align: bottom;
		position: fixed;
		bottom: 50px;
	}
}
