﻿@charset "UTF-8";
/* CSS Document */
.body {
	margin: 0;
	font-family: Arial, Helvetica, sans-serif;
	background: #2f9ba6;
}
.content {
	height: 100vh; 
	width: 100%;
	background: -moz-linear-gradient(top, #2f9ba6 3%, #1e6184 100%);
	background: -webkit-linear-gradient(top, #2f9ba6 3%, #1e6184 100%);
	background: linear-gradient(to bottom, #2f9ba6 3%, #1e6184 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#2f9ba6', endColorstr='#1e6184', GradientType=0);
}
.message {
	-moz-box-shadow:    10px 10px 15px 0px #4a4a4a;
	-webkit-box-shadow: 10px 10px 15px 0px #4a4a4a;
	box-shadow:         10px 10px 15px 0px #4a4a4a;
	border: 1px solid #000000;
	border-radius: 10px;
	width: 400px;
	height: 175px;
	background-color: #fff;
	position: absolute;
	left:0; right:0;
	top:0; bottom:0;
	margin: auto;
	max-width: 100%;
	max-height: 100%;
	overflow: auto;
	display: flex;
	align-items: center;
	justify-content: center;
}
.footer {
    position: fixed;
    bottom: 0;
	text-align: right;
	padding: 20px;
	right: 0;
}
.message p {
	margin: 0;
	text-align: center;
}
/*Custom Classes Start Here*/
/* Asset Styles - Buttons, Tools, etc. */
.btn-secureauth {
    background: #e0e0e0;
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#f1f1f1), to(#b1b1b1));
    background-image: -webkit-linear-gradient(#f1f1f1, #b1b1b1);
    background-image: -moz-linear-gradient(#f1f1f1, #b1b1b1);
    background-image: -o-linear-gradient(#f1f1f1, #b1b1b1);
    background-image: linear-gradient(#f1f1f1, #b1b1b1);
    color: #333333;
    padding: 5px 25px;
    border: 1px solid #a0a0a0;
    border-radius: 20px;
}

    .btn-secureauth:hover {
        background: #e0e0e0;
        color: #333333;
    }

    .btn-secureauth:active,
    .btn-secureauth.disabled,
    .btn-secureauth[disabled] {
        background: #e6e6e6;
        border: 1px solid #a0a0a0;
    }
.LogoHeader {
    text-align: center;
   
}

.VAbody {
    margin: 0;
    font-family: Arial, Helvetica, sans-serif;
    background: #000033;
}
.VAcontent {
    height: 100vh;
    width: 100%;
    background: #000033;
}

.VAmessage{
    border: 1px solid #000000;
    border-radius: 10px;
    width: 800px;
    height: 300px;
    background-color: #fff;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    max-width: 100%;
    max-height: 100%;
    overflow: auto;
    display: flex;
    align-items: center;
    justify-content: center;
}
.vatms-bodylinks A {
    FONT-WEIGHT: bold;
    COLOR: #003366;
    TEXT-DECORATION: none;
    padding-right: 15px
}

    .vatms-bodylinks A:link {
        FONT-WEIGHT: bold;
        COLOR: #003366;
        TEXT-DECORATION: none
    }

    .vatms-bodylinks A:visited {
        FONT-WEIGHT: bold;
        COLOR: #003366;
        TEXT-DECORATION: none
    }

    .vatms-bodylinks A:active {
        COLOR: #003366;
        TEXT-DECORATION: underline
    }

    .vatms-bodylinks A:hover {
        COLOR: #003366;
        TEXT-DECORATION: underline
    }
