#connect-option {
    margin-top: 20px;
	width: 100%;
}

#login-options {
	margin-top: 20px;
	margin-left: auto;
	margin-right: auto;
	width: 265px;
}


.facebook-login-button {
    width: 264px;
    height: 40px;
    background-color: #3b5998;
    background-image: url("../img/social/f-facebook.png");
    background-size: 30px auto;
    background-repeat: no-repeat;
    background-position-x: 5px;
    background-position-y: center;
    border-style: solid;
    border-width: 1px;
    border-radius: 4px;
    border-color: #3b5998;
    background-color:#3b5998;
    padding-left: 43px;
    padding-top: 7px;
    color: #fff;
}

.google-login-button {
    width: 264px;
    height: 40px;
    background-color: #4086f4;
    background-image: url("../img/social/g-google.png");
    background-size: 30px auto;
    background-repeat: no-repeat;
    background-position-x: 5px;
    background-position-y: center;
    border-style: solid;
    border-width: 1px;
    border-radius: 4px;
    border-color: #4285f4;
    background-color:#4285f4;
    padding-left: 43px;
    padding-top: 7px;
    color: #fff;
}

.site-login-button {
    width: 264px;
    height: 40px;
    background-color: orangered;
    border-style: solid;
    border-width: 1px;
    border-radius: 4px;
    border-color: #ccc;
    padding-top: 7px;
    color: #fff;
    text-align: center;
}

.site-registration-button {
    width: 264px;
    height: 40px;
    background-color: #4086f4;
    border-style: solid;
    border-width: 1px;
    border-radius: 4px;
    border-color: #ccc;
    background-color: #fefefe;
    padding-top: 7px;
    color: #555;
    text-align: center;
}

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