.vertical-center {
    min-height: 100%;
    min-height: 100vh;
    display: flex;
    align-items: center;
}

.firstBackground{
    align-items: center;
	background-image: url("../img/DAFG.jpg");
    background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	position: relative;
}

.boxLogin{
    box-shadow: 20px 20px 5px rgba(0, 0, 0, 0.7) !important;
    opacity: 0.8;
}