* {
  margin:0;
  padding:0;
  font-family: 'Source Sans Pro', sans-serif;
}

body {
  background:#2c3e50;  
}

form {
  position:relative;
  width:360px;
  height:520px;
  margin:50px auto;
  text-align:center;
  background:#ecf0f1;
  padding:40px;
  -webkit-border-radius:20px 0 0 0;
     -moz-border-radius:20px 0 0 0;
          border-radius:20px 0 0 0;
  -webkit-box-shadow: 0px 1px 0px #ad392d, inset 0px 1px 0px white;
     -moz-box-shadow: 0px 1px 0px #ad392d, inset 0px 1px 0px white;
          box-shadow: 0px 1px 0px #ad392d, inset 0px 1px 0px white;
  box-shadow: 20px 20px 20px;
}

h4 {
  font-family: 'Source Sans Pro', sans-serif;
  font-size:2em;
  font-weight:300;
  margin-bottom:25px;
  color:#7f8c8d;
  text-shadow:1px 1px 0px white;
}

input {
  display:block;
  width:315px;
  padding:14px;
  -webkit-border-radius:6px;
     -moz-border-radius:6px;
          border-radius:6px;
  border:0;
  margin-bottom:12px;
  color:#7f8c8d;
  font-weight:600;
  font-size:16px;
}


input:focus {
  background:#fafafa;
}


.textbox
{
    display:block;
  width:315px;
  padding:5px;
  -webkit-border-radius:6px;
     -moz-border-radius:6px;
          border-radius:6px;
  border:0;
  margin-bottom:12px;
  color:#7f8c8d;
  font-weight:600;
  font-size:16px;
}

textbox:focus
{
    
     background:#fafafa;
}

li {
  position:absolute;
  right:40px;
  bottom:40px;
  list-style:none;
}



a, a:visited {
  text-decoration:none;
  color:#7f8c8d;
  font-weight:400;
  text-shadow:1px 1px 0px white;
  -webkit-transition: all .3s ease-in-out;
     -moz-transition: all .3s ease-in-out;
          transition: all .3s ease-in-out;
}

.button {
  position:relative;
  float:left;
  width:145px;
  margin-top:10px;
  background:#3498db;
  color:#fff;
  font-weight:400;
  text-shadow:1px 1px 0px #2d7baf;
  box-shadow:0px 3px 0px #2d7baf;
  -webkit-transition: all .3s ease-in-out;
     -moz-transition: all .3s ease-in-out;
          transition: all .3s ease-in-out;
   
margin:15px;
}


#sidebar
{
    float: left;
    width: 100%;
    height: 100%;
    text-align: center;
    margin-bottom: 20px;
}

#sidebar_logo
{
    background-position: center center;
    float: left;
    width: 100%;
    height: 50px;
    background-image: url('/images/turksat-logo2.png');
    background-repeat: no-repeat;
}

.div_buton {
    width: 50%;
    height: 75px;
    position: relative;
    float: left;
}


.div_buton_sifreunuttum {
    width: 100%;
    height: 50px;
    position: relative;
    float: left;
    text-align:right;
    
}

.div_buton_main {
    width: 100%;
    height: 75px;
    position: relative;
    float: left;
    margin-top:10px;
}

.div_local_giris
{
    height:230px;
    width:100%;

}


.div_buton_captha {
    width: 100%;
    height: 150px;
    position: relative;
    float: left;
    
}

.sifreunuttum {
    right: 10px;
    position:absolute;
}




.ball {
    position: absolute;
    border-radius: 100%;
    opacity: 0.7;
}

