
html, body, form {
        margin: 0;
        padding: 0;
        height: 100%;width: 100%;
}
html{
        background: url("../img/login/world3.jpg") no-repeat center center fixed;
             -webkit-background-size: cover;
            -moz-background-size: cover;
            -o-background-size: cover;
            background-size: cover;
}

.arka
{
    position:absolute;
    left:60px;
    bottom:0px;
    top:0px;
    width:350px;
    background-image:url(../img/login/backpanel.png);
  
}

body {
  font: 14px/20px  Arial, sans-serif;
  color: #404040;
}

a {
  color: #00a1d2;
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}

.login {
  position:absolute;
  left:40px;
  top:35%;
  width: 300px;
  font-weight: 300;
  color: #a8a7a8;
  text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.8)
}

.login p {
  margin: 0 0 10px;
}

input, button, label {
  font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-size: 15px;
  font-weight: 300;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
input:-webkit-autofill { background-color: #F7941D !important; background-image:none !important; }

.txts {
  padding: 0 10px;
  width: 250px;
  height: 40px;
  color: #bbb;
  text-shadow: 1px 1px 1px black;
  background: rgba(0, 0, 0, 0.16);
  border: 0;
  border-radius: 5px;
  -webkit-box-shadow: inset 0 1px 4px rgba(0, 0, 0, 0.3), 0 1px rgba(255, 255, 255, 0.06);
  box-shadow: inset 0 1px 4px rgba(0, 0, 0, 0.3), 0 1px rgba(255, 255, 255, 0.06);
}
.txts:focus {
  color: white;
  background: #F7941D;
  outline: 0;
}

.logintowebseyir {
    font-size: 8pt !important;
    padding: 0 10px;
    text-decoration: none !important;
    text-shadow: none !important;
    width: 245px !important;
    height: 40px;
    color: #bbb;
    float: right;
}

.logintowebseyir:focus {
    color: white;
    background: #F7941D;
    outline: 0;
}

label {
  float: left;
  width: 160px;
  line-height: 40px;
  padding-right: 10px;
  font-weight: 100;
  text-align: left;
  letter-spacing: 1px;
  color:white;
}
.login-submit {
  position: absolute;
  top: 73px;
  right: 15px;
  width: 48px;
  height: 48px;
  padding: 8px;
  border-radius: 32px;
  -webkit-box-shadow: 0 0 4px rgba(0, 0, 0, 0.34);
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.34);
}
/*
.login-submit:before, .login-submit:after {
  content: '';
  z-index: 1;
  position: absolute;
}
.login-submit:before {
  top: 28px;
  left: -4px;
  width: 4px;
  height: 10px;
  -webkit-box-shadow: inset 0 1px rgba(255, 255, 255, 0.06);
  box-shadow: inset 0 1px rgba(255, 255, 255, 0.06);
}
.login-submit:after {
  top: -4px;
  bottom: -4px;
  right: -4px;
  width: 36px;
}*/

.login-button {
  position: relative;
  z-index: 2;
  width: 48px;
  height: 48px;
  padding: 0 0 48px;
  /* Fix wrong positioning in Firefox 9 & older (bug 450418) */
  text-indent: 120%;
  white-space: nowrap;
  overflow: hidden;
  background: none;
  border: 0;
  border-radius: 24px;
  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);

  /* Must use another pseudo element for the gradient background because Webkit */
  /* clips the background incorrectly inside elements with a border-radius.     */
}
.login-button:before {
  content: '';
  position: absolute;
  top: 5px;
  bottom: 5px;
  left: 5px;
  right: 5px;
  background: #FF8000;
  border-radius: 24px;
  background-image: -webkit-linear-gradient(top, #F7941D,#FF8000);
  background-image: -moz-linear-gradient(top, #F7941D, #FF8000);
  background-image: -o-linear-gradient(top,#F7941D, #FF8000);
  background-image: linear-gradient(to bottom, #F7941D, #FF8000);
  -webkit-box-shadow: inset 0 0 0 1px #F7941D, 0 0 0 5px rgba(0, 0, 0, 0.16);
  box-shadow: inset 0 0 0 1px #F7941D, 0 0 0 5px rgba(0, 0, 0, 0.16);
}
.login-button:active:before {
  background: #FFBF00;
  background-image: -webkit-linear-gradient(top, #FFBF00, #FFC926);
  background-image: -moz-linear-gradient(top, #FFBF00, #FFC926);
  background-image: -o-linear-gradient(top, #FFBF00, #FFC926);
  background-image: linear-gradient(to bottom, #FFBF00, #FFC926);
}
.login-button:after {
  content: '';
  position: absolute;
  top: 15px;
  left: 12px;
  width: 25px;
  height: 19px;
  background: url("../img/login/arrow.png") 0 0 no-repeat;
}

::-moz-focus-inner {
  border: 0;
  padding: 0;
}

.lt-ie9 input[type=text], .lt-ie9 input[type=password] {
  line-height: 40px;
  background: #282828;
}
.lt-ie9 .login-submit {
  position: absolute;
  top: 12px;
  right: -28px;
  padding: 4px;
}
.lt-ie9 .login-submit:before, .lt-ie9 .login-submit:after {
  display: none;
}
.lt-ie9 .login-button {
  line-height: 48px;
}
.lt-ie9 .about {
  background: #313131;
}
