@CHARSET "UTF-8";

@font-face {
  font-family: "Geogrotesque-Regular";
  src: url("../webfonts/eot/G9.eot#GeogrotesqueMd") format("embedded-opentype"), url("../webfonts/woff/G9.woff") format("woff"), url("../webfonts/svg/G9.svg#GeogrotesqueMd") format("svg");
}

@font-face {
  font-family: "Geogrotesque-SemiBold";
  src: url("../webfonts/eot/G11.eot#GeogrotesqueSmBd") format("embedded-opentype"), url("../webfonts/woff/G11.woff") format("woff"), url("../webfonts/svg/G11.svg#GeogrotesqueMd") format("svg");
}


html {
background: url(../images/sh3.jpg) no-repeat center center fixed;
-webkit-background-size: cover;
-moz-background-size: cover;
-o-background-size: cover;
background-size: cover;
filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../images/sh3.jpg', sizingMethod='scale');
-ms-filter: "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../images/sh3.jpg', sizingMethod='scale')";
}


body,td,th {
    font-family: 'Geogrotesque-Regular', sans-serif;
}

.clearfix {
    display: inline-block;
}

#loginwrapper {
    margin-top: 200px;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    width: 480px;
    height: 270px;
    box-sizing: border-box;

}
#loginpanel {
    padding: 15px 25px 35px 25px;
    cursor: default;
    background-color: rgba(0,0,0,0.75);
     -webkit-backdrop-filter: blur(6px);
    border-radius: 4px;
    box-shadow:0 0 18px rgba(0,0,0, .33);
}
#loginpanel h1 {
    line-height: 40px;
     font-family: 'Geogrotesque-SemiBold',sans-serif;
    font-size: 28px;
    font-weight: normal;
    color: #e4e4e4;
}
#loginemail {
    background-color: #FFF;
    height: 29px;
    background-image: url(../images/loginuser.png);
    background-repeat: no-repeat;
    padding-left: 37px;
    -webkit-border-radius: 3px 3px 3px 3px;
    border-radius: 3px 3px 3px 3px;
    margin-bottom:1em;
}
.loginfield {
    border: 1px solid #FFF;
    width: 98%;
    font-size: 15px;
    outline: 0 none;
    font-family: inherit;
    color: #333;
}
#loginpassword {
    margin-top: 10px;
    background-color: #FFF;
    height: 29px;
    background-image: url(../images/loginpwd.png);
    background-repeat: no-repeat;
    padding-left: 37px;
    -webkit-border-radius: 3px 3px 3px 3px;
    border-radius: 3px 3px 3px 3px;
    margin-bottom: 20px;
}
.passwordfield {
    border: 1px solid #FFF;
    width: 98%;
    font-size: 15px;
    outline: 0 none;
    float: left;
    font-family: inherit;
    color: #333;
}
.loginbutton {
    text-align: right;
}
.copyright {
    margin-top: 10px;
    font-size: 12px;
    color: #333;
    text-align: right;
    padding-right: 5px;
    text-shadow: 0px 1px 0px #FFF;
}
#toollogo{
    display: none;
}


.loginbuttons {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

.loginbuttons a {
    background: linear-gradient(0deg, #959595, #bcbcbc 100%);
    color: #333;
    text-decoration: none;
    font-size: 12px;
    display: block;
    padding: 0.5rem 0.5rem;
    transition: all 300ms;
}
.loginbuttons a:hover {
    box-shadow: 0 5px 10px 4px rgba(0,0,0,0.2);
    transform: scale(1.02);
}