/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/*
    Created on : 17/04/2020, 12:12:10 AM
    Author     : Cristian Rodriguez <crodriguez@akelita.com>
*/

div#formContainer {
	max-width: 300px;
}
div#mimetic-cont > div {
	position: absolute;
	height: 150px;
	width: 200px;
	background: url(https://post.akelita.com/uploads/1586990850Logo-solo.png);
	right: -60px;
	background-size: contain;
	background-position: center;
	background-repeat: no-repeat;
	z-index: 1;
}

div#mimetic-cont {
	position: relative;
	height: 124px;
}

div#mimetic-cont > div span {position: relative;background: #fff;padding: 3px 12px;border-radius: 50%;top: 68px;left: 29px;z-index: 1000;}

div#mimetic-cont > div span i {
	position: absolute;
	background: #003446;
	height: 7px;
	width: 7px;
	border-radius: 50%;
	top: 9px;
	left: 8px;
}
.block {
	display: block;
	width: 100%;
}
#singupForm {
	display: none;
}