.login-navigation > li:not(:hover) {
  border-radius: 10px;
  padding: 0 5px;
  font-size: 12px;
}

.login-navigation > li:hover {
  border-radius: 10px;
  padding: 0 5px;
  font-size: 12px;
}
.login-navigation > li {
  text-transform: capitalize;
}

body.login-content:before {
    /*height: 50%;
    background: #FF9800;*/
    height: 100%;
    background: -webkit-linear-gradient(#FF9800, white, white); 
    background: -o-linear-gradient(#FF9800, white, white); 
    background: -moz-linear-gradient(#FF9800, white, white);
    background: linear-gradient(#FF9800, white, white);
}
body
{
	background: transparent;
   -webkit-user-select: none;  /* Chrome all / Safari all */
  -moz-user-select: none;     /* Firefox all */
  -ms-user-select: none;      /* IE 10+ */
  user-select: none;          /* Likely future */  
}
.lc-block:not(.lcb-alt) {
  padding: 55px 55px 35px;
}
.lcb-user {
  width: 100px;
  height: 100px;
  border-radius: 5px;
  border: 5px solid #fff;
  position: absolute;
  top: -50px;
  margin-left: -50px;
  box-shadow: 0 -4px 10px rgba(0, 0, 0, 0.18);
}
