@font-face {
    font-family: 'luckiest_guyregular';
    src: url('fonts/luckiestguy-regular-webfont.woff2') format('woff2'),
         url('fonts/luckiestguy-regular-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

.containerlogin{
	width: 45%;
	border: 1px solid black;
	margin: auto;
	padding: 25px;
}

.btn {
	border-radius: 50px !important;
	border: 2px solid #3B3B3B !important;
	color: #3B3B3B !important;
	background: none !important;
}

.btn:hover {
	border-radius: 50px !important;
	border: 2px solid #3B3B3B !important;
	color: white !important;
	background: #3B3B3B !important;
}

.btn-primary {
	border-radius: 50px !important;
	border: 2px solid #3B3B3B !important;
	color: #3B3B3B !important;
	background: none !important;
}

.btn-secondary {
	border-radius: 50px !important;
	border: 2px solid #3B3B3B !important;
	color: #3B3B3B !important;
	background: none !important;
}