#fancy_login_dim_screen {
  position: fixed;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  display: none; }

#fancy_login_login_box {
  display: none;
  border-radius: 0px;
							 
							
					 
  position: fixed;
    top: 49%;
    left: 49%;
    padding: 0px;
    width: 80%;
    height: 80%; }
  #fancy_login_login_box .form-text {
    box-sizing: border-box; }
  #fancy_login_login_box .form-item-name {
    margin-top: 0;
    clear: both; }
  #fancy_login_login_box .item-list {
    list-style: none; }
    #fancy_login_login_box .item-list li {
      list-style: none; }
  #fancy_login_login_box .ssl_icon_above .form-text {
    width: 100px; }

#fancy_login_user_login_block_wrapper {
padding-bottom: 10px;
clear: right;
width: 50%;
padding: 5%;
position: absolute;
top: 0;
left: 0; }

#fancy_login_close_button {
    position: absolute;
    top: 0.875rem;
    right: 1.25rem;
    display: block;
    width: 2.375rem;
    height: 2.375rem;
    min-width: 30px;
    min-height: 30px;
    background-color: #90c14f;
    color: #fff;
    border-radius: 100%;
    font-size: 2;
    text-align: center;
    line-height: 2.2rem; 
    z-index: 1;
    cursor: pointer;
}
  #fancy_login_close_button:hover {
    text-decoration: none;
    background-color: #d93535;
    color: #000; }

#ssl_icon {
  float: right;
  position: relative;
  height: 50px;
  width: 50px; }
  #ssl_icon:hover #ssl_login_popup {
    display: block; }
  #ssl_icon img {
    margin: 0;
    padding: 0; }

#ssl_login_popup {
  height: 75px;
  width: 100px;
  position: absolute;
  bottom: 32px;
  right: -84px;
  display: none;
  background: url(../images/popup.png) no-repeat transparent; }
  #ssl_login_popup p {
    margin-top: 75px;
    height: 0;
    line-height: normal;
    overflow: hidden; }

#fancy_login_messages_container_wrapper {
  position: fixed;
  left: 0;
  top: 0;
  width: 96%;
  z-index: 9998;
  left: 2%; }
  #fancy_login_messages_container_wrapper .fancy_login_messages_container .messages {
    position: relative;
    margin-top: 0;
    padding: 10px 32px 10px 40px;
    opacity: 0.9;
    border-radius: 0;
    box-shadow: 3px 3px 5px #888888;
    background-color: #fff789;
    border: solid #b9ad7d 1px;
    color: #564e2b;
    margin: 0 auto 10px;
    font-size: 120%;
    line-height: 1.2em;
    display: block;
    text-align: center;
    z-index: 11; }
  #fancy_login_messages_container_wrapper .fancy_login_messages_container ul {
    list-style: none; }
    #fancy_login_messages_container_wrapper .fancy_login_messages_container ul li {
      list-style: none; }

.fancy_login_message_close_button {
  height: 10px;
  width: 10px;
  float: right;
  cursor: pointer;
  margin-left: 10px;
  color: #bbb;
  font-size: 100%;
  z-index: 9999;
  position: relative;
  background: #fff;
  height: 20px;
  margin-top: 10px;
  margin-right: 10px;
  width: 20px;
  line-height: 20px;
  text-align: center;
  border: 1px solid #bbb;
  border-radius: 50%; }
  .fancy_login_message_close_button:hover {
    color: #000;
    border: 1px solid #000; }

#form_load_dimmer {
  background: #000 url(../images/ajax-loader.gif) no-repeat center center;
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  display: none; }

@media (min-width: 720px) {
  #fancy_login_messages_container_wrapper {
    position: fixed;
    left: 0;
    top: 0;
    width: 600px;
    z-index: 9998;
    left: 50%;
    margin-left: -300px; }

  #fancy_login_messages_container_wrapper .fancy_login_messages_container .messages {
    font-size: 150%; } }
#fancy_login_user_login_block_wrapper .list-group-item{
	border-width: 0px;
}
#fancy_login_user_login_block_wrapper .form-type-password:focus-within label,
#fancy_login_user_login_block_wrapper .form-type-textfield:focus-within label {
    transform: translateY(-100%);
}

#fancy_login_user_login_block_wrapper label {
    position: absolute;
    margin: 2vh;
    font-size: 1.5vh;
    font-weight: bold;
    color: #689d98;
    line-height: 5vh;
    text-transform: uppercase;
    z-index: 1;
    display: inline-block;
    margin-bottom: .5rem;
    transition: transform 0.3s ease-in-out;
}

#fancy_login_user_login_block_wrapper input {
    border: 0.0625rem solid #689d98;
    color: #689d98;
    border-radius: 0.5rem;
	height: 5vh;
    font-size: 2vh;
    text-transform: uppercase;
    margin: 1em 0;
	padding-left: 26vh;
    transition: border-color 0.3s ease-in-out,color 0.3s ease-in-out,padding-left 0.3s ease-in-out;
}
#fancy_login_user_login_block_wrapper input.form-submit{
	color: #fff;
	background-color: #90c14f;
	border: 0;
	padding-left: 0;
}

#fancy_login_user_login_block_wrapper input:focus {
    border-color: #90c14f;
    color: #90c14f;
    box-shadow: none;
    padding-left: 1.25rem;
}

#fancy_login_user_login_block_wrapper .lp-signup {
    position: absolute;
    top: 1.75rem;
    right: 1.75rem;
    line-height: 2.625rem;
}

#fancy_login_user_login_block_wrapper .lp-signup a {
    display: inline-block;
    width: 5.4375rem;
    height: 2.625rem;
    box-sizing: border-box;
    border: 0.0625rem solid #8fbf4d;
    font-size: 0.75rem;
    color: #8fbf4d;
    text-align: center;
    text-transform: uppercase;
    border-radius: 0.25rem;
}
a.fl-password-link {
    position: absolute;
    right: 0.75rem;
    bottom: 0;
    font-size: 1.82291667vh;
    color: #90c14f;
    text-decoration: underline;
    line-height: 5.3125vh;
}

.lp-right-panel {
	background-image: url(../images/login-popup-image-low.jpg);
    width: 50%;
    height: 100%;
    position: absolute;
    top: 0;
    right: 0;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

#fancy_login_user_login_block_wrapper h1 {
    font-size: 3.125vh;
    font-weight: bold;
    color: #8ec04f;
    margin-top: 0;
    margin-bottom: 0;
    line-height: 1;
}
#fancy_login_user_login_block_wrapper h3 {
    font-size: 2.60416667vh;
    font-weight: bold;
    color: #689d98;
    margin-bottom: 10vh;
}

a.fl-register-link {
    display: none;
}

#fancy_login_user_login_block_wrapper .canvas-wrap {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
}

#fancy_login_user_login_block_wrapper canvas {
	image-rendering: optimizeSpeed;
	image-rendering: -moz-crisp-edges;
	image-rendering: -webkit-optimize-contrast;
	image-rendering: -o-crisp-edges;
	image-rendering: crisp-edges;
	-ms-interpolation-mode: nearest-neighbor;
	width: 100%;
	height: 100%;
}
canvas.strength-indicator{
	width: 100%;
	height: 100%;
}