video { 
    position: fixed;
    top: 50%;
    left: 50%;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    z-index: -100;
    transform: translateX(-50%) translateY(-50%);
}
.maskvideo{
    position: fixed;
    top: 0%;
    left: 0%;
    min-width: 100%;
    min-height: 100%;
    width: 100%;
    height:100%;
    z-index:0;
    background:rgba(0,0,0, 0.6);
}

.form-login input[type="text"],
.form-login input[type="password"]{
	height:40px;
	margin-bottom:20px;
	text-indent:25px;
	border: solid 1px #ffffff !important;
    color: #199a79 !important;
    background: #ffffff !important
}
.form-login input[type="text"]:focus,
.form-login input[type="password"]:focus,
.form-login button:focus{
	box-shadow: 0px 0px 30px #15ffc0;
}
.form-login .form-group{
	position:relative;
}
.form-login .form-group i{
	color:#1b9c79;
	position:absolute;
	top:10px;
	left:10px;
	font-size:20px;
}
.form-login button{
	height:40px;
	width:100%;
    color:#fff !important;	
	background: #18c395;
}
.form-login button:hover{	
	background: #19a07c;
}
.login-logo{
	margin-bottom:20px;
}
.logoSerttel small{
	display:block;
	padding-bottom:5px;
}
.logoSerttel{
	float:left;
	margin-top:50px;
	width:100%;
	text-align:center;
	z-index:9999999;
}
.versao-login {
    float: left;
    margin-top: 50px;
    width: 100%;
    text-align: center;
    z-index: 9999999;
    display: none;
    margin-top: 25px;
}