body {
    height: 100%;
    overflow: auto;
}
img {
    max-width: 75%;
}

.bg-inverse {
    background-color: #404040 ;
}
RewriteRule /atendente otrs/index.pl [R]

.text-danger {
    color: #ff3939  !important;
}

.text-danger2 {
    color: #053469   !important;
}

.text-warning {
    color: #404040  !important;
}

.display-3 {
    font-size: 3.8rem;
    font-weight: 100;
    color: black;
}

.btn-success {
    color: #fff;
    background-color: #053469;
    border-color: #053469;
}

.btn-success:hover{
    color: #fff;
    background-color: #5a6e89;
    border-color: #5a6e89;
}

.btn-success:active{
    color: #fff;
    background-color: #5a6e89;
    border-color: #5a6e89;
}

.btn-success.active.focus, .btn-success.active:focus, .btn-success.active:hover, .btn-success:active.focus, .btn-success:active:focus, .btn-success:active:hover, .open>.btn-success.dropdown-toggle.focus, .open>.btn-success.dropdown-toggle:focus, .open>.btn-success.dropdown-toggle:hover {
    color: #fff;
    background-color: #5a6e89;
    border-color: #5a6e89;
}

.btn-success.focus, .btn-success:focus {
    color: #fff;
    background-color: #5a6e89;
    border-color: #5a6e89;
}

#login {
    padding-bottom: 100% !important;
}

#login {
    text-align: center;
    display: flex;
    align-items: center;
    position: relative;    
    width: 100%;
	top: 54px;
}

#cover-caption {
    position: absolute;
    right: 30%;
    width: 40%;
    top: 1%;
}



@media only screen and (min-width: 0px) and (max-width: 1024px) {
			
	#cover-caption {
		position: absolute;
		right: 30%;
		width: 40%;
		top: 5%;
	}
	
	.display-3 {
		font-size: 3.0rem;
		font-weight: 300;
		width: 100%;
		color: black;
	}
}

@media (max-width: 768px) { 
	#cover-caption {
		position: absolute;
		right: 10%;
		width: 75%;
		top: 5%;
	}
	
	#login {
		background-image: none !important;
	}
	
	.display-3 {
		font-size: 3.0rem;
		font-weight: 300;
		width: 100%;
		color: black;
	}
	
}

@media (max-width: 543px) {
	
	hr {   
		border-top: 1px solid #373a3c;
	}
	
	#login {
		background-image: none !important;
	}
	
	#cover-caption {
		position: absolute;
		right: 0%;
		width: 100%;
		top: 5%;
	}
	
	.display-3 {
		font-size: 3.0rem;
		font-weight: 300;
		width: 100%;
		color: black;
	}

}

.collapse{
	display: block;
}

.navbar-fixed-bottom, .navbar-fixed-top{
	position: inherit;
}

.hidden-xs-down{
	display: block !important;
}





