#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;
    font-size: 17px;
    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;
    font-size: 17px;
    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;
    font-size: 17px;
    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;
    font-size: 17px;
    color: #555;
    text-align: center;
}

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

#bottom {
	position: fixed !important;
	bottom: 0 !important;
	height: 180px !important;
}

.mod-central {
	display: block;
	position: relative;
	width: 500px;
	margin: auto;
	margin-top: 20vh;
}

.formcentral {
	width: 100%;
	float: left;
}

.btn-primary {
	color: #fff !important;
	background-color: #f2916d !important;
	border-color: #f2916d !important;
}

.checkbox.mb-3 {
	color: #fff;
}

a {
    color: #f2916d !important;
    text-decoration: none !important;
}

a:hover {
    color: #fff !important;
}

#bottom-menu {
	color: #ffffff !important;
}

.menu-item:hover {
	color: #fff !important;
}

.alert-danger {
	background-color: #e74c3c;
	border-color: #e74c3c;
	color: #fff;
	width: 100%;
	text-align: center;
}

#header-logo {
	margin-left: 15px;
	width: 18%;
	max-width: 160px;
	position: fixed;
	z-index: 1000;
}

@media only screen and (max-width: 768px) 
{
	.mod-central {
		display: block;
		position: relative;
		width: 100%;
		margin: auto;
		margin-top: 22%;
	}
	
	.wrap-login100 {
		width: 100% !important;
		background: transparent;
		margin: auto;
	}
	
	.wrap-login100 {
		padding-top: 45%;
		padding-left: 15px;
		padding-right: 15px;
	}
	
	#bottom {
		height: 200px !important;
		position: relative !important;
	}
}