
body{
	padding-top: 50px;
}
.small-lead{
	font-size: 20px;
}
.login-method{
	line-height: 25px;
}
.link-white, .link-white:focus, .link-white:active, .link-white:hover{
	color: #fff;
}

.footer {
    background-color: #1DA1F2;
    color: white;
    padding-top: 20px;
    padding-bottom: 15px;
    text-align: left;
}

.footer h3 {
    font-size: 28px;
    color: white;
}

.footer p,
.footer ul,
.footer a {
    color: white;
    font-size: 14px;
}

.footer a:hover,
.footer a:focus,
.footer a:active {
    text-decoration: underline;
}

.footer-text {
    background: #222222;
    padding-top: 15px;
}

.footer-text p,
.footer-text a {
    color: white;
    margin-bottom: 15px;
}

.footer-text a:hover,
.footer-text a:focus,
.footer-text a:active {
    text-decoration: underline;
}

