@font-face{font-family:"Agency FB";src:url("/fonts/A001ff.ttf")}
html,
body {
  height: 100%;
  width: 100%;
}

body {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
/*
  padding-top: 40px;
  padding-bottom: 40px;
*/
  background-color: #fff !important;
  font-family: 'Agency FB' !important;
  font-size: 26px;
  letter-spacing: 1px;
  user-select: none;  
}
h1{
  font-family: 'Agency FB' !important;
  font-size: 26px !important;
}
/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
input[type=number] {
  -moz-appearance: textfield;
}
.form-signin {
  width: 100%;
  min-width: 350px;
  max-width: 600px;
  height: 100%;
  padding: 15px;
  margin: auto;
}
.form-signin .checkbox {
  font-weight: 400;
}
#loginContainer .form-signin .form-control {
  position: relative;
  box-sizing: border-box;
  height: auto;
  padding: 10px;
  font-size: 16px;
}
#registerContainer .form-signin .form-control{
  position: relative;
  box-sizing: border-box;
  height: auto;
  padding: 4px;
  font-size: 20px;
}
#registerContainer .form-signin input{
    margin-bottom: 5px;
}
.form-signin .form-control:focus {
  z-index: 2;
}
.form-signin input[type="email"] {
  margin-bottom: -1px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.form-signin input[type="password"] {
  margin-bottom: 10px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
#registerContainer label{
    color: orange;
    margin-bottom: 0px;
    font-size: 20px;
    width: 80%;
    text-align: left;
}
#submitbtn, #butInstall{
/*
    font-family: 'Carter One', cursive;
    font-size: 24px;
*/
    color: burlywood;
    padding: 15px;
    background: url("/img/scifi/buttons/btn_4_orange.png");
    background-size: 100% 100%;
    border: none;
    font-size: 26px;
    margin: 20px;
}
#registerbtn, #backbtn{
    width: 80%;
    color: lightblue;
    padding: 15px;
    background: url("/img/scifi/buttons/btn_4_blue.png");
    background-size: 100% 100%;
    border: none;
    font-size: 26px;
    margin: -10px auto 20px auto;
}
.bd-placeholder-img {
  font-size: 1.125rem;
  text-anchor: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.message{
    /*margin: -200px auto 0px auto !important;
    padding: 0 !important;*/
}
.changeView{
    color: orange;
    font-size: 18px;
    margin-top: 5px;
    margin-bottom: 5px;
    cursor: pointer;
}
#formbox{
    padding: 30px 30px 0px 30px;
    height: 90%;
    background: url("/img/scifi/login/Window_Login.png");
    background-size: 100% 100%;
    max-width: 400px;
    margin: 0 auto;
}
#loginContainer #formbox{
   /* max-height: 360px;*/
}
#registerContainer #formbox{
    max-height: 902px;
}
#formbox h1{
    margin-bottom: -10px;
    color: #BBB;
    font-size: 32px;
    color: #d28800;
}
#loginContainer #formbox h1{
    padding-top: 10px;
}
#registerContainer #formbox h1{
    padding-top: 25px;
}
#formbox img{
    width: 100%;
}
#formbox input, #formbox button, #formbox select{
    width: 80%;
    display: inline;
}
.text-muted{
    font-size: 18px;
}
.registerDetails{
    scrollbar-color:#b3defc #04395d;
    scrollbar-width:thin;  
    overflow-y: scroll;
    overflow-x: hidden;    
    height: calc(100% - 120px);
    color: orange;
}
.registerDetails::-webkit-scrollbar{
    width:15px;
    height:30px;
}
.registerDetails::-webkit-scrollbar-thumb{
    background: linear-gradient(180deg,#ff9800,#04395d);
    border-radius:30px;
    box-shadow:inset 2px 2px 2px hsla(0,0%,100%,.25),inset -2px -2px 2px rgba(0,0,0,.25);
}
.registerDetails::-webkit-scrollbar-track{
    /*background:linear-gradient(90deg,#201c29,#201c29 1px,#100e17 0,#100e17);*/
    background:linear-gradient(180deg,#065891,#013357);
    border-radius:30px;
} 
.gdprtext{
    text-align: left;
    font-size: 18px;
}
.gdprtext pre{
    white-space: pre-line;
    color: orange;
}
#gdprContainer #backbtn{
    padding: 0px;
    margin: 5px auto 0 auto;
}
/*
#loginContainer{
  display: table;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%; 
}
.form-signin{
  display: table-cell;
  vertical-align: middle;    
}
#formbox{
  
  margin-left: auto;
  margin-right: auto;
}
*/
.centerContainer{
  display: table;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%; 
}
.centerVertical{
  display: table-cell;
  vertical-align: middle;    
}
.centerHorizontal{
  margin-left: auto;
  margin-right: auto;
}
.gdprWrapper{
    display: inline-block;
    width: 80%;
    color: orange;
    font-size: 20px;
    margin-top: 15px;
}
.gdprSelect{
    float: left;
}
.gdprMessage{
    float: right;
    width: calc(100% - 30px);
}
.registerDetails table{
}
/*
@media (min-width: 768px) {
  .bd-placeholder-img-lg {
    font-size: 3.5rem;
  }
}
.text-center {
    text-align: center!important;
}
form img{
    margin-bottom: 15px;
}
#loginContainer form input{
    margin-bottom: 25px;
    margin-top: 25px;
}

.ribbon {
    display: block;
    width: calc(100% + 80px);
    height: 50px;
    line-height: 50px;
    text-align: center;
    margin-left: -40px;
    margin-right: -10px;
    background: #EDBA19;
    position: relative;
    top: 0px;
    -webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.75);
    -moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.75);
    box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.75);
}
.ribbon:before, .ribbon:after {
  content: "";
  position: absolute;
}
.ribbon:before {
  height: 0;
  width: 0;
  bottom: -10px;
  left: 0;
  border-top: 10px solid #cd8d11;
  border-left: 10px solid transparent;
}
.ribbon:after {
  height: 0;
  width: 0;
  right: 0;
  bottom: -10px;
  border-top: 10px solid #cd8d11;
  border-right: 10px solid transparent;
}
#logincontainer{
    
}
#logobox img{
    width: 40%;
    float:left;
}


.hidden {
  display: none !important;
}
*/
/*
#installContainer {
  position: absolute;
  bottom: 1em;
  display: flex;
  justify-content: center;
  width: 100%;
}

#installContainer button {
  background-color: inherit;
  border: 1px solid white;
  color: white;
  font-size: 1em;
  padding: 0.75em;
}
*/