* {
	box-sizing: border-box;
}

html, body, .login-page {
	background-color: #5A38B0;
	font-family: 'Nunito', sans-serif;
}

.btn-custom, .btn-custom:hover {
	background-color: #31137e;
	color: #FFFFFF;
	}

.btn-custom:hover {
	background: #43268d;
}

a { 
	color: #001689;
}

a:active {
	color: #5A38B0;
}

a:hover {
	color: #D67710;
	text-decoration: underline;
}

h3 {
	color: #5A38B0;
}

.error {
	color: #FF0000;
}

.success {
	color: #1F7904;
}