body
{
  margin: 0px;
  padding: 0px;
}

#login-header
{
  width: 100%;
}

#login-header-content
{
  background: linear-gradient(90deg, rgba(253,253,254,0.8) 0%, rgba(162,172,185,0.8) 100%);
  height: 136px;
  border-bottom: 1px solid #000000;
}

#login-header-logo
{
  width: 40%;
  float: left;
}

#login-header-items
{
  width: 40%;
  float: left;
  padding-top: 65px;
}

#list-header-items li
{
  width: 30%;
  float: right;
  list-style-type: none;
}

#list-header-items li a
{
  font-family: "Gotham";
  color: #4d4c4c;
  text-decoration: none;
  font-size: 22px;
}

#list-header-items li a:hover
{
  text-decoration: underline;
}

#btn-header,
#btn-header-mobile
{
  background-color: #8e2e2f;
  color: #ffffff;
  cursor: pointer;
  border-width: 0px;
  width: 180px;
  margin-top: 65px;
  height: 55px;
  font-size: 22px;
  font-weight: bold;
}

#btn-header-mobile
{
  margin-top: 20px;
  float: left;
  margin-left: -10%;
  width: 80%;
  margin-bottom: 20px;
}

#btn-header:hover
{
  background-color: #8e2e2f;
}

#login-header-language
{
  width: 100%;
  float: left;
}

#input-language
{
  float: right;
  margin-right: 11.5%;
  margin-top: 20px;
  background-color: #000000;
  border: 0px;
  color: #ffffff;
}

#login-screen
{
  width: 450px;
  margin: 0 auto;
  background: linear-gradient(90deg, rgba(149,149,149,0.8) 0%, rgba(126,125,126,0.8) 100%);
  margin-top: 40px;
}

#login-screen-header
{
  float: left;
  padding-left: 20px;
}

#login-screen-header h1
{
  font-size: 28px;
}

#login-screen-recoverpassword
{
  float: right;
  margin-right: 8%;
  margin-top: 30px;
  margin-bottom: 5px;
}

#login-screen-recoverpassword a
{
  font-family: "Gotham";
  font-style: italic;
  color: #ffffff !important;
  text-decoration: none;
}

#login-screen-recoverpassword a:hover
{
  text-decoration: underline;
}

.login-screen-line
{
  width: 100%;
  clear: both;
}

.input-screen
{
  color: black;
  background-color: #e3ebf0;
  border: 0;
  width: 70%;
  height: 46px;
  outline: none;
  font-family: "Gotham";
  font-size: 20px;
  padding-left: 10px;
  padding-top: 15px;
  margin-top: 30px;
  float: left;
}

.input-screen::placeholder
{
  color: black;
}

#input-password
{
  width: 55%;
}

.input-placeholder-line
{
  background-color: black;
  width: calc(70% - 15px);
  height: 1px;
  float: left;
  margin-left: 100px;
  margin-top: -10px;
  position: relative;
  z-index: 0;
}

#input-placeholder-password
{
  width: calc(55% - 15px);
}

#input-password-eye
{
  width: 13%;
  background-color: #cad3d8;
  float: left;
  height: 52px;
  margin-top: 30px;
  padding-top: 10px;
  padding-left: 2%;
  cursor: pointer;
}

.input-icon
{
  width: 70px;
  float: left;
  background-color: #cad3d8;
  height: 62px;
  margin-left: 20px;
  margin-top: 30px;
}

#login-screen-button
{
  width: 100%;
}

#btn-submit
{
  background-color: #8e2e2f;
  color: #ffffff;
  cursor: pointer;
  border-width: 0px;
  width: 100%;
  margin-top: 20px;
  height: 65px;
  font-size: 32px;
  font-weight: bold;
}

#btn-submit:hover
{
  background-color: #8e2e2f;
}

#login-underscreen
{
  clear: both;
  float: right;
  margin-right: 20%;
  margin-top: 20px;
}

#login-underscreen a
{
  color: #ffffff;
  text-decoration: none;
  cursor: pointer;
}

#login-underscreen a:hover
{
  text-decoration: underline;
}

#img-header-logo
{
  margin-left: 30%;
  padding-top: 30px;
}

#login-message
{
  float: left;
  background-color: #e0eeee;
  padding-left: 15px;
  width: calc(100% - 15px);
  margin-bottom: 20px;
}

#login-message p
{
  color: #000000 !important;
}

.input-icon img
{
  width: 30px;
  padding-top: 13px;
  padding-left: 20px;
}

#login-body
{
  background-image: url("/view/images/background-default.jpg");
  background-size: 100%;
}

#btn-header-mobile
{
  display: none;
}

#login-screen h2
{
  font-family: "Gotham";
  color: #ffffff;
  padding-top: 30px;
  margin-left: 5%;
  font-size: 28px;
}

#login-screen p
{
  font-family: "Gotham";
  color: #ffffff;
  font-size: 16px;
  margin-left: 5%;
  width: 90%;
}

@media only screen and (max-width: 600px)
{
  #btn-header-mobile
  {
    display: block;
  }
  
  #login-screen
  {
    margin-top: 100px;
    width: 80%;
  }

  .input-screen
  {
    width: 63% !important;
  }
  
  .input-placeholder-line
  {
    background-color: black;
    width: calc(63% - 15px) !important;
  }

  #input-password-eye
  {
    display: none;
  }
}
