.box-content{
    min-width:600px;
	padding:0px 60px 0px 40px;
}

.box-bottom{
	margin:1px;
	padding:5px 0 5px 10px;
	min-height:28px;
	text-align:center;
	vertical-align:middle;
	justify-content: center;
	/*border-radius*/
	-webkit-border-radius:8px;
	   -moz-border-radius:8px;
			border-radius:8px;
}

/*
 * TOGGLE
 */
.box-toggle{
	margin: 10px 10px 10px 10px;
	min-width:200px;
	-moz-box-shadow: inset 0px 0px 5px 0px #848484;
    -webkit-box-shadow: inset 0px 0px 5px 0px #848484;
    -o-box-shadow: inset 0px 0px 5px 0px #848484;
    box-shadow: inset 0px 0px 5px 0px #848484;
	background-color: var(--theme-color-dark);
	border: 2px solid var(--theme-main-color);
}
	
/* Minified */
.box-bottom-minified{
	min-height:10px;
	text-align:center;
	vertical-align:middle;
	justify-content: flex-end;
}


.box-error{
    position: relative;
	color:var(--theme-color-error);
    padding: 0.35em 1em;
    border-bottom: none;
    background: none;
    perspective: 2em;
    font-family: var(--theme-second_font-family);
    font-size: 14px;
    font-weight: 900;
    min-height:25px;
}

.ico-error{
	margin-top: 2px;
	margin-right: 10px;
	height: 25px;
	width: 25px;
	background-image:url(pictures/ico/icoWarning.png);
	background-repeat:no-repeat;
	background-size:20px 20px;
	background-position:5px;
}

.box-log{
    width:20%;
	min-width:350px;
	min-height:200px;
	background-color:var(--theme-color-dark);
	border: 2px solid var(--theme-main-color);
	border-radius:var(--theme-size-radius);
	-webkit-box-shadow:0px 2px 2px 0px rgba(0, 0, 0, 0.5),		0px 2px 2px 0px rgba(0, 226, 224, 0.5) inset;
	   -moz-box-shadow:0px 2px 2px 0px rgba(0, 0, 0, 0.5),		0px 2px 2px 0px rgba(0, 226, 224, 0.5) inset;
			box-shadow:0px 2px 2px 0px rgba(0, 0, 0, 0.5),		0px 2px 2px 0px rgba(0, 226, 224, 0.5) inset;
}

.ico-log{
	margin-top: 2px;
	margin-right: 10px;
	height: 39px;
	width: 39px;
	background-image:url(pictures/ico/icoLogin.png);
	background-repeat:no-repeat;
	background-size:39px;
}

.main-logo{
    width:26%;
	min-width:300px;
}

.box-logo {
    margin: 2%;
}

.glowing-box {
  position: relative;
  color: var(--theme-main-color);
  padding: 0.35em 1em;
  border-bottom: 0.15em solid var(--theme-main-color);
  background: none;
  perspective: 2em;
  font-family: var(--theme-second_font-family);
  font-size: 18px;
  font-weight: 900;
  min-height:25px;
}