.wrapper { min-height: 100%; position: relative; display: flex; flex-direction: column; align-items: center; padding-bottom: 80px; }

#gamecanvas { align-self: center; border: 1px solid #fff; }

.striangle { display:flex; align-self: center;;}

.striangle img { width: 480px; height: 420px; }

.loginform { display:flex; flex-direction:column; align-self: center; align-items:center;}
.loginalert {padding-left: 1em; padding-bottom: 1em; margin:1em; background:#df2323; border:solid 1px #bd1111; max-width:400px; max-height:100px; opacity:0.8; border-radius:1%;}
.loginform input {margin:10px; padding:5px;}
.formbutton { background: #bd1111; font-size: 15px; color:#fff; padding: 0.8em; border-radius: 7%; min-width:70px; max-width:100px; padding:0.5em;}

hr { width: 97%; color: #eeeeee; }

*::-moz-selection { /*background-color:#063784;*/ color: #fc2d2d; }

*::selection { /*background-color:#063784;*/ color: #fc2d2d; }

#loadOverlay{display: none;}

