.my-auto{
            margin: 0 auto;
          }
          .authentication-form{
            font-size: .9rem;
            width: 70%;
            display: block;
            padding: 100px 0;
          }
          .login-title > h1{
            position: relative;
            font: 25px Helvetica,Arial,sans-serif;
            letter-spacing: -.05em;
            line-height: 20px;
            margin: 10px 0 30px;
          }
          .login-title h1:before, .login-title h1:after{
              content: "";
              height: 1px;
              position: absolute;
              top: 10px;
              width: 20%;
          }
          .login-title h1:before{
            background: #7e7e7e;
            background: -moz-linear-gradient(right,rgba(126,126,126,1) 0%,rgba(255,255,255,1) 100%);
            background: -webkit-linear-gradient(right,rgba(126,126,126,1) 0%,rgba(255,255,255,1) 100%);
            background: -o-linear-gradient(right,rgba(126,126,126,1) 0%,rgba(255,255,255,1) 100%);
            background: -ms-linear-gradient(right,rgba(126,126,126,1) 0%,rgba(255,255,255,1) 100%);
            background: linear-gradient(right,rgba(126,126,126,1) 0%,rgba(255,255,255,1) 100%);
            left: 0;
          }
          .login-title h1:after{
            background: #7e7e7e;
            background: -moz-linear-gradient(left,rgba(126,126,126,1) 0%,rgba(255,255,255,1) 100%);
            background: -webkit-linear-gradient(left,rgba(126,126,126,1) 0%,rgba(255,255,255,1) 100%);
            background: -o-linear-gradient(left,rgba(126,126,126,1) 0%,rgba(255,255,255,1) 100%);
            background: -ms-linear-gradient(left,rgba(126,126,126,1) 0%,rgba(255,255,255,1) 100%);
            background: linear-gradient(left,rgba(126,126,126,1) 0%,rgba(255,255,255,1) 100%);
            right: 0;
          }
          img.gdimg {
            padding: 0;
          }
          input[name=gdcode]:focus+a >img {
            zoom: 200%;
            position: absolute;
            right: 0px;
            z-index:99999
          }
          .locale {
            margin: 10px;
          }

          .register {
            margin-top: 20px;
          }