﻿html {
    margin: 0;
    padding: 0;
}

body {
    Font-Family: CentraleSansCnd-Book !important;
}

::-webkit-input-placeholder { /* WebKit, Blink, Edge */
    font-family: CentraleSansCnd-Book;
    font-size: 16px;
    color: #8C8C8C;
    text-align: left;
    line-height: 22px;
}

::-moz-placeholder { /* Mozilla Firefox 19+ */
    font-family: CentraleSansCnd-Book;
    font-size: 16px;
    color: #8C8C8C;
    text-align: left;
    line-height: 22px;
}

::placeholder { /* Most modern browsers support this now. */
    font-family: CentraleSansCnd-Book;
    font-size: 16px;
    color: #8C8C8C;
    text-align: left;
    line-height: 22px;
}

a:link {
    color: white;
}

body {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    margin: 0;
}

li {
    list-style-type: none;
}

#SignInBody {
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: #1474a4;
    background-image: radial-gradient(rgba(255,255,255,.3),rgba(255,255,255,0));
}

#SignInUpper {
    width: 100%;
    height: 50%;
}

#SignInLower {
    position: absolute;
    width: 100%;
    height: 50%;
}

#SignInBox {
    position: absolute;
    left: calc(50% - 192px);
    width: 384px;
    margin-left: auto;
    margin-right: auto;
    z-index: 999;
}

    input[type="text"], input[type="password"] {
        width: 100%;
        height: 32px;
        margin-bottom: 9px;
        padding-left: 9px;
        background: #FFFFFF;
        border: 1px solid #C4C4C4;
        border-radius: 2px;
        font-size: 16px;
    }

    #SignInBox input[type="submit"] {
        display: block;
        margin-top: 15px;
        width: 100%;
        height: 32px;
        border: hidden;
        border-radius: 2px;
        font-size: 16px;
    }

    #SignInBox input[type="checkbox"] {
        vertical-align: top;
        float: left;
        margin-top: 12px;
        color: white;
        width: 16px;
        height: 16px;
    }


.login-btn {
    background-color: #1A3670;
    color: #FFFFFF;
}

    .login-btn:not(:disabled):hover {
        background-color: #135F93;
    }

    .login-btn:disabled {
        background-color: rgba(26, 54, 112, 0.35);
        color: rgba(255, 255, 255, 0.5);
        cursor: not-allowed;
    }

#remembermeblock label {
    margin-left: 20px;
    margin-top: 10px;
    font-size: 15px;
    color: rgb(229,229,229);
}

#remembermeblock input[type="checkbox"] {
    float: left;
    color: white;
}

#SignInLogo {
    width: 50%;
    height: 100px;
    margin-left: auto;
    margin-right: auto;
    align-content: center;
}

.philipslogo {
    padding-top: 15%;
    padding-bottom: 15%;
    display: block;
    margin-left: auto;
    margin-right: auto;
    background-color: transparent;
    width: 106px;
}

.ecganywherelogo {
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 350px;
}

#pagefooterinfo {
    position: absolute;
    width: 100%;
    bottom: 17px;
    padding-top: 2%;
    color: white;
    clear: both;
    font-size: 14px;
    -ms-opacity: 0.6;
    opacity: 0.6;
    z-index: 10;
}

/* styles for validation helpers */
.field-validation-error {
    color: #e80c4d;
    font-weight: bold;
    margin-bottom: 6px;
    display: block;
}

.field-validation-valid {
    display: none;
}

input.input-validation-error {
    border: 1px solid #e80c4d;
}

input[type="checkbox"].input-validation-error {
    border: 0 none;
}

.validation-summary-errors {
    color: #e80c4d;
    font-weight: bold;
    font-size: 1.1em;
    width: 600px;
}

.validation-summary-valid {
    display: none;
}

#aboutContentDialog {
    border: none;
}