body{
background-color:#e6e6e6;
margin-top: 40px;
}

#logo {
    background-image: url(logo.png);
    position: relative;
    width: 380px;
    height: 342px;
    display: block;
    margin: auto;
}

.btn-success {
    color: #fff;
    background-color: #28a745;
    border-color: #28a745;
    text-align: center;
    margin: 0 auto;
    display: block;
    font-weight: 400;
    white-space: nowrap;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border: 1px solid transparent;
    padding: 4px 47px;
    font-size: 22px;
    line-height: 1.5;
    border-radius: .25rem;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-i;
}

h1 {
    color: #000;
    text-align: center;
    font-family: sans-serif;
    font-weight: 300;
	margin-top: 67px;
}





a {
	color:#fff;
	text-decoration: none;
	
}

