@font-face {
    font-family: "GE SS Two";
    font-weight: bold;
    src: url("font/GE SS Two Bold.otf");
}

@font-face {
    font-family: "GE SS Two";
    font-style: oblique, italic;
    src: url("font/GE SS Two Light.otf");
}

@font-face {
    font-family: "GE SS Two";
    font-style: normal;
    font-weight: normal;
    src: url("font/GE SS Two Medium.otf");
}

.Logbody {
    -moz-background-size: cover;
    -o-background-size: cover;
    -webkit-background-size: cover;
    background-color: #008ec5;
    background-size: cover;
    font-family: GE SS Two;
}

.text {
    color: #4E4E4E;
    font-size: 25px;
    line-height: 2;
    margin-left: 60px;
}

footer {
    background: #017DAD;
    bottom: 0px;
    left: 0px;
    padding: 8px;
    position: fixed;
    width: 100%;
}

.textfooter {
    color: #F7F7F7;
    font-size: 13px;
    font-weight: 100;
    line-height: 2;
    text-align: center;
}

.browsers {
    color: #97DCF7;
    font-size: 14px;
    font-weight: 100;
    left: 0px;
    margin-top: 20px;
    padding: 0;
    text-align: center;
}

.imgbrowsers {
    background-color: #D8D8D8;
    border-radius: 8px;
    margin: 0 auto;
    margin-top: 10px;
    padding: 5px;
    width: 80px;
}

.imgbrowsers img {
    height: 27px;
    padding-left: 5px;
    padding-right: 5px;
    width: 27px;
}

.login-card {
    background-color: #F7F7F7;
    border-radius: 2px;
    border-top: 5px solid #00b8ff;
    box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.3);
    margin: 0 auto 10px;
    margin-top: 5%;
    overflow: hidden;
    padding: 30px;
    width: 374px;
}

.login-card h1 {
    color: #555555;
    font-size: 1.3em;
    font-weight: 300;
    margin-top: 2px;
    text-align: center;
}

.login-card h3 {
    color: #A3A3A3;
    font-size: 1em;
    font-weight: 100;
    margin-bottom: 2px;
    text-align: center;
}

.login-card .logo { margin-left: 79px; }

.login-card input[type=submit] {
    display: block;
    font-family: GE SS Two;
    margin-bottom: 10px;
    position: relative;
    width: 96%;
}

.login-card input[type=text], .login-card input[type=password] {
    -moz-box-sizing: border-box;
    -webkit-appearance: none;
    background: #fff;
    border: 1px solid #d9d9d9;
    border-top: 1px solid #c0c0c0;
    box-sizing: border-box;
    font-family: Arial;
    font-size: 12px;
    height: 44px;
    margin-bottom: 10px;
    /* border-radius: 2px; */
    padding: 0 8px;
    text-align: right;
    width: 96%;
}

.login-card input[type=text]:hover, .login-card input[type=password]:hover {
    -moz-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
    border: 1px solid #b9b9b9;
    border-top: 1px solid #a0a0a0;
    box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
}

.login {
    font-family: 'Arial', sans-serif;
    font-size: 14px;
    font-weight: 700;
    height: 36px;
    padding: 0 8px;
    text-align: center;
    /* border-radius: 3px; */
    /* -webkit-user-select: none;
  user-select: none; */
}

.login-submit {
    background-color: #008ec5;
    /* border: 1px solid #3079ed; */
    border: 0px;
    color: #fff;
    text-shadow: 0 1px rgba(0, 0, 0, 0.1);
    /* background-image: -webkit-gradient(linear, 0 0, 0 100%,   from(#4d90fe), to(#4787ed)); */
}

.login-submit:hover {
    background-color: #00b8ff;
    /* border: 1px solid #2f5bb7; */
    border: 0px;
    text-shadow: 0 1px rgba(0, 0, 0, 0.3);
    /* background-image: -webkit-gradient(linear, 0 0, 0 100%,   from(#4d90fe), to(#357ae8)); */
}

.login-card a {
    color: #666;
    display: inline-block;
    font-weight: 400;
    opacity: 0.6;
    text-align: center;
    text-decoration: none;
    transition: opacity ease 0.5s;
}

.login-card a:hover { opacity: 1; }

.login-help {
    font-size: 12px;
    text-align: center;
    width: 100%;
}


img.registerlogo {
    height: 46px;
    margin-bottom: 10px;
    margin-left: 10px;
    vertical-align: middle;
    width: 50px;
}

h3.registertext { color: #676565; }

.HintBox {
    align-items: center;
    border: 2pt solid green;
    display: flex;
    height: 40px;
    padding-right: 5px;
}