body {
    height: 100%;
    overflow: hidden;
}

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

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

.display-3 {
    font-size: 4.5rem;
    font-weight: 300;
    color: #000;
}

.text-danger{
    color: #372249 !important
}

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

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

.container-login-form-btn {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
} 

.login100-form-btn, .login100-form-btn-office{
  font-family: Poppins-Medium;
  font-size: 16px;
  color: #fff;
  line-height: 1.2;
  text-transform: uppercase;

  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0 20px;
  height: 50px;
  border-radius: 5px;
}

.login100-form-btn-office:hover{
  background: #0b3b5a !important;
}

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

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

.text-muted {
    color: rgb(0, 0, 0) !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;
}

#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%;
}

/* 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{
    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;
	}
}

