﻿html, body {
/*text-align: center;*/
}
.dx-viewport {
    height: 100%;
}

body {
	margin: 0;
	padding: 0;
	/*text-align: center;*/
	font-family:"Adobe Garamond Pro Bold", Georgia, "Times New Roman", Times, serif;
	font-size: 13px;
	/*color: #000000;*/
	/*background: url(../img/black-bg-2.png) repeat-x, #ddd;*/
    background-size: auto 100%;
}

.custom-item > img {
    height: 48px;
    width: 38px;
    margin-right: 10px;
}

.custom-item > div {
    display: inline-block;
    vertical-align: top;
    line-height: 48px;
    font-size: 15px;
}

.current-value {
    padding: 10px 0;
}

.current-value > span {
    font-weight: bold;
}

.page
{
  position: relative;
  width: 95vw!important;
  margin: -15px auto;
  /*background: #fff;*/
  /*border: 10px solid #000;*/
  min-height: 90% !important;
  text-align: left;
  display: block;
  padding: 5px;
}

#logo {
    width: 200px; 
    position: relative; 
    z-index: 1;
     /*transform: translate(0, 25px);*/ 
    background-repeat:no-repeat

}
#wheel {
	position: absolute;
	bottom: 0;
	left: 0;
	height: 1000px;
	display: none;
}

body > header {
	/*height: 30px!important;*/
	background: red;
	background: linear-gradient(to bottom, #403e3f, #212121);
	box-shadow: 0 0 10px 0 black;
}

*, *:before, *:after {
    box-sizing: border-box;
    margin: 0;
    padding: 0
}

a, a:visited, a:link, a:focus, a:active, a:hover {
    text-decoration: none;
    outline: none;
    color: inherit
}

.dx-theme-generic-typography {
    background: none; 

}

.cardcontainer {
    margin: 0 auto 100px;
    max-width: 460px;
    position: relative;
    width: 100%;
}
.card {
    background: #ffffff none repeat scroll 0 0;
    border-radius: 5px;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
    box-sizing: border-box;
    padding: 60px 0 40px;
    position: relative;
    transition: all 0.3s ease 0s;
}
.card .title {
    border-left: 5px solid #103A6C;
    color: #103A6C;
    font-size: 32px;
    font-weight: 600;
    margin: 0 0 35px;
    padding: 10px 0 10px 50px;
    position: relative;
    text-transform: uppercase;
    z-index: 1;
}
.card .input-container {
    margin: 0 60px 50px;
    position: relative;
}
.card .input-container input {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    border: 0 none;
    color: #212121;
    font-size: 24px;
    font-weight: 400;
    /*height: 60px;*/
    outline: medium none;
    position: relative;
    width: 100%;
    z-index: 1;
}
.card .input-container label {
    color: #757575;
    font-size: 24px;
    font-weight: 300;
    left: 0;
    line-height: 60px;
    position: absolute;
    top: 0;
    transition: all 0.2s ease 0s;
}

.card .input-container .bar::before {
    left: 50%;
}
.card .input-container .bar::before, .card .input-container .bar::after {
    background: #ed2553 none repeat scroll 0 0;
    content: "";
    height: 2px;
    position: absolute;
    transition: all 0.2s ease 0s;
    width: 0;
}
.card .input-container .bar::after {
    right: 50%;
}
.card .input-container .bar::before, .card .input-container .bar::after {
    background: #ed2553 none repeat scroll 0 0;
    content: "";
    height: 2px;
    position: absolute;
    transition: all 0.2s ease 0s;
    width: 0;
}
.card .input-container .bar {
    background: #757575 none repeat scroll 0 0;
    bottom: 0;
    height: 1px;
    left: 0;
    position: absolute;
    width: 100%;
}

.card .button-container {
    margin: 0 60px;
    text-align: center;
}
.card .button-container button::before {
    background: #ed2553 none repeat scroll 0 0;
    border-radius: 100%;
    content: "";
    display: block;
    height: 30px;
    left: 50%;
    margin: -15px 0 0 -15px;
    opacity: 0;
    position: absolute;
    top: 50%;
    transition: all 0.3s ease 0s;
    width: 30px;
}
.card .button-container button {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 center;
    border: 2px solid #e3e3e3;
    cursor: pointer;
    display: inline-block;
    font-size: 24px;
    font-weight: 600;
    line-height: 1;
    outline: 0 none;
    overflow: hidden;
    padding: 20px 0;
    position: relative;
    text-transform: uppercase;
    transition: all 0.3s ease 0s;
    width: 240px;
}