﻿ body {
    background: url('/Content/Images/Background.png') no-repeat center center fixed;
    background-size: cover;
    font-family: Arial;
    color: white;
    font-size: 11pt;
 }

 .container {
    max-width:1340px !important;
}

 h1 {
    font-size: 48pt;
}

.section {
    padding-top:20px;
}

.centersection {
    padding-top:20px;
    min-height: 450px;
    margin: 0 auto -60px;
    width:100%;
}

.footersection {
    height: 60px;
}

#divlogo {
    padding: 20px;
    background-color: white;
    border-radius: 20px;
    text-align: center;
    width:330px;
}

#divheader {
    text-align: center;
 }

 .divcenter {
    margin-left:auto;
    margin-right:auto;
    width: 450px;
 }

#divmain {
    width:100%
}

#netlogos {
    background-color: white;
    padding: 5px;
    border-radius: 20px;
    margin-top: 20px;
    color:black;
 }

#netlogos:after {
    clear: both;
    content: "";
    display: block;
}

.concernLogo {
    float: left;
    display: block;
    padding-top:20px;
    padding-left:15px;
}

.row {
    padding: 5px;
}

.divlink {
    color: #ffffff;
    text-decoration:underline;
    cursor:pointer;
}

.disabledlink {
    color: #cecece;
    cursor:not-allowed;
}

label {
    color: #ffffff;
}

.tooltip {
    left: 30px !important;
    top: 20px !important;
}

.validation-summary-errors {
    color: #000000;
}

.validation-summary-errors ul li {
    list-style-type: none;
}

.validation-summary-errors ul {
    padding-left: 5px;
}
	 
