body.lg-form {
  background-image: url(../images/login/sport-log-bg-dewa.jpg);
  background-size: 100% 100%;
  background-repeat: no-repeat;
}
.wl {
  float: right;
  right: 53px;
  font-style: italic;
  top: 45px;
  color: #ccc;
  font-size: 13px;
}

.logins {
	border-radius: 17px;
	background-size: 100% 100%;
	background-repeat: no-repeat;
	color: #fff;
	background-color: black;
	border: 2px solid #ffe100
}

.form-rows {
  margin: 3px 0 8px 0;
}

.form-rows input[type="text"],
.form-rows input[type="password"] {
  background-color: #545766;
  border: none;
  padding: 6px 10px;
  color: #fff;
}

.labels {
  text-transform: capitalize;
  font-size: 12px;
  display: inline-block;
  width: 45px;
}

.submit-button {
  display: block;
  margin: auto;
  padding: 9px 26px;
  border-radius: 6px;
  border: 1px solid #60bb46;
  background: linear-gradient(to bottom,#002ab3 0%,#079ad8 42%,#0576c5 69%,#005389 100%);
  color: #fff;
  /* background: -moz-linear-gradient(top, rgba(103,60,196,1) 0%, rgba(77,31,157,1) 50%, rgba(60,9,130,1) 51%, rgba(139,77,221,1) 100%); */
  /* background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(103,60,196,1)), color-stop(50%, rgba(77,31,157,1)), color-stop(51%, rgba(60,9,130,1)), color-stop(100%, rgba(139,77,221,1))); */
  /* background: -webkit-linear-gradient(top, rgba(103,60,196,1) 0%, rgba(77,31,157,1) 50%, rgba(60,9,130,1) 51%, rgba(139,77,221,1) 100%); */
  /* background: -o-linear-gradient(top, rgba(103,60,196,1) 0%, rgba(77,31,157,1) 50%, rgba(60,9,130,1) 51%, rgba(139,77,221,1) 100%); */
  /* background: -ms-linear-gradient(top, rgba(103,60,196,1) 0%, rgba(77,31,157,1) 50%, rgba(60,9,130,1) 51%, rgba(139,77,221,1) 100%); */
  /* background: linear-gradient(to bottom, rgba(103,60,196,1) 0%, rgba(77,31,157,1) 50%, rgba(60,9,130,1) 51%, rgba(139,77,221,1) 100%); */
  /* filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#673cc4', endColorstr='#8b4ddd', GradientType=0 ); */
}

.submit-button:hover {
  background: linear-gradient(to bottom,#002ab3 0%,#079ad8 42%,#0576c5 69%,#005389 100%) !important;
}
.submit-button:active {
  display: block;
  margin: auto;
  padding: 9px 26px;
  border-radius: 6px;
  border: 1px solid #60bb46;
  color: #fff;
  background: #60bb46;
  /* background: -moz-linear-gradient(top, rgba(103,60,196,1) 0%, rgba(77,31,157,1) 50%, rgba(60,9,130,1) 51%, rgba(139,77,221,1) 100%); */
  /* background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(103,60,196,1)), color-stop(50%, rgba(77,31,157,1)), color-stop(51%, rgba(60,9,130,1)), color-stop(100%, rgba(139,77,221,1))); */
  /* background: -webkit-linear-gradient(top, rgba(103,60,196,1) 0%, rgba(77,31,157,1) 50%, rgba(60,9,130,1) 51%, rgba(139,77,221,1) 100%); */
  /* background: -o-linear-gradient(top, rgba(103,60,196,1) 0%, rgba(77,31,157,1) 50%, rgba(60,9,130,1) 51%, rgba(139,77,221,1) 100%); */
  /* background: -ms-linear-gradient(top, rgba(103,60,196,1) 0%, rgba(77,31,157,1) 50%, rgba(60,9,130,1) 51%, rgba(139,77,221,1) 100%); */
  /* background: linear-gradient(to bottom, rgba(103,60,196,1) 0%, rgba(77,31,157,1) 50%, rgba(60,9,130,1) 51%, rgba(139,77,221,1) 100%); */
  /* filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#673cc4', endColorstr='#8b4ddd', GradientType=0 ); */
}

.forgot-link {
  color: #fff !important;
}