	
	input[type="text"], 
    input[type="email"], 
    input[type="search"], 
    input[type="password"], 
    input[type="submit"], 
    textarea {
        -webkit-appearance: none; /* Removes iOS-specific styling */
        appearance: none;
        border-radius: 0;        /* Strips default rounded corners */
        background-image: none;   /* Removes default inner shadows */
    }

    
    :root {
		--color-primary : #0080FF;
		--color-secondary : #0066cc;
		--color-links : #337ab7;
		--color-error-background : #FFD3D3;
		--color-error-border : #Ff0000;
		--color-success-background : #C6F0AD;
		--color-success-border : #00ff00;
		--color-message-background : #FCF3CF;
		--color-message-border : #FAD7A0;		
		--color-headings : #0080FF;
		--color-background : #ffffff;
		--color-learningobjective-subheading : #0080FF;
		--color-learningobjective-background : lightyellow;
		--color-learningobjective-identifier : black;
		
		--color-comment : #cce6ff	;
		--color-help-background : #f0f0f0;

		--color-note-background : white;
		--color-note-border : blue;
		
		--navbar-color: #0080FF;
		--navbar-secondary-color : #0080FF;
		
		--button-color-default: #0080FF;		
		--button-color-secondary: #254DDB;
		
		--login-background-image : url("/template/gyropedia/css/parade.jpg");
		
		--xs : 450px;
	}
