*{ outline: none; }
html,body { margin:0; padding:0; width:100%; height:100%;}

body[orient="portrait"] { min-height:540px; }
body[orient="landscape"] { min-height:400px; }

video{ width:100%; }
ul{ margin:0; padding:0; list-style:none;}
ul > li{ margin:0; padding:0; list-style:none;}
ol{ margin:0; padding:0; list-style:none;}
ol > li{ margin:0; padding:0; list-style:none;}
dl{ margin:0; padding:0; list-style:none;}
dl > dt{ margin:0; padding:0; list-style:none;}
dl > dd{ margin:0; padding:0; list-style:none;}

p{ margin:0; line-height:1.8;}
s{ color:#cccccc;}

a img{ border:0px;}
a{ outline: none; text-decoration:none; selector-dummy : expression(this.hideFocus=true);}
a:hover{ cursor:pointer; outline: none; text-decoration:none;}

table{ display:table; border-collapse:collapse;}
th,td{ display:table-cell;}
form{ padding:0; margin:0;}
input[type=button],button{ cursor:pointer;}
input[type=text],input[type=password],input[type=email],input[type=date],input[type=time]{ border:1px solid #bbbbbb; padding:3px; display:inline-block; background-color:#fff;}
textarea{ border:1px solid #bbbbbb; padding:3px; line-height:1.8;}
select{ font-size:12px; background-color:#fff;}
h1,h2,h3,h4,h5,p{ margin:0; padding:0; line-height:1;}
select > option:disabled {
    color:#bbbbbb;
}

svg{margin:0; padding:0;}
svg#FirstLogo{ width:160px;}
.LoadingBar{ position:fixed; left:0; top:0; display:table; width:100%; height:100%; z-index:50000;}
.LoadingBar > li{ position:relative; display:table-cell; text-align:center; vertical-align:middle; color:#ffffff;}
.LoadingBar:before{ content:""; position:fixed; width:100%; height:100%; left:0; top:0; background-color:#000000; opacity:0.6; animation-name:LoadBlackOpacity; animation-duration:0.3s;}
.LoginFormSection{ width:200px; margin:auto; text-align:left; background-color:#ffffff; color:#000000; position:relative; border:3px solid #0c66f3;}
.LoginFormSection > header{ padding:16px;}
.LoginFormSection > header > nav{ position:absolute; right:16px; top:16px;}
.LoginFormSection > section{ padding:16px; padding-top:0;}

.loader,
.loader:after {
  border-radius: 50%;
  width: 10em;
  height: 10em;
}
.loader {
  margin: 60px auto;
  font-size: 10px;
  position: relative;
  text-indent: -9999em;
  border-top: 1.1em solid rgba(255, 255, 255, 0.2);
  border-right: 1.1em solid rgba(255, 255, 255, 0.2);
  border-bottom: 1.1em solid rgba(255, 255, 255, 0.2);
  border-left: 1.1em solid #ffffff;
  -webkit-transform: translateZ(0);
  -ms-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-animation: load8 1.1s infinite linear;
  animation: load8 1.1s infinite linear;
}
@-webkit-keyframes load8 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes load8 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}


#Work{ display:none;}

@keyframes LoadBlackOpacity {
    from {opacity:0;}
    to {opacity:0.6;}
}

::-webkit-input-placeholder { /* Chrome/Opera/Safari */
    color:rgba(0,0,0,0.2);
    font-weight:300;
    letter-spacing:-0.2px;
    background-color:transparent;
}
::-moz-placeholder { /* Firefox 19+ */
    color:rgba(0,0,0,0.2);
    font-weight:300;
    letter-spacing:-0.2px;
    background-color:transparent;
}
input:-ms-input-placeholder { /* IE 10+ */
    color:rgba(0,0,0,0.2);
    font-weight:300;
    letter-spacing:-0.2px;
    background-color:transparent;
}
textarea:-ms-input-placeholder { /* IE 10+ */
    color:rgba(0,0,0,0.2);
    font-weight:300;
    letter-spacing:-0.2px;
    background-color:transparent;
}
:-moz-placeholder { /* Firefox 18- */
    color:rgba(0,0,0,0.2);
    font-weight:300;
    letter-spacing:-0.2px;
    background-color:transparent;
}


/* Scrollbar 
body section ::-webkit-scrollbar{
width: 13px;
height: 13px;
}
body section ::-webkit-scrollbar-thumb{
background: #FFFFFF;
border: 1.7px solid #2E2E2E;
border-radius: 10px;
}
body section ::-webkit-scrollbar-thumb:hover{
background: #FFFFFF;
}
body section ::-webkit-scrollbar-track{
background: #FFFFFF;
border-radius: 10px;
box-shadow: inset 0px 0px 0px 0px #FFFFFF;
}
*/