﻿html {
    width: 100%;
    height: 100%;
}

body {
    width: 100%;
    height: 100%;
}

.login-body {
    background-image: url("../images/BackgroundMain_new.png");
    background-repeat: no-repeat;
    background-size: cover;
}

.logout-body {
    background-image: url("../images/BackgroundMain_op.png");
    background-repeat: no-repeat;
    background-size: cover;
}

[ng-cloak] {
    display: none;
}

.page-error .request-id {
    margin-left: 20px;
    font-size: 80%;
    font-weight: bold;
}

    .page-error .request-id span {
        font-weight: normal;
    }



@media only screen and (max-width: 1030px) {

    .page-login {
        float: none !important;
        width: 729px !important;
        margin-top: 151px !important;
    }
    .form-control {
        font-size: 23px;
        height: 73px;
    }

    #formSubmitButton {
        height: 62px;
        font-size: 37px;
    }
    .panel-body label {
        font-size: 25px;
    }
}

@media only screen and (max-width: 1030px) {

    .login-body {
        background-image: url("../images/BackgroundMain_new.png") !important;
        background-repeat: no-repeat !important;
        background-size: 3100px !important;
    }
}

.page-login {
    width: 570px;
    margin-top: 80px;
    float: right;
    padding-right: 5%;
}


.page-loggedOut {
    width: 570px;
    padding-top: 200px;
}

.page-error {
    width: 570px;
    margin-top: 200px;
}

.page-login .list-unstyled {
    margin-left: 25px;
}

    .page-login .list-unstyled li {
        margin-bottom: 10px;
    }

.page-login .login-remember {
    padding-left: 16px;
}

    .page-login .login-remember input {
        margin-right: 5px;
    }

.page-login .external-providers li:first-child {
    padding-left: 5px;
}

.page-login .external-providers li {
    padding-top: 5px;
    padding-bottom: 5px;
}

.page-loggedOut iframe.signout {
    display: none;
}

.page-consent .client-logo {
    float: left;
}

    .page-consent .client-logo img {
        width: 80px;
        height: 80px;
    }

.page-consent .consent-buttons {
    margin-top: 25px;
}

.page-consent .consent-form .consent-scopecheck {
    display: inline-block;
    margin-right: 5px;
}

.page-consent .consent-form .consent-description {
    margin-left: 25px;
}

    .page-consent .consent-form .consent-description label {
        font-weight: normal;
    }

.page-consent .consent-form .consent-remember {
    padding-left: 16px;
}

.page-permissions .page-header {
    margin-bottom: 10px;
}

.page-permissions .permissions .permission {
    margin-top: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid lightgray;
}

    .page-permissions .permissions .permission img {
        width: 100px;
        height: 100px;
    }

    .page-permissions .permissions .permission .permission-clientname {
        font-size: 140%;
        font-weight: bold;
    }

    .page-permissions .permissions .permission .permission-type {
        font-size: 120%;
        font-weight: bold;
    }

    .page-permissions .permissions .permission li {
        list-style-type: none;
        display: inline;
    }

        .page-permissions .permissions .permission li:after {
            content: ', ';
        }

        .page-permissions .permissions .permission li:last-child:after {
            content: '';
        }

#formSubmitButton {
    width: 100%;
    background-color: #005993
}

.login-panel {
    background-color: transparent;
    border: none;
    box-shadow: none;
}

.page-header-login {
    border-color: #cccccc;
    padding-bottom: 0;
}

.versionInfo-div {
    text-align: center;
    margin-top: 20px;
    color: black;
}

.sisqual-logo-error {
    position: absolute;
    top: 80px;
    left: 3%;
}

.custommodal {
    position: absolute;
    z-index: 9998;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    /*background-color: transparent;*/
    /*filter: alpha(opacity=70);*/
    opacity: 0.7;
}

.customcenter {
    z-index: 9999;
    margin: 300px auto;
    padding: 10px;
    width: 170px;
    /*background-color: transparent;*/
    font-size: 17px;
    color: #000000;
    top: 50%;
}

    .customcenter img {
        height: 100px;
        width: 100px;
        opacity: 1;
    }

.text-center {
    text-align: center;
}
