body
{
	margin: 0px;
	padding: 0px;	
}

.main{
    position: relative;
	max-width: 100vw;
	max-height: 100vh;
}

.top{
    background-image: url(../../images/bg/bgBImage.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
	background-position:right bottom;
}

.baseImg{
    width: 100%;
    height: 100vh;
    position: relative;
    padding:0;
}

.video-background {
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
  width: 100vw;
  height: 100vh;
  z-index: 0;
}
.video-background video {
  min-height: 100%; 
  min-width: 100%; 
}
.logo img{
    position: absolute;
    margin: 40px;
	width: 300px;
}

.titleTop{
    position: absolute;
    width: 400px;
	height: 276px;
	top: calc(50% - 138px);
	left: calc(50% - 210px);
	padding: 0px 10px 0px 10px;
	background-color: rgba(0,0,0,0.3);
	border-radius: 10px;
}

.titleTop h1{
  color: #fff;
  font-family: 'lato';
}

.backoffice-input
{
	width: 376px !important;
	padding: 10px;
}

.label
{
  text-transform: uppercase;
}

.bt_submit
{
	padding: 10px;
	border: 0px;
	margin: 0px;
	background-color: #666;
	color: #fff;
}

.txt_center
{
	text-align: center;
}