/* GENERAL STYLES */
body {
    background-color: #e7e7e7;
    font-family: 'Segoe UI', Arial, Tahoma, Geneva, Verdana, sans-serif;
    font-size: 1em;

    text-align: center;
}

body a:link
{
	color: #666;	
}

body a:visited
{
	color: #666;	
}

body a:hover
{
	color: #666;	
	text-decoration:none;
}


#loginContainer
{
    margin-left:auto;
    margin-right:auto;
    text-align:left;
    margin-top:10px;
    max-width:400px;
    background-color:#fff;
    padding-bottom: 15px;
    border-radius: 10px;
   
}

#loginImage
{
    width:270px;
    height: 40px;
}

.loginHeader {
    background-color: #f7f7f7 !important; /*00dec5*/
    margin-bottom: 18px;
    text-align: center;
    padding: 11px 0px 6px 0px;
    box-shadow: 0px 3px 15px 2px #e8e8e8;
    border-radius: 10px;
}


.loginRow
{
    padding: 12px 20px 12px 20px;
    
}

.loginRow2
{
    padding: 8px 8px 8px 12px;
    font-size: 1em;
    
}

.loginRow2 a {
    padding-right: 4px;
}


.loginLabel
{
    width:100px;
    float:left;
    padding-top: 2px;
    margin-bottom:5px;
    font-size: 1.00em;
     color:#666;
}

.secondaryFields
{
    color:#666;
    font-size: 1em;
}

.Button
{
    font-size: 100%;    
    color: #fff;
    font-weight: bold; 
    border: 0;
    width: 80px;
    height: 32px;
    font-weight: bold;    
    border-radius: 6px;
}

.ButtonLarge {
    font-size: 100%;
    color: #fff;
    font-weight: bold;
    border: 0;
    width: 190px;
    height: 32px;
    font-weight: bold;
    border-radius: 6px;
}


.Button
{
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

 
.Input { 
   
    background-color: #ffffff; 
    border: 1px solid #999999; 
    width:220px;
    font-size: 1.0em;
    
}


#cookieNotice
{
     width:400px;
    margin: 15px auto 10px auto;
    font-weight: normal;
    font-size: .85em !important;
    line-height:1.2em;
    text-align:justify;
    color:#999;
    max-width:100%;

}


#cookieNotice a
{
     color:#999;
    
}



.error {
    color: #cc0000;
    font-weight: bold;
    clear: both;
    margin-bottom: 5px;
    display: block;
}



.ok {
    background: #2f8558 !important;
    color: #fff;
}




