31 lines
		
	
	
		
			364 B
		
	
	
	
		
			PHP
		
	
	
		
			Executable File
		
	
	
			
		
		
	
	
			31 lines
		
	
	
		
			364 B
		
	
	
	
		
			PHP
		
	
	
		
			Executable File
		
	
	
<?php include("../colors.php"); ?>
 | 
						|
 | 
						|
.title{
 | 
						|
	text-align: center;
 | 
						|
}
 | 
						|
 | 
						|
.main-container{
 | 
						|
	margin: 30px;
 | 
						|
}
 | 
						|
 | 
						|
.section{
 | 
						|
	margin: 40px 0px;
 | 
						|
}
 | 
						|
 | 
						|
input{
 | 
						|
	margin-bottom: 10px;
 | 
						|
}
 | 
						|
 | 
						|
.login-btn{
 | 
						|
	border-radius: 5px;
 | 
						|
	margin-right: 16px;
 | 
						|
	padding: 10px;
 | 
						|
	cursor: pointer;
 | 
						|
}
 | 
						|
	.login-btn.twitter{
 | 
						|
		background-color: #1da1f2;
 | 
						|
	}
 | 
						|
	.login-btn.mastodon{
 | 
						|
		background-color: #1f222b;
 | 
						|
	}
 |