@charset "utf-8";

body {width: 100%; padding: 1% ; margin: 0; margin: auto }




    MAIN {
    margin: auto;
    margin: 0;
	width: 100%; 
	text-align: center;
        		}


    ARTICLE {
	margin: 0; 
    margin: auto;
	border-radius: 4px;	
	border: 1px solid   #E4E4E4;
	padding: 5px;
	height: 98.5%;
    /*margin-bottom: 50px;*/
    width: 350px;
}

.inputin {
    border: 0;
    border-bottom: 2px solid #9e9e9e;    
  	outline: none;
  	transition: .2s ease-in-out;
  	box-sizing: border-box;
	border-radius: 3px;
	margin: 0; 
    margin-bottom: 5px;
	padding-left: 5px;
	/*background-color:aliceblue;*/
}

.labelin {
  top: 0;
  left: 0;
  right: 0;
  color: #616161;
  display: flex;
  align-items: center;
  position: absolute;
  font-size: 0.9rem;
  cursor: text;
  transition: .2s ease-in-out;
  box-sizing: border-box;
  padding-left: 5px;
  padding-bottom: 10px
}

.labelin,
.inputin {
 /* width: 100%;*/
  height: 2.5rem;
  font-size: 0.9rem;
	
}

/* Interation */
.inputin:valid,
.inputin:focus {
  border-bottom: 2px solid blue;  
}

.inputin:valid + .labelin,
.inputin:focus + .labelin {
  color: blue;
  font-size: 0.9rem;
  top: -20px;
  pointer-events: none;
	
}
	
@media (max-width: 800px){
.markee {display:none;}
.nav {display:none;}
.div-ocu {display:none;}
#markee {display:none;}
}


.ind{
		
		box-shadow: none !important;
		text-shadow: none !important;	
		border: none;
		outline: 0 none !important;
		color: black;
		margin: 0;
		padding-bottom: 6px;
		background-color:#F8F8F8;
		height: 23px;
		width: 100% !important;
		border-bottom-width: 0%;
		border-bottom-width: scaleX(0);
		position: relative;
	}	
	
	.lid {
		
		position: relative;
	}
 
.befo::after{
  content: " ";
  width: 100%;
  height: 2px;
  background: blue;
  z-index: 0;
  transform: scaleX(0);
  transform-origin: center;
  transition: transform 0.5s ease-in-out;
  margin-bottom: 0px;

}



.befo:hover::after {
  transform: scaleX(1);
}	

	
.ind:focus {	
		border-bottom-width: 100%;
		border-bottom:2px solid blue !important;	
		transform: scaleX(1) !important;	
	}

.il {
		color:rgba(156,155,155,1.00);
		width: 100%;
		margin: 0;
		padding: 0;
		background-color:#F8F8F8;
		border: none;
		border-bottom:rgba(159,150,150,1.00) solid 1px !important;
		position: relative;
        font-size: 0.7rem;
	}	