* {
  box-sizing: border-box;
}

body {
  background: #ffffff;
  font-family: "Segoe UI", "Roboto", -apple-system, system-ui, "BlinkMacSystemFont", "Arial", "Helvetica", sans-serif;
  user-select: none;
  -webkit-user-select: none;
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
  -webkit-text-size-adjust: 100%;
}

.topcontainer {
  max-width: 500px;
  height: 0px;
  margin: 20px auto;
  text-align: left;
}

.container {
  max-width: 500px;
  height: 380px;
  margin: 0 auto;
  padding: 20px;
}

.pageTitle {
  margin-left: 20px;
}

img {
  height: 36px;
  max-width: 200px;
}

input[type="text"], input[type="password"] {
  width: 100%;
  border-radius: 8px;
  outline: none;
  padding: 12px 20px;
  margin-bottom: 12px;
  color: #646464; 
  font-family: inherit;
  font-weight: 400;
  font-style: normal;
  font-size: 18px;
  cursor: pointer;
  border:1px solid #dddddd;
  -moz-appearance: none;
  -webkit-appearance: none;
}

.expressFlash { 
  color: #d8000c;
  font-family: inherit;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  vertical-align: middle;
  text-align: center;
  padding-bottom: 16px;
} 

#loginRequest {
  color: #646464;
  font-family: inherit;
  font-style: normal;
  font-size: 24px;
  font-weight: 700;
  line-height: 24px;
  padding: 20px;
  text-align: center;
}

#remember_me {
  -moz-appearance: checkbox;
  -webkit-appearance: checkbox;
  margin-right: 8px;
} 

label.remember_me {
  color: #646464;
  font-family: inherit;
  font-style: normal;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
}

#login_btn {
  font-family: inherit;
  font-style: normal;
  background-color: #00b5e2;
  display: block;
  /* margin: 20px auto 0 auto; */
  margin: 10px auto 12px auto;
  width: 100%;
  line-height: 24px;
  padding: 20px;
  font-size: 18px;
  color: #ffffff;
  font-weight: 400;
  border: none;
  cursor: pointer;
  border-radius: 8px;
  -moz-appearance: none;
  -webkit-appearance: none;
}

#login_btn:hover {
  background:#00add9;
}

#login_btn:active {
  background:#00a5ce;
}

.langSelection{
    float: right;
    position: relative;
    right: 20px;
}

.langSelection a {
  text-decoration: none;
  color: #646464;
}

.pipes {
  color: #e0e1e1;
}

label.username,
label.password {
  color: #646464;
  font-family: inherit;
  font-style: normal;
  font-size: 16px;
  font-weight: 400;
  line-height: 30px;
  text-align: left;
}

::-webkit-input-placeholder, /* Edge */
:-ms-input-placeholder, /* Internet Explorer */
::-moz-placeholder, /* Firefox 19+ */
:-moz-placeholder, /* Firefox 18- */
::placeholder 
 { 
  color: #646464;
  opacity: 0.5;
}
