<link href="//maxcdn.bootstrapcdn.com/bootstrap/3.3.0/css/bootstrap.min.css" rel="stylesheet" id="bootstrap-css">
<script src="//maxcdn.bootstrapcdn.com/bootstrap/3.3.0/js/bootstrap.min.js"></script>
<script src="//code.jquery.com/jquery-1.11.1.min.js"></script>
<!------ Include the above in your HEAD tag ---------->
<!doctype html>
<html>
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1">
<title>Bootatrap temel eğitim</title>
<link rel="stylesheet" type="text/css" href="css/bootstrap.css">
<link rel="stylesheet" type="text/css" href="css/custom.css">
</head>
<body>
<div class="arkaplan">
<img src="http://www.dpcplanning.com/images/admin.png" style="opacity: 0.7;" class="admin"><!-- Buraya resim Koyun.. -->
<form method="post">
<div class="col-md-12">
<span class="glyphicon glyphicon-user simge"></span><input class="textgiris" type="text" placeholder="Kullanıcı Adı">
</div>
<div class="col-md-12">
<span class="glyphicon glyphicon-pencil simge"></span><input class="textgiris" type="password" placeholder="Şifre">
</div>
<div class="orta"><input type="checkbox" class="check"><div class="hesap">Hesabı Hatırla</div></div>
<div class=""><input type="submit" value="Giriş" class="btn buton btn-success"></div>
<div class="clearfix"></div>
<div class="unut">Şifreyi Unuttum</div>
</form>
</div>
<!-- © 2017 dogukankeskin. All Rights Reserved.. -->
<script src="js/jquery-3.2.1.slim.min.js"></script>
<script src="js/bootstrap.js"></script>
</body>
</html>
@charset "utf-8";
/* Bootstrap Costom Css Dosyası */
body
{
background-image: url(https://img07.rl0.ru/ca008c7ca53f4a38061f38b62f62fb8d/c2560x1440/wallpaperscraft.com/image/spots_background_light_blur_68629_2560x1440.jpg);
background-repeat: no-repeat;
background-size: cover;
height:100%;
}
.arkaplan
{
width: 35%;
background: rgba(171,171,171,0.26);
text-align: center;
height: 500px;
margin: 100px auto;
padding-top: 100px;
padding-bottom: 0;
-webkit-box-shadow: 10px 13px 31px 0px rgba(51,51,51,1);
-moz-box-shadow: 10px 13px 31px 0px rgba(51,51,51,1);
box-shadow: 10px 13px 31px 0px rgba(51,51,51,1);
}
@media screen and (max-width:1050px)
{
.arkaplan
{
width: 50%;
}
}
@media screen and (max-width:760px)
{
.arkaplan
{
width: 70%;
}
}
@media screen and (max-width:470px)
{
.arkaplan
{
width: 100%;
}
}
.textgiris
{
background: rgba(83,83,83,0.33);
outline: none;
font-weight: bold;
font-family: Baskerville, Palatino Linotype, Palatino, Century Schoolbook L, Times New Roman, serif;
font-size: 17px;
padding-left: 40px;
border: 0;
width: 70%;
height: 50px;
margin: 10px;
color: #D9D9D9;
transition: 250ms all;
}
.textgiris:focus
{
-webkit-box-shadow: 0px 0px 56px 4px rgba(77,77,77,0.75);
-moz-box-shadow: 0px 0px 56px 4px rgba(71,71,71,0.75);
box-shadow: 0px 0px 56px 4px rgba(61,61,61,0.75);
border: 2px solid #449D44;
}
.simge
{
position: absolute;
margin-top: 25px;
margin-left: 25px;
color: #D9D9D9;
}
.buton
{
width: 66%;
margin: 55px auto;
height: 50px;
font-weight: bold;
font-family:Segoe, Segoe UI, DejaVu Sans, Trebuchet MS, Verdana," sans-serif";
font-size: 18px;
}
input[type="checkbox"]
{
width: 20px;
height: 20px;
float: left;
margin-right: 4px;
}
.hesap
{
float: left;
margin-top: 4px;
color: #449D44;
font-weight: bold;
font-family:Lucida Grande, Lucida Sans Unicode, Lucida Sans, DejaVu Sans, Verdana," sans-serif"
}
.orta
{
width: 66%;
margin: 0 auto;
}
::-webkit-input-placeholder
{
color: #CCCCCC;
}
.unut
{
transition: 250ms all;
color: #d32f2f;
font-size: 16px;
width: 66%;
margin: 0 auto;
text-align: left;
font-weight: bold;
cursor: pointer;
}
.unut:hover
{
color: #d32f2f;
}
.admin
{
position: absolute;
width: 150px;
background: rgba(118,118,118,0.74);
border-radius: 100%;
margin-top: -170px;
margin-left: -75px;
}
}