﻿
        form div {
            margin: 0.3em 0em;
            font-size: 15pt;
        }


        /* special purple = #b35afb*/ 

        body {
            background: hsl(204, 50%, 50%);

            background: linear-gradient(135deg, hsl(185, 100%, 70%), hsl(204, 0%, 100%));

            background: linear-gradient(135deg, hsl(200, 100%, 70%), hsl(204, 0%, 100%));

            background: linear-gradient(135deg, hsl(200, 100%, 70%), hsl(204, 0%, 100%));

            /*background: linear-gradient(135deg, hsl(200, 100%, 70%), #b35afb);*/

            /*background: linear-gradient(135deg, #b35afb, hsl(200, 100%, 70%));*/

        }

        h1 {
            font-size: 20pt;
            color: hsl(198, 80%, 30%);
            margin-bottom: 0.5em;
            margin-top:0;
        }

        h1 em {
            color: hsl(185, 80%, 45%);
            font-style: normal;
        }

        h2 {
            font-size: 20pt;
            color: hsl(198, 80%, 30%);
        }

        div.container {
            
            max-width: 600px;

        }
        div.innerContainer {
            padding: 25px;

        }

        div.login-form {

            margin-top: 10vh;
            
            background: hsl(204, 0%, 100%);

            background: linear-gradient(290deg, hsl(204, 0%, 100%), aqua); /* estimate using webxsp that hue is  176 for aqua, 185 is also amazing */

            background: linear-gradient(135deg, hsl(176, 100%, 50%), hsl(204, 0%, 100%));

            background: linear-gradient(135deg, hsl(185, 100%, 90%), hsl(204, 0%, 100%));

            

            background: hsl(204, 0%, 100%);

            max-width: 500px;
            padding: 50px;
            padding-top: 20px;
            padding-bottom: 30px;
            border-radius: 10px;
        }

        div.login-form div.heading {
            color: hsl(0, 0%, 10%);
            font-size: 12pt;
            margin-top: 1em;
            margin-bottom: 0.5em;

            font-weight: bold;
            color: hsl(0, 0%, 30%);
        }

        input[type=text] {
            height: 1.8em;
            font-size: 12pt;
        }

        div.login-form div.about-field {
            padding: 0px;
            line-height: 1.4;
            font-size: 7pt;
            width: 240px;
            padding-right: 2em;
            color: hsl(0, 0%, 0%);
        }

        input[type=text], div.join-form div.about-field, div.login-result {
            width: 290px;
        }

        input[type=submit] {
            padding: 10px;            
            font-size: 12.5pt;
            margin-left: 100px;
        }

        div.button-div {
            margin-top: 1.5em;
        }

        p {
            font-size: 12pt;
        }

        div.login-result {
            margin-top: 20px;

            

            padding: 0px;
            line-height: 1.5;
            font-size: 12pt;
            color: hsl(0, 0%, 10%);
        }

        /* blueish purple 
            #a9 8c ff
            #a9 8b ff
            #a98bff

R: 169 G: 139 B: 255
P: 73 %


            #a989ff
            #a9 9b ff

            R: 169 G: 137 B: 255
            P: 73 %

        */

        div.site-info a {
            color: hsl(87, 100%, 86%);
            color: hsl(87, 100%, 45%);

            color: hsl(87, 50%, 50%);
            color: hsl(198, 95%, 39%);

            font-size: 1.2em;

        }

        div.site-info a:hover {

            color: hsl(198, 95%, 46%);
            
        }

        div.site-info strong {
            color: hsl(198, 95%, 30%);

            font-size: 1.2em;

        }

        /*
            purple

#b35afb

R: 180 G: 89 B: 249
P: 67 %

        179=b3
        90=5a
        251=fb
        */
