1
0
mirror of https://github.com/Microsoft/sql-server-samples.git synced 2025-12-08 14:58:54 +00:00
Files
sql-server-samples/samples/development-frameworks/django/bootcamp/authentication/static/css/signup.css
2016-11-08 13:10:49 -08:00

41 lines
524 B
CSS

body {
background-color: #006389;
}
.logo {
margin: 0;
font-size: 3em;
font-weight: 200;
font-family: "Audiowide", cursive;
text-align: center;
text-shadow: 1px 1px 0 #333333;
line-height: 70px;
}
.logo a {
color: #92c35e;
}
.logo a:hover, .logo a:focus {
color: #92c35e;
text-decoration: none;
}
.signup {
background-color: #f6f6f6;
width: 70%;
border-radius: 7px;
margin: 10px auto 0;
}
.signup {
padding: 30px 20px;
}
.signup form {
margin-top: 20px;
}
.signup h2 {
margin: 0;
}