
:root
{
  --primary-color: steelblue;
  --bg-image: url('/img/scenario_v2108/client/pbc2108/login.jpg');
}


/* -- */


.header_div
{
  display: block;
  height: 80px;
  line-height: 80px;
  border-bottom-color: white;
}

.header_div h1
{
  font-size: 28px;
}

.center_div
{
  height: 620px;
  background-size: cover;
}

.flag_div
{
  width: 39px;
  height: 26px;
  margin-top: 5px;
}


/* -- */


.form_div
{
  width: 324px;
  margin-top: 180px;
  margin-left: auto;
  margin-right: auto;
}

form
{
  position: static;
  top: 0px;
  width: auto;
  height: auto;
  padding: 0px;
  background-color: transparent;
}

.newpass_form
{
  padding-top: 80px;
}

.activation_form
{
  padding-top: 60px;
}

.after_activation_form
{
  padding-top: 100px;
}


/* -- */


.message_container_div
{
  top: 120px;
}

.message_div
{
  background-color: rgba(255,255,255, 0.8);
  border-color: black;
  border-radius: 6px;
}

.message_div_help
{
  margin-top: -12px;
  line-height: 21px;
}

.message_div_help .instruction_msg
{
  font-size: 13px;
}

.message_div .error_msg
{
  color: red;
}


/* -- */

