/* Add here all your CSS customizations */
.body-register {
	display: table;
	height: 100vh;
	margin: 0 auto;
	max-width: 80%;
	padding: 0 15px;
	width: 100%;
}

.body-register .center-register {
	display: table-cell;
	padding-top: 20px;
	vertical-align: middle;
}

.body-register .card-register {
	background: transparent;
}

.body-register .card-register .card-title-register .title {
	background-color: #ed9c28;
	border-radius: 5px 5px 0 0;
	color: #FFF;
	display: inline-block;
	font-size: 12px;
	font-size: 0.75rem;
	padding: 13px 17px;
	vertical-align: bottom;
}

.body-register .card-register .card-body {
	background: #FFF;
	border-top: 5px solid #ed9c28;
	border-radius: 5px 0 5px 5px;
	box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
	padding: 33px 33px 15px;
}

/* Sign Screens - Elements */
.body-register .checkbox-custom {
	margin-top: 8px;
}

.body-register .line-thru {
	display: block;
	font-size: 12px;
	font-size: 0.75rem;
	position: relative;
}

.body-register .line-thru span {
	color: #CCC;
	position: relative;
	z-index: 3;
}

.body-register .line-thru:before {
	background-color: #FFF;
	content: '';
	height: 10px;
	left: 50%;
	position: absolute;
	margin: -5px 0 0 -20px;
	top: 50%;
	width: 40px;
	z-index: 2;
}

.body-register .line-thru:after {
	border-bottom: 1px solid #DADADA;
	content: '';
	display: block;
	left: 10%;
	position: absolute;
	top: 47%;
	width: 81%;
	z-index: 1;
}

#chart-container {
  position: relative;
  display: inline-block;
  top: 10px;
  left: 10px;
  height: 600px;
  width: calc(100% - 24px);
  border: 2px dashed #aaa;
  border-radius: 5px;
  overflow: auto;
  text-align: center;
}

#binary-container {
  position: relative;
  display: inline-block;
  top: 10px;
  left: 10px;
  height: 600px;
  width: calc(100% - 24px);
  border: 2px dashed #aaa;
  border-radius: 5px;
  overflow: auto;
  text-align: center;
}

#binary-container-m {
  position: relative;
  display: inline-block;
  top: 10px;
  left: 10px;
  height: 600px;
  width: calc(100% - 24px);
  border: 2px dashed #aaa;
  border-radius: 5px;
  overflow: auto;
  text-align: center;
}