.form-signin .login-submit {
  position: absolute;
  top: 40%;
  z-index: 1000;
  right: 5PX;
  padding: 8px;
  border-radius: 50%;
  -webkit-box-shadow: 0 0 4px rgba(0, 0, 0, 0.35);
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.35);
}
.form-signin .login-submit .circle-submit {
  position: relative;
  right: 0;
  width: 46px;
  height: 46px;
  padding: 8px;
  border-radius: 50%;
  -webkit-box-shadow: 0 0 4px rgba(0, 0, 0, 0.35);
  box-shadow: 0 0 4px 
}

.form-signin .login-submit button {
  position: absolute;
  z-index: 2;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  text-indent: 120%;
  white-space: nowrap;
  overflow: hidden;
  background: none;
  border: 0;
  border-radius: 50%;
  cursor: pointer;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.2), 0 1px rgba(255, 255, 255, 0.1);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.2), 0 1px rgba(255, 255, 255, 0.1);
}

.form-signin .login-submit button:before {
  content: "";
  position: absolute;
  top: 5px;
  bottom: 5px;
  left: 5px;
  right: 5px;
  background: #5d94ba;
  border-radius: 50%; }
.form-signin .login-submit button:before {
  content: "";
  position: absolute;
  top: 5px;
  bottom: 5px;
  left: 5px;
  right: 5px;
  background: #5d94ba;
  border-radius: 50%; }

.form-signin .login-submit button::active:before {
  background: #0591ba;
  background-image: -webkit-linear-gradient(top, #0591ba, #5d94ba);
  background-image: -moz-linear-gradient(top, #0591ba, #5d94ba);
  background-image: -o-linear-gradient(top, #0591ba, #5d94ba);
  background-image: linear-gradient(to bottom, #0591ba, #5d94ba); }
.form-signin .login-submit button:after {
  content: "";
  position: absolute;
  top: 15px;
  left: 12px;
  width: 25px;
  height: 19px;
  background: url(../../img/login/arrow.png) 0 0 no-repeat; }