﻿a:visited {
    color:rgb(102, 102, 102);
    font-weight: bold;
    text-decoration: none;
}
a {
   
    color: rgb(102, 102, 102);
    font-weight: bold;
    text-decoration: none;
}
a:hover
{
    text-decoration:underline;
}

span.title
{

    display: inline;
    margin: 0;
    bottom: 0;
    padding: 0;
    font-family: "Ubuntu",sans-serif;
    font-weight: normal;
    
    font-size: 40px;
    text-transform: uppercase;
}


html {
    /* background: #94c2e3 url('../cssimages/bg_login.jpg') no-repeat center center fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover; */
    letter-spacing: 1px;
        height: 100%;
    margin: 0px;
    padding: 0px;
    color: black;
    color: #17428C;
    color: #0E4E97;
    font-family: Arial, Verdana, Helvetica, sans-serif;
    background-image:
    linear-gradient(
      to right, 
      #43B2B3,
      #43B2B3, 
      #009AD2, 
      #009AD2, 
      #055BA0,
      #0E4E97,
      #0E4E97,
      #4E397A

      
      
      
    );
}
/*
paars:#4E397A
oranje:#F1630E
*/
body 
{
    vertical-align: middle;
    height: 100%;
    font-size: 14px;
}

body.login #main #wrapme {
    display: table-cell;
    height: 100%;
    vertical-align: middle;
}

body.login #main {
    height: 100%;
    width: 100%;
    display: table;
    clear: both;
    float: none;
    margin-top:-50px;
}

#main #contentlogin {
    background-color: White;
    border: solid 2px #CCCCCC;
    border-radius: 12px;
    padding-top: 20px;
    padding-bottom: 20px;
    padding-left: 50px;
    padding-right: 50px;
    max-width: 500px;
    min-width: 320px;
    margin: auto;
    width: 100%;
    box-sizing: border-box;
}

span.validation, div.validation {
    color: Red;
}

div.validation {
    min-height: 30px;
}



form input[type='password']#passWord
,   form input[type='text']#userName
,   form input[type='password']#passWord2
,   form input[type='password']#passWord1 {
    margin-left: 0px;
    width: 100%;
    box-sizing: border-box;
    margin-top: 10px;
    padding-top: 8px;
    padding-bottom: 8px;
    height: 40px;
    margin-bottom: 5px;
    font-size: 16px;
    border: solid 2px #CCCCCC;
    border-radius: 2px;
    padding-left: 10px;
    
}

input[type='submit'] {
    width: 100%;
    font-size: 15px;
    height: 30px;
    background: rgb(245, 245, 245);
    padding: 0px 12px;
    border-radius: 2px;
    border: 1px solid rgb(204, 204, 204);
    text-align: center;
    color: rgb(102, 102, 102);
    line-height: 25px;
    font-weight: bold;
    text-decoration: none;
    margin-top: 15px;
    cursor: pointer;
    min-width: 40px;
}



#noAccessMessage
{
    font-size:13px;
}

#noAccessTitle
{
    font-weight:bold;
}





