* {
	margin:0px;
	padding:0px;
}
body {
	font-family: arial, verdana, helvetica, sans-serif;		
	font-size:1.1em;
	color:#000;
	font-weight:normal;
}
h1 {
	font-size:1.5em;   
}
input {
 	font-size:1.1em;
    padding: 5px;   

}

hr {
    border: 1px solid #3EB1C3;
}
.wrapper {
	position:absolute;
	left:0.5vw;
	right:1vw;
	width:98vw;
	height:auto;
	z-index:1;
}
.auth {
	display:flex;
    width: 100%;
    justify-content: center;        	
}
.auth_center {
    width: 60%;
    background-color: #3EB1C3;
    margin: 10px;  
    border: 0px solid #000;
    padding: 10px;
    text-align: center; 
    border-radius: 10px;     
}
.auth_center > h1 {
	font-size:1.5em;
	color:#FFF;
}  

.row_1 {
	display:flex;
    justify-content: space-between; 
    flex-wrap: wrap;       	
}
.row_1_left {
    margin: 10px;   
}
.row_1_right {
    width: 250px;
    margin: 10px;                    
}
.row_2 {
	display:flex;
    width: 100%;
    justify-content: center;        	
}
.row_2_left {
    width: 30%;
    min-width: 220px;
    margin: 10px;  
    border: 0px solid #000;
    text-align: center;       
}
.row_2_right {
    width: 30%;
    min-width: 220px;    
    margin: 10px; 
    padding: 10px;
    border: 0px solid #000;                        
}
.row_2_right > p {
    padding: 2px;              
}
.row_3 {
	display:flex;
    width: 100%;
    justify-content: center;        	
}
.row_3_center {
    width: 60%;
    background-color: #3EB1C3;
    margin: 10px;  
    border: 0px solid #000;
    padding: 10px;
    text-align: center; 
    border-radius: 10px;     
}
.row_3_center > h1 {
	font-size:1.5em;
	color:#FFF;
}    

.row_4 {
	display:flex;
    width: 100%;
    justify-content: center; 
    flex-wrap: wrap;             	
}
.row_4_left {
    width: 25%;
    min-width: 300px;        
    margin: 10px; 
    padding: 10px;     
    border: 0px solid #000;     
}
.row_4_left > ul {
    padding-left: 25px;
}
.row_4_left > ul > li {
    padding-bottom: 5px;
}
.row_4_right {
    width: 30%;
    min-width: 300px;        
    margin: 10px; 
    padding: 10px;
    border: 0px solid #000;                        
}
.row_4_right > ul {
    padding-left: 25px;                  
}
.row_4_right > ul > li {
    padding-bottom: 5px;                     
}


.row_5 {
	display:flex;
    width: 100%;
    justify-content: center;        	
}
.row_5_center {
    width: 60%;
    margin: 10px;  
    border: 0px solid #000;
    padding: 10px;  
}

.row_6 {
	display:flex;
    width: 100%;
    justify-content: center; 
    flex-wrap: wrap;             	
}
.row_6_left {
    width: 25%;
    min-width: 300px;        
    margin: 10px; 
    padding: 10px;     
    border: 0px solid #000;     
}
.row_6_left > ul {
    padding-left: 25px;
}
.row_6_left > ul > li {
    list-style-image: url(image/adobe.jpg);
    padding-bottom: 5px;
}
.row_6_right {
    width: 30%;
    min-width: 300px;        
    margin: 10px; 
    padding: 10px;
    border: 0px solid #000;                        
}
.row_6_right > ul {
    padding-left: 25px;                  
}
.row_6_right > ul > li {
    list-style-image: url(image/adobe.jpg);    
    padding-bottom: 5px;                     
}
.footer {
	display:flex;
    width: 100%;
    justify-content: center;        	
}
.footer_center {
    width: 60%;
    margin: 10px;  
    padding: 10px;
    text-align: center; 
}
.footer_center > h1 {
	font-size:1.5em;
	color:#FFF;
}   

/*

    border: 1px solid #000;
    background-color: aquamarine;	

.flex_display-flex {
	display:flex;
}
.flex_flex-direction_row {	
	flex-direction:row;	
}
.flex_flex-direction_column {	
	flex-direction:column;	
}
.flex_justify-content_flex-start {	
 	justify-content:flex-start;	
}
.flex_justify-content_flex-end {		
 	justify-content:flex-end;	
}
.flex_justify-content_center {		
 	justify-content:center;	
}
.row_1 {
	position:relative;
	top:1vh;
	width:98vw;
	height:98vh;
	overflow:hidden;
	border-radius:8px;
	margin:auto;
}
.row_1_image {
	width:100%;
}
