﻿@import 'https://fonts.googleapis.com/css?family=Lato';

body {
    font-family: 'Lato', sans-serif;
    background: none;
    background-color: rgb(247,247,247);
}

.row {
    margin:0px!important;
}

.logon-header {
    border-bottom: solid 1px #e3e3e3;
    padding-top: 20px;
    padding-bottom: 20px;
    box-shadow: #e3e3e3 0px 9px 10px;
    background-color: white;
}

.cookies {
    background-color:#f6f6f6;
    color:black;
    font-weight:bold;
    position:fixed;
    bottom:0;
    left:0;
    right:0;
    min-height:70px;
    padding-top:18px;
    border-top:solid 3px #e3e3e3;
}

    .cookies a {
        color:#ff0000!important;
    }

h1 {
    font-size: 14pt;
    font-weight: bold;
    color: #000;
}

hr {
    border-color:rgba(0,0,0,.4)!important;
}

small {
    font-weight: bold !important;
    font-size: 10pt !important;
}

input[type=radio] {
    margin: 5px !important;
}

input[type=submit] {
    font-weight: bold !important;
    letter-spacing: 1px;
}

.form-container {
    /*background-color: #f6f6f6;*/
    /*background: rgba(242,242,242,1);
    background: -moz-linear-gradient(top, rgba(242,242,242,1) 0%, rgba(242,242,242,0.79) 37%, rgba(10,100,117,0.44) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(242,242,242,1)), color-stop(37%, rgba(242,242,242,0.79)), color-stop(100%, rgba(10,100,117,0.44)));
    background: -webkit-linear-gradient(top, rgba(242,242,242,1) 0%, rgba(242,242,242,0.79) 37%, rgba(10,100,117,0.44) 100%);
    background: -o-linear-gradient(top, rgba(242,242,242,1) 0%, rgba(242,242,242,0.79) 37%, rgba(10,100,117,0.44) 100%);
    background: -ms-linear-gradient(top, rgba(242,242,242,1) 0%, rgba(242,242,242,0.79) 37%, rgba(10,100,117,0.44) 100%);
    background: linear-gradient(to bottom, rgba(242,242,242,1) 0%, rgba(242,242,242,0.79) 37%, rgba(10,100,117,0.44) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f2f2f2', endColorstr='#0a6475', GradientType=0 );*/
    /*background: rgba(242,242,242,1);
    background: -moz-linear-gradient(top, rgba(242,242,242,1) 0%, rgba(242,242,242,0.79) 37%, rgba(124,150,64,0.44) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(242,242,242,1)), color-stop(37%, rgba(242,242,242,0.79)), color-stop(100%, rgba(124,150,64,0.44)));
    background: -webkit-linear-gradient(top, rgba(242,242,242,1) 0%, rgba(242,242,242,0.79) 37%, rgba(124,150,64,0.44) 100%);
    background: -o-linear-gradient(top, rgba(242,242,242,1) 0%, rgba(242,242,242,0.79) 37%, rgba(124,150,64,0.44) 100%);
    background: -ms-linear-gradient(top, rgba(242,242,242,1) 0%, rgba(242,242,242,0.79) 37%, rgba(124,150,64,0.44) 100%);
    background: linear-gradient(to bottom, rgba(242,242,242,1) 0%, rgba(242,242,242,0.79) 37%,rgba(124,150,64,0.44) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f2f2f2', endColorstr='#7c9640', GradientType=0 );*/
    border: solid 1px #e3e3e3;
    border-radius: 5px;
    box-shadow: 0 5px 21px 0 rgba(0,0,0,.4);
    background-color:white;
}

#LinkPrivacy {
    color:black!important;
}

#CheckBoxRememberMe {
    margin-left:10px;
    margin-top:10px;
}