body {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 50%;
    background-image: url(../img/bg_portal_corporativo.jpg);
    height: 100vh;
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

h1{
    font-size: 80px;
	color: #fff;
    font-family: sans-serif;
    font-weight: bold;
	}

.card-login {
    background-color: #fff !important;
    position: relative;
    width: 90%;
    max-width: 400px;
    min-width: 300px;
    z-index: 1000;
    border-radius: 10px;
    padding: 24px;
	box-shadow: 0px 17px 20px 9px rgba(0,0,0,0.4);
}

.card-login .container-logos {
    width: 90%;
    margin: 0px auto 30px auto;
}

.form-control{
    background-color: #31343d;
    border: #31343d;
    color: #fff;
}

.form-control:focus{
    background-color: #fff;
    border: #fff;
    color: #31343d;
}

.card-login .container-logos img{
    width: 80%;
    margin-bottom: 5px;
    display: block;
    margin: auto;}

.links {
    display: flex;
	flex-direction: column;
}

.links .container-link{
    text-align: left;
    display: block;
    width: 100%;
    margin-bottom: 10px;
    font-size: 17px;
	color: #fff;
}

.ads {
    margin-top: 10px;
    display: flex;
    justify-content: flex-end;
}

.ads .ads-link {
    background-color: #fff;
    border-radius: 2px;
    padding: 5px;
}

.ads img {
    width: 64px;
    height: 32px;
}

@media (max-width: 767.98px) { 
    body{
        /* background-image: url(../img/background-image-786.jpg); */
        background-image: url(../img/bg_portal_corporativo.jpg);
    }

    .links .link{
        width: 100%;
    }
}

@media (max-width: 575.98px) { 
    body{
        /* background-image: url(../img/background-image-576.jpg); */
        background-image: url(../img/bg_portal_corporativo.jpg);			
    }
	
	h1{
   		font-size: 32px;
	  }
}
