*{
	border:0px none;
	margin: 0px;
	padding: 0px;
	box-sizing: border-box;
}
body{
	color: rgb(33,37,41);
	font-size: 14px;
	font-family: 'Arial', 'Georgia' ,'Times New Roman';
	transition: all .2s;
}


.contenedor{
	width: 350px;
	height: auto;
	max-width: calc(100% - 40px);
	position: relative;
}
.contenedor .cont-logo{
}
.contenedor .cont-logo .logo{
	width: 70px;
	height: 70px;
	position: relative;
	/*
	width: 70px;
	height: 70px;
	background: rgba(255,255,255,.1);
	border:2px solid rgba(255, 255, 255, .1);
	*/
}
/*
.contenedor .cont-logo .text-logo{
	width: 80px;
	height: 80px;
}
.contenedor .cont-logo .t1{
}
.contenedor .cont-logo .t2{
	font-size: 16px;
	line-height: 5px;
	opacity: .8;
	text-align: center;
}
*/

.contenedor .cont-login{
	width: 350px;
	height: auto;
	min-height: 300px;
	background: #f4f6f9;
	position: relative;
	padding: 40px;
	border-radius: 16px;
	border: 1px solid transparent;
}
.ejemplo_6{
	position: relative;
	
	width: 100px !important;
	height: 100px !important;
	font-size: 6px;

	background: rgba(255,255,255,.7);
	border-radius: 10%;
	overflow: hidden;

}
.ejemplo_6 .sombra_b{
	position: absolute;
	width: 100%;
	height: 200%;
	background: rgba(0, 0, 0, .1);
	border-radius:  30% 13% 0% 0%;
	top:83%;
	right: 3%;
}
.ejemplo_6 .sombra_l{
	position: absolute;
	width: 200%;
	height: 100%;
	background: rgba(0, 0, 0, .1);
	border-radius: 0% 13% 30% 0%;
	right:83%;
	top: 3%;
}
.ejemplo_6 .sombra_r{
	position: absolute;
	width: 200%;
	height: 100%;
	background: rgba(255, 255, 255, .2);
	border-radius:  13% 0% 0% 30%;
	left:92%;
	top: 2%;
}
.ejemplo_6 .sombra_t{
	position: absolute;
	width:100%;
	height: 200%;
	background: rgba(255, 255, 255, .2);
	border-radius: 0% 0% 13% 30% ;
	bottom:92%;
	right: 2%;
}
.ejemplo_6 .circulo{
	position: absolute;
	background: rgba(255,255,255,.7);
	width: 70%;
	height: 70%;
	top:10%;
	left: 20%;
	border-radius: 15%;
	font-family: verdana;
}
.ejemplo_6 .circulo .bit{
	position: absolute;
	font-size: 500%;
	color: rgba(0, 0, 0, .6);
	left:5%;
	bottom: 2%;
}
.ejemplo_6 .circulo .up{
	position: absolute;
	font-size: 400%;
	color: rgba(0, 0, 0, .6);
	right:3%;
	top: 0%;
	font-weight: bold;
}
.ejemplo_6 .circulo .bit sub{
	position: absolute;
	bottom: 70%;
	font-size: 40%;
}

input,select,button{
	outline:0px  none !important;
}



input:checked  {
	background-color: #fff;
}
.contenedor .cont-login .formulario{
	height: auto;
	min-height: 200px;
}


.contenedor .cont-login .formulario .info-login{
	line-height: 15px;
	text-align: center;
	display: block;
	padding-bottom: 5px;
	font-size: .9em;
}
.contenedor .cont-login .formulario button{
	border-radius: 6px;
	cursor: pointer;
	font-size: 1.4em;
	margin-top: 3px;
	font-weight: bolder;
	transition: all .2s;
	border: 2px solid rgba(0, 0, 0, .1);
}


.contenedor .bg-colores{
	position: absolute;
	left: -25px;
	height: auto;
	width: 20px;
	top:220px;
}
.contenedor .bg-colores *{
	cursor: pointer;
}
.contenedor .bg-colores .cad-color{
	width: 50px;
	height: 30px;
	border-radius:15px 0px 0px 15px;
	background: #fafafa;
	transition: all .2s;
	margin-bottom: 5px;
	border:1px solid rgba(0, 0, 0, .1);
}
.contenedor .bg-colores .cad-color:hover{
	margin-left: -10px;
}
.contenedor .bg-colores .cad-color i{
	height: 30px;
	width: 25px;
	text-align: center;
	line-height: 30px;
	display: block;
}

.mb-10{
	margin-bottom: 10px;
}