*, ::after, ::before {
	box-sizing: border-box;
}

body {
    margin: 0;
    font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol";
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    text-align: left;
}

h1, h2, h3, h4, h5, h6 {
    margin-top: 0;
    margin-bottom: .5rem;
    font-family: inherit;
    font-weight: 500;
    line-height: 1.2;
    color: inherit;
}

.navbar{
	display: flex;
	align-items: center;
	padding: .5rem 1rem;
	position: -webkit-sticky;
	position: sticky;
	top: 0;
	min-height: 4rem;
	background-color: #563d7c;
	box-shadow: 0 0.5rem 1rem rgba(0,0,0,.05), inset 0 -1px 0 rgba(0,0,0,.1);
	color: #ffffff;
}

.navbar-logo {
	color: #ffffff;
}

.navbar ul {
	display: flex;
	flex-direction: row;
	padding-left: 0;
	margin-top: 0;
	margin-bottom: 0;
	list-style: none;
}

.navbar li a {
	padding-right: .5rem;
	padding-left: .5rem;
	color: #cdbfe3;
	text-decoration: none;
	display: block;
	padding: .5rem 1rem;
}

.navbar li a:hover {
	color: #ffffff;
}

.navbar li a.active {
	color: #ffffff;
	    font-weight: 500;
}

.navbar-right {
	margin-left: auto;
	display: inline-flex;
}

.navbar-right .btn {
	font-weight: 500;
    color: #ffe484;
margin-left: 1rem;
    margin-bottom: 0;
	display: inline-block;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
user-select: none;
    border: 1px solid #ffe484;
    padding: .375rem .75rem;
    font-size: 1rem;
    line-height: 1.5;
    border-radius: .25rem;
    transition: background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
text-decoration: none;
}

.navbar-right .btn:hover {
color: #2a2730;
    background-color: #ffe484;
    border-color: #ffe484;
}

main {
    padding-top: 15px;
    padding-right: 15px;
    padding-left: 15px;
    padding-bottom: 2em;
    min-height: 500px;
    background-color: #fff;
    color: #212529;
}

.content {
	display: block;
	width: 100%;
	margin-right: auto;
	margin-left: auto;
	padding-right: 15px;
	padding-left: 15px;
}

@media (min-width: 576px){  .content { max-width: 540px;  } }
@media (min-width: 768px){  .content { max-width: 720px;  } }
@media (min-width: 992px){  .content { max-width: 960px;  } }
@media (min-width: 1200px){ .content { max-width: 1140px; } }


.form-login {
	max-width: 330px;
	padding: 15px;
	margin: 0 auto;
}



.form-login input {
    display: block;
    width: 100%;
    padding: .375rem .75rem;
    font-size: 1rem;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-image: none;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: .25rem;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    position: relative;
    box-sizing: border-box;
    height: auto;
    padding: 10px;
    font-size: 16px;
}

footer .links {
	background-color: #333;
	color: silver;
	padding-top: 1.5em;
	padding-bottom: 1.5em;
}

footer .links a {
	color: #929292;
	text-decoration: none;
	font-size: 15px;
	padding-right: 40px;
}

footer .links a:hover {
	color: #eee;
}

footer .copyright {
	background-color: #373737;
	color: silver;
	padding-top: 2em;
	padding-bottom: 2em;
	text-align: center;
	font-size: 11px;
}
