*
{
    margin: 0;
    padding: 0;
    font-family: sans-serif;
    box-sizing: border-box;
}
body
{
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 100vh;
    background: url('img/bgLogin.jpg');
    background-size: cover;
    background-repeat: no-repeat;
}
a {
  text-decoration: none;
  color: darksalmon;
}
.displayNone {
  display: none;
}
.white {
  color: white;
}
.login { font-size: 20px; font-weight: bold; text-align: center; margin: 15px; color: white; }
.text{
  height: 25px;
  border-radius: 5px;
  padding: 4px;
  border: solid thin #aaa;
  width: 100%;
}
#button,
#validation {
  padding: 10px;
  width: 100px;
  color: white;
  background-color: darksalmon;
  border: none;
}
.box {
  padding: 20px 30px;
  width: 300px;
  height: auto;
  backdrop-filter: blur(50px);
  border-radius: 5px;
  background: rgba(49, 49, 49, .2);
  border: 1px solid rgba(255, 255, 255, .5);
}
.box .form {
  padding: 10px 20px;
}
.box .form h2 {
  text-align: center;
  color: #fff;
}
.box .form form {
  margin-top: 50px;
  align-items: center;
}
.box .form form .inputbox input {
  padding: 10px 20px;
  border: none;
  outline: none;
  background: none;
  border-bottom: 1px solid #12151e;
  margin-bottom: 30px;
  color: #fff;
}
.box .form form .inputbox span {
  transform: translateY(-80px);
  font-size: 14px;
  color: #fff;
}
.box .form form .sub {
  padding: 10px 20px;
  color: #fff;
  border: none;
  outline: none;
  background: #0cc0df;
  cursor: pointer;
  font-size: 16px;
}
.message,
.correctCaptcha,
.incorrectCaptcha {
  font-size: 14px;
  padding-bottom: 15px;
}
.logo {
  background-image: url('/img/literal-bl.svg');
  background-size: auto 50px;
  background-repeat: no-repeat;
  background-position: center;
  width: auto;
  height: 50px;
  margin-bottom: 40px;
}
.hyppens {
  -webkit-hyphens: auto;
  -moz-hyphens: auto;
  -ms-hyphens: auto;
  hyphens: auto;
}
#captcha {
    /*height: 80%;*/
    width: 80%;
    /*font-size: 30px;
    letter-spacing: 3px;*/
    margin: auto;
    display: block;
}
#refreshButton {
    color: #fff;
    background-color: #000;
    border-radius: 5px;
    padding: 4px;
}
#textBox {
    width: 73%;
    height: 25px;
}
