
body{

margin-top: 100px;
padding-top:20%;
background-image: url('piercing-tools.jpg');
background-repeat: no-repeat;
background-position: center;
background-size: cover;

}

.form-login {
max-width:550px;
padding:40px;
border-radius:30px;
background:#e9e9e9;
margin:0 auto;

}


.form-login .form-login-heading{
color:#7dc0ff;
text-align:center;

}

.form-login .form-control {
position:relative;
height:auto;
box-sizing:border-box;
padding:10px;
font-size:16px;

}

.form-login input[type="text"] {
margin-bottom:5px;
border-bottom-right-radius:0;
border-bottom-left-radius: 0;

}

.form-login input[type="password"] {
margin-bottom:10px;
border-top-left-radius: 0;
border-top-right-radius:0;


}