﻿body
{
    padding:0;
    margin:0;
    background:url(images/bg.png);
    font-family:Verdana;
}

.loginFormWrapper
{
    width:100%;
    text-align:center;
}

.loginForm
{
    margin:auto;
    width:437px;
    height:484px;
    background-image:url(images/loginScreen.png);
}

.loginWelcomeText
{
    font-weight:bold;
    font-size:30px;
    color:#a8abac;
    position:absolute;
    top:130px;
    width:100%;
    left:0;
}

.loginAristaLogo
{
    width:100%;
    height:55px;
    position:absolute;
    background:url(images/logo.png) no-repeat 50%;
    top:215px;
    left:0;
}

.loginFormElements
{
    width:100%;
    position:absolute;
    top:295px;
    left:0;
    line-height:30px;
}

.loginFormLinks {
    width: 100%;
    position: absolute;
    top: 490px;
    left: 0;
    line-height: 20px;
    display: grid;
}

.loginFormLinks2
{ 
    width:100%;
    position:absolute;
    top:520px;
    left:0;
    line-height:20px;
}


.input
{
    margin-bottom:20px;
    font-weight:bold;
    background-color:#edebed;
    border:1px solid #e2e2e2;
    line-height:25px;
    height:35px;
    color:#8a8a8a;
    font-size:12px;
    width:320px;
    padding:5px;
    vertical-align:middle;
    background-repeat:no-repeat;
    background-position: 95% 50%;
}

.inputPassword{ background-image:url(images/loginLockIcon.png); }
.inputName{ background-image:url(images/loginUserIcon.png); }

.submitBtn
{
    float:right;
}

.btnLogin, input[type=button], .submitBtn
{
    width:90px;
    height:39px;
    /*background-image: url(images/headerContactBtn.png);*/
	background-color :  #CA1863;
	border-radius: 8px;
    border:0;
    font-size:11px;
    color:White;
    font-weight:bold;
}

a
{
    font-weight:bold;
    font-size:11px;
    color:#8a8a8a;
    text-decoration:none;
}

a:hover
{
    color:#f67c1b;
}

/* ------------*/
.errorInfo
{
	font-size: 11px;
	font-weight: bold;
	color:#ff0000;
	text-align:center;
}

.errorInfo ul
{
    padding:0;
    margin:0;
}

.errorInfo li
{
    list-style-type:none !important;
}
.headerWrapper
{
    width:100%;
    height:100px;
    background:url(images/headerBg.png);
    text-align:center;
}

.headerDiv
{
    margin:auto;
    width:90%;
    position:relative;
}
.headerMenu
{
    float:right;
    line-height:10px;
    position:relative;
    top:-3px;
    text-align:right;
}

.headerMenuLink
{
    position:relative;
    text-decoration:none;
    background-image:url(images/headerMenuBg.png);
    width:79px;
    height:33px;
    display:inline-block;
    color:#b5b927;
    font-weight:bold;
    font-size:10px;
    text-align:right;
}

.headerMenuLargeLink
{
    position:relative;
    text-decoration:none;
    background-image:url(images/headerMenuBgLarge.png);
    width:105px;
    height:33px;
    display:inline-block;
    color:Gray;
    font-weight:bold;
    font-size:10px;
    text-align:right;    
}
.headerMenuLink:hover
{
    background-image:url(images/headerMenuBgHover.png);
}

.headerMenuLargeLink:hover
{
    background-image:url(images/headerMenuBgLargeHover.png);
    cursor: pointer!important;
}

.headerMenuLinkText
{
    position:relative;
    left:-10px;
    top:12px;
}

.headerMenuLinkIcon
{
    position:absolute;
    left:7px;
    top:10px;
    height:15px;
    width:15px;
    background-repeat:no-repeat;
}

.headerMenuLangLink
{
    position:relative;
    text-decoration:none;
    width:38px;
    height:33px;
    display:inline-block;
    color:#b5b927;
    font-weight:bold;
    font-size:10px;
    text-align:center;
}
.headerMenuLangLinkSelected
{
    background-image:url(images/headerMenuLangBg.png);
}

.headerMenuLangLink:hover
{
    background-image:url(images/headerMenuLangBgHover.png);
}


.headerMenuLangLink span
{
    position:relative;
    top:12px;
}

.buttonDiv
{
    position:absolute;
    bottom:0;
}

.checkbox span.errormessage {
    display: block;
    margin-left: 25px;
    font-weight: bold;
}

.RainbowTableForm span.errorMessage {
    color: Red;
    margin-left: 10px;
    font-weight: bold;
    margin-right: 30px;
}