body {
    height: 100%;
    overflow: hidden;
    background-color: #373a3c;
}

img {
    max-width: 100%;
}
.navbar-toggler{
    color: white;
}
.section-content {
    padding: 5rem 0;
}

.bg-inverse{
    background-color: #000;
}

.display-3 {
    margin: 50px 0 60px 0;
    font-size: 2.5rem;
    font-weight: 300;
    color: #fff;
}

.text-danger{
    color: #41add2 !important
}

.text-danger-top{
    color: #41add2 !important
}

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


/* #cover {
    padding-bottom: 100% !important;
} */

.carousel {
    position: absolute;    
    right: 40%;
    width: 70%;
    top: 3rem;
}

.text-muted {
    color: #fff !important;
}

footer {
	padding-top: 20px;
}


article, aside, details, figcaption, figure, footer, header, main, menu, nav, section, summary {
    display: block;
}
*, ::after, ::before {
    -webkit-box-sizing: inherit;
    box-sizing: inherit;
}

#logoAgent{
    /*width: 145px !important;
    height: 45px !important;*/
    margin-top: 40px;
    margin-bottom: 10px;
}


#logoCustomer{
    /*width: 145px !important;
    height: 45px !important;*/
    margin-top: 40px;
    margin-bottom: 10px;
}

#cover {
    padding-top: 8rem;
    padding-bottom: 3.5rem;
    background-size: cover;
    color: red !important;
    height: 100%;
    text-align: center;
    display: flex;
    align-items: center;
}

#cover-caption {
    position: absolute;
    right: 0%;
    width: 40%;
    top: 10%;
}

#LoginButton{
    margin-top: 30px;
    margin-bottom: 30px;
	background-color: #41add2;
}

/* Alterando a cor do placeholder */
.altera-cor-placeholder::-webkit-input-placeholder{ 
    color: white;
}
.altera-cor-placeholder:-moz-placeholder{ 
    color: white;
}
.altera-cor-placeholder::-moz-placeholder{ 
    color: white;
}
.altera-cor-placeholder:-ms-input-placeholder{ 
    color: white;
}
.form-control{
    margin-bottom: 20px;
    color: black;
}

@media only screen and (min-width: 0px) and (max-width: 1024px) {
			
	#cover-caption {
		position: absolute;
		right: 25%;
		width: 50%;
		top: 10%;
	}
		
	.carousel {
		width: 0%;
	}	
}

@media (max-width: 768px) { 
	#cover-caption {
		position: absolute;
		right: 0%;
		width: 100%;
		top: 10%;
	}	
}

@media (max-width: 543px) {
	
	#cover-caption {
		position: absolute;
		right: 0%;
		width: 100%;
		top: 10%;
	}
	
	.display-3 {
		font-size: 3.5rem;
		font-weight: 300;
		width: 100%;
		color: black;
	}
}

