﻿
.page-error {
    .request-id {
        margin-left: 20px;
        font-size: 80%;
        font-weight: bold;
    }

    .request-id span {
        font-weight: normal;
    }
}

.page-login {

    .list-unstyled {
        margin-left: 25px;
    }

    .list-unstyled li {
        margin-bottom: 10px;
    }

    .login-remember {
        padding-left: 16px;
    }

    .login-remember input {
        margin-right: 5px;
    }

    .external-providers li:first-child {
        padding-left: 5px;
    }

    .external-providers li {
        padding-top: 5px;
        padding-bottom: 5px;
    }
}


.page-loggedOut iframe.signout {
    display: none;
}