main{
	background-image: url(../img/web17.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	width: 100vw;
	min-width: 100%;
	height: 100vh;
}
.ContentLogin{
	display: flex;
	flex-direction: row;
	justify-content: center
}

.FrmLoginItems input{
	border:0;
	width: 65%;
}

.FrmLoginItems label{
	color: #00194e;
	display: flex;
	/*flex-direction: row;*/
	width: 400px;
}
.FrmLoginItems>input{
	border-radius: 3px;
}
.FrmLoginGroup{
	padding: 15px 0;
}
.SectionLogin{
	width: 100%;
	min-width: 400px;
	height: 100%;
	padding-left: 100px;
	display: flex;
    align-items: center;
}

.LoginImgContent{
	background-color: rgba(44, 62, 80,.7);
    display: flex;
    align-items: center;
    width: 100%;
    padding:0 80px;
    /*height: 100vh;*/
}
.LogoImg{
	display: block;
	width: 50vw;
}
