.nav-justified .nav-item {
    margin: 3px;
}
.nav-pills>.nav-item>.nav-link{
	background-color: #000;
	color:#fff;
}
.nav-pills>.nav-item>.nav-link.active{
	background-color: #333!important;
}
.nav-pills>.nav-item>.nav-link:focus,
.nav-pills>.nav-item>.nav-link:hover{
    background-color: #555;
}
a {
	color: #000;
}
a:focus, a:hover {
    color: #000;
}
small{
	color:#777;
}
textarea.form-control {
    resize: vertical;
}
.logo{
	background: url(/assets/img/logo.png) no-repeat 50%;
	height: 396px;
	width: 100%;
	background-size: contain;
    background-position: bottom;
}
.form-control+.form-control,
.form-control+.btn{
    margin-top: .5rem;
}
.form-control {
    font-size: 0.9rem;
}
.swal-text {
  text-align: center;
  color: #000;
}
@media (max-width: 767px){
	.logo{
		height: 200px;
	}
	.form-control {
		font-size: 0.7rem;
	}
}
@media (min-width:1200px){
	.container{max-width:1260px}
}