html{
	overflow: auto;
}
body {
    width: 100%;
	height: 100%;
	overflow: auto;
}

.background{
	position:fixed;
	top: 0px;
	left: 0px;
	right: 0px;
	bottom: 0px;
	background-size: cover;
    background-repeat: no-repeat;
    background-position: 50%;
    background-image: url(../img/bg_abmsa_1080.jpg);
    height: 100%;
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
	overflow: auto;
}

h1{
    font-size: 40px;
	color: #893143;
    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;
    border: 1px solid #b9b9b9;
    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;
	display: flex;
}

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

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

.card-login .container-logos img{
    height: 125px;
    margin:0px auto 24px auto;
}

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

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

.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_abmsa_768.jpg);
    }

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

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