.wrapper {    
	margin-top: 80px;
	margin-bottom: 20px;
}

.form-signin {
	background-color: white;
    border-color: orange;
    border-radius: 15px;
    border-style: double;
    margin: 0 auto;
    max-width: 420px;
    padding: 10px;
  }

.form-signin-heading {
  text-align:center;
  margin-bottom: 10px;
  margin-top:0px;
  
}

.form-control {
  position: relative;
  font-size: 16px;
  height: auto;
  padding: 10px;
}

input[type="text"] {
  margin-bottom: 0px;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

input[type="password"] {
  margin-bottom: 5px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

body {
background-image: url("background3.jpg");
background-size:cover;

}

.container{
	padding-top:15px;
	margin-right:0px;
}