﻿  html, body {
            font-family: oswaldbold, Tahoma;

            height: 100%;
            
            background: #F7F7F7;
        }

        #loginrow {
            font-family: sourcesanssemibold, Tahoma;
            font-size: 15px;

            height: 100%;
        }

        .loginrow_leftcolumn {
            height: 100%; 

            background: #2b2929;
            background-position: center;
            background-repeat: no-repeat;
            background-image: url('/Images/vafloginleft.jpg'); 
        }

        .loginrow_rightcolumn {
            height: 100%;
            display: flex;

            background-color: #6a6a6a;
            background-repeat: no-repeat;
            background-position: bottom;
            background-image: url('/Images/vafloginright.jpg'); 
            color: #fff;
        }
        #loginrow .form-horizontal {
            max-width: 550px;
            margin: auto;
        }
        #loginrow .form-control {
            width: 300px;

            border: none;
            background-color: #979595;
            color: #fff;
        }
        #loginrow .btn {
            font-family: oswaldbold, Tahoma;
            font-weight: bold;
            font-size: 17px;

            padding: 10px;
            margin-top: 10px;
            width: 300px;

            border: none;
            -ms-border-radius: 0;
            border-radius: 0;
            background-color: #e41509;
            color: #fff;
        }

        #loginrow .reset_pass {
            color: #fff;
            
            text-decoration: underline;
        }
        #loginrow .control-label {
            text-align: left;
            color: #fff;
        }
        #loginrow h1 {
            font-weight: bold;
        }