﻿div.info h3 {
    background-image: url(Images/icone_info.png);
    background-repeat: no-repeat;
    float: right;
    margin-top: 18%;
    margin-right: 5%;
    width: 40px;
    background-size: 40px;
    height: 40px;
    cursor: pointer;
}

.logoncontainer, .content {
    margin: 4% auto;
    width: 23%;
    box-shadow: 1px 1px 12px #555;
    background: #ffffff !important;
    border-radius: 15px;
    height: auto;
    padding: 39px;
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 1%;
}

    .logoncontainer h1 {
        text-align: center;
        margin-bottom: 22px;
    }

    .logoncontainer input[type="button"], .logoncontainer input[type="submit"] {
        font-size: 18px;
        font-weight: bold;
        float: right;
        margin-top: 13px;
        border-radius: 5px;
        padding: 8px;
        width: 45%;
        margin-bottom: 20px;
        border: none;
    }

    .logoncontainer .logOn {
        width: 100%;
    }

    .logoncontainer label {
        margin-bottom: 20px;
        display: inline-block;
        max-width: 100%;
        margin-bottom: 5px;
    }

    .logoncontainer input[type="text"], .logoncontainer input[type="password"], .logoncontainer input[type="email"] {
        display: block;
       width: 94%;
       height: 22px;
        padding: 6px 12px;
        font-size: 14px;
        line-height: 1.42857143;
        color: #555;
        background-color: #fff;
        background-image: none;
        border: 1px solid #ccc;
        border-radius: 4px;
        -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
        box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
        -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
        -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
        transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
        font-size: 13px;
        border: none;
        border-bottom-color: currentcolor;
        border-bottom-style: none;
        border-bottom-width: medium;
        border-bottom-color: currentcolor;
        border-bottom-style: none;
        border-bottom-width: medium;
        position: center;
        margin-bottom: 25px;
    }

    .logoncontainer a {
        font-weight: bold;
        color: black;
        text-decoration: none;
        margin-bottom: 30px;
    }

        .logoncontainer a:hover {
            text-decoration: underline;
        }

.language {
    padding-right: 22px;
    padding-top: 18px;
    color: #459F49;
}

    .language a {
        color: #BCDDAE;
        text-decoration: none;
    }

input[type="text"], input[type="password"], input[type="email"] {
    width: 180px;
}

/* MVC Field Validation */
.field-validation-error {
    margin-top: 20px;
    padding-left: 19px;
    background: url("Images/warning.png");
    background-repeat: no-repeat;
}

/* MVC Model Validation */
.validation-summary-errors {
    margin-top: 1em;
}

    .validation-summary-errors ul {
        list-style: none;
        padding: 0;
        margin: 0;
    }

        .validation-summary-errors ul li {
            font-weight: normal;
            padding-left: 20px;
            background: url("Images/warning.png");
            background-repeat: no-repeat;
            background-position: 0.2em;
        }

.marginLeft {
    width: 40%;
    margin: auto;
}

.logonContent td {
    white-space: initial;
}

.logonContent {
    overflow: hidden;
}

@media screen and (min-width: 200px) and (max-width: 600px) {
    body {
        width: 90%;
    }

    .LogonImageClient {
        max-width: 250px;
    }

    .logonContent {
        width: 100%;
        text-align: left;
        -moz-box-shadow: 1px 1px 12px #555;
    }

    .logoncontainer {
        width: 80%;
        padding: 15px;
    }

    .logonBottom {
        width: 100%;
        height: 21px;
        border-radius: 0 0 10px 10px;
        -moz-box-shadow: 1px 1px 12px #555;
    }
}

@media screen and (min-width: 600px) and (max-width: 1000px) {
    body {
        width: 100%;
    }

    .logoncontainer {
        width: 60%;
    }

    .logonContent {
        width: 100%;
        text-align: left;
        -moz-box-shadow: 1px 1px 12px #555;
    }

    .logonBottom {
        width: 100%;
        height: 21px;
        border-radius: 0 0 10px 10px;
        -moz-box-shadow: 1px 1px 12px #555;
    }
}