@font-face {
    font-family: Poppins-Regular;
    src: url("../fonts/Poppins-Regular.otf") format("opentype");
}

body {
    background: url('../img/login_background.jpg') no-repeat center center fixed; 
	  -webkit-background-size: cover;
	  -moz-background-size: cover;
	  -o-background-size: cover;
	  background-size: cover;
}

.card-banner {
    margin-top: 120%;
	border-top-left-radius: 0.85rem!important;
    border-top-right-radius: 0.85rem!important;
    height: 350px;
}

.card-titulo {
    font-size: 26px;
    padding: 30px;
}

.card-subtitulo {
    margin-top: -35px;
}

.terms {
    margin-top: 20px;
}

.button-border {
	
}