﻿html, body, form
{
    height: 100%;
}
body{
	margin: 0;
    background-image: url(../vbr_images/LoginBg.jpg);
	font-family: Helvetica, sans-serif;
	font-size: 12px;
	line-height: 15px;
	color: #4c4c4c;
    background-size: cover;
}

img
{
    border: 0;
}
table
{
    font-size: 1em;
}
	
a{
	color: #4c4c4c;
}

a:hover{
	color: #6BBAF2;
}
.loginContainer
{
    margin: auto;
    width: 320px;
    min-height: 280px;
    background-color: white;
    border: solid 3px #6bbaf2;
    border-radius: 6px;
}
.banner
{
    border-bottom: solid 3px #6bbaf2;
}
.logo
{
    max-width: 250px;
    max-height: 100px;
    padding-bottom: 20px;
}
.ticLogo
{
    margin-top: 10px;
    width: 250px;
}
.error
{
    color: red;
}
.loginTextBox
{
    font-size: 14px;
    height: 20px;
}
#passwordReset_enterEmailAddressControl_RadCaptcha1_CaptchaTextBoxLabel
{
    display: block;
}
input[type="button"], input[type="reset"], input[type="submit"]
{
    display: inline-block;
    /*background-color: #00386d;*/
    background-image: url(../AdminImages/blank_button.png);
    background-position: center center;
    background-repeat: no-repeat;
    text-transform: lowercase;
    border: none;
    padding: 7px 15px;
    color: white;
    cursor: pointer;
    margin: 0 0 15px 0;
    transition: .3s ease;
    font-size: 1.2em;
}
