body {
    margin: 0;
    padding: 0;
}

.index {
    background-color: #ffff;
    min-height: 100vh;
    position: relative;
    margin: 0;
    padding: 0;
}

.logo {
    /* position: absolute; */
    /* top: 2%; */
    /* left: 50%; */
    /* transform: translateX(-50%); */
	max-width:300px;
}

.login {
    /* position: absolute; */
    /* bottom: 0; */
    /* left: 50%; */
    /* transform: translateX(-50%); */
	margin-top:20vh;
}

@media (min-width: 1200px) {
    .logo {
        /* width: 10%; */
    }

    .login img {
        margin: auto;
    }
}

.row_flex{
	height:100vh;
	display:flex;
	align-items:center;
	justify-content:center;
	flex-direction:column;
}
