/*****************************************************************************
 This file is common across all LG sites.
*****************************************************************************/
/* from https://codepen.io/ahsanrathore/pen/wKMZeJ */
.CaptchaWrap 
{ 
  padding-bottom:12px;
  position: relative; 
}
.CaptchaTxtField 
{ 
  border-radius: 8px; 
  border: 1px solid #ccc; 
  display: block;  
  box-sizing: border-box;
}
#CaptchaImageCode 
{ 
  text-align:center;
  margin-top: 15px;
  padding: 0px 0;
  width: 180px;
  overflow: hidden;
}
.CaptchaCode 
{ 
  display: block; 
}
.CaptchaReload 
{ 
  background:url('/images/reload.png') left top no-repeat;   
  background-size : 100%;
  width: 40px; 
  height: 40px;
  border: 0px; outline none;
  position: absolute; 
  bottom: 15px;
  left : 190px;
  outline: none;
  cursor: pointer;
}

.CaptchaError 
{ 
  color: red !important;
  display: none; 
}
.signup-form-left-top, .signup-form-right-top
{
  display:inline-block;
  width:16%;
  vertical-align:top;
}
#signup-form-bot
{
  display:none;
}
#signup-form
{
  width:60%;
  display:inline-block;
  margin-left:3%;
  margin-right:2%;
  text-align:left;
  font-family: Helvetica Neue, Arial, sans-serif;
  border-radius: 5px; 
  background-color: rgb(247, 239, 218);
  background-color:#b1c4d3;
  color:black;
  font-size:1rem;
}
#success_message div
{
  text-align: center;
  font-size:1.5rem;
}
@media only screen and (max-width: 800px) 
{
  #signup-form-bot
  {
    width:100%;
    margin:0;
    padding:0;
    text-align:center;
    display:block;
    margin-top:20px;
  }
  .signup-form-left-bot, .signup-form-right-bot
  {
    display:inline-block;
    width:40%;
    vertical-align:top;
    text-align:center;
    margin:0 auto;
  }
  .signup-form-left-bot
  {
    padding-right:9%;
  }
  .signup-form-left-top, .signup-form-right-top
  {
    display:none;
  }
  #signup-form
  {
    width:100%;
    margin:0 auto;
  }
}

