﻿
 body
        {
            background-color: black;
        }


        #Login1_UserName
        {
            position: relative;
            bottom: 30px;
            /**
               margin-bottom:20px;
               */
        }

        #Login1_Password
        {
            position: relative;
            bottom: 30px;
        }

        label
        {
            position: relative;
            text-align: left;
            margin: 0;
            
            width:100px;
            line-height: 40px;
            padding-right:10px;
            font-weight:100;
            letter-spacing:1px;
        }

        imgSVG
        {
            right: 10px;
        }