*{
	font-family: "Trebuchet MS";
	font-size:12px;
	
}

body{
	
	background:#eaeaea;
}


.main{
	margin:auto; 
	width: 800px; 
	margin-top:60px
}

.front-end{
	margin-top:50px
}

.logins{
	margin-top: 30px;
	margin-left: 30px;
}

.one-login{
	height: 140px; /*can be anything*/
    width: 160px; /*can be anything*/
    position: relative;	
    
    background: white;
    border-radius: 10px;
    
    box-shadow: 0 2px 2px -1px rgba(0,0,0,0.2);
    
    display: inline-block;
    margin: 10px;
}


.one-login:hover{
	background: gold;
	cursor: pointer;

}

.one-login img {  
    max-height: 70%;  
    max-width: 70%; 
    width: auto;
    height: auto;
    position: absolute;  
    top: 0;  
    bottom: 0;  
    left: 0;  
    right: 0;  
    margin: auto;
}

.one-login i{
	max-height: 70%;  
    max-width: 70%; 
    width: auto;
    height: auto;
    position: absolute;  
    top: 0;  
    bottom: 0;  
    left: 0;  
    right: 0;  
    margin: auto;
    
    font-size:40px;
    text-align: center;
    color: black;
	
}

.please{
	font-size:20px;
	margin-bottom: 20px;
	text-align: center;
	font-weight: bold;
}