
.btn-primary {
    background-color: #11B711 !important;
    border: none !important;
	border-radius: 50px;
	color: #ffffff !important;
}

#btn-sigin {
	width: 100%;
	display: flex;
	justify-content: center;
}

#btn-sigin button {
	font-weight: bold;
	letter-spacing: 1px;
}

#content-logo-login img {
	width: 50%;
}

#content-rec-d-olv-con {
	width: 100%;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	align-items: center;
	margin-bottom: 30px;
}

#content-rec-d-olv-con>div label {
	color: #11B711;
	font-family: 'Ubuntu-bold';
} 

#content-rec-d-olv-con a {
	color: red;
	font-family: 'Ubuntu-bold';
}

.register-btn {
	color: #A8A8A8;
}

.register-btn a {
	color: #11B711;
	font-family: 'Ubuntu-bold';
	font-size: 26px;
}

#logo-login {
	width: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
}

#logo-login img {
	width: 30%;
}

#btn-menu {
	display: none !important;
}

@media screen and (min-width: 992px) {
	#content-rec-d-olv-con {
		flex-direction: row;
	}
}