|  | @@ -215,6 +215,22 @@ input[type="button"] {
 | 
	
		
			
				|  |  |      background-color: $colorbutton; opacity: 0.9;
 | 
	
		
			
				|  |  |  }
 | 
	
		
			
				|  |  |  }
 | 
	
		
			
				|  |  | +.btn-labeled-3{
 | 
	
		
			
				|  |  | +  border: #3e3a8e solid 2px;
 | 
	
		
			
				|  |  | +  padding-top: 0;
 | 
	
		
			
				|  |  | +  padding-bottom: 0;
 | 
	
		
			
				|  |  | +  margin-top: 3%;
 | 
	
		
			
				|  |  | +  color: #3e3a8e;
 | 
	
		
			
				|  |  | +  background:transparent;
 | 
	
		
			
				|  |  | +  transition: ease background-color 250ms;
 | 
	
		
			
				|  |  | +  &:hover {
 | 
	
		
			
				|  |  | +    background-color: #e9e8e8; opacity: 0.9;
 | 
	
		
			
				|  |  | +    color: #3e3a8e;
 | 
	
		
			
				|  |  | +}}
 | 
	
		
			
				|  |  | +
 | 
	
		
			
				|  |  | +.btn-radius .btn-labeled-3{
 | 
	
		
			
				|  |  | +  border-radius: 7px;
 | 
	
		
			
				|  |  | +}
 | 
	
		
			
				|  |  |  .btn-login {
 | 
	
		
			
				|  |  |    background: $colorbutton;
 | 
	
		
			
				|  |  |    transition: ease background-color 250ms;
 |