.login-box-container {
    display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	justify-content: space-around;
	align-items: stretch;
	align-content: stretch;
}

.login-box {
    background-color: rgb(245, 248, 253);
    border-radius: .3rem;
}

.login-box .alert {
    width: 350px;
}

.form-signin {
    width: 350px;
    padding: 20px;
}