﻿
.box {
    max-width: 525px;
}
.login-container form {
    max-width: 475px;
}

.prompt.box {
    background: #fff;
    border-radius: 5px;
}

.privacy-policy {
    font-size: 11px;
    margin: 25px 0;
}

.user-info {
    display: inline-block;
}

a[ng-click], a[ng-href] {
    color: #337ab7;
}

.prompt .user-profile-image {
    width: 60px;
    height: 60px;
    margin: 0;
}

.user-image {
    width: 60px;
    height: 60px;
    margin: 0;
    display: table-cell;
    vertical-align: middle;
}

button.btn.btn-danger {
    width: 40%;
    color: #fff;
    position: absolute;
    right: 0;
    background: #aaacaf;
}

button.btn.btn-success {
    width: 40%;
    color: #fff;
    position: absolute;
    left: 0;
    background: #e8086c;
}

.actions {
    height: 50px;
    display: block;
    position: relative;
    margin-bottom: 25px;
}

.prompt ul {
    margin: 25px 0;
    text-align: left;
}


.box-footer {
    display: table;
}
.user-info {
    font-size: smaller;
    padding: 0 20px;
    display: table-cell;
    vertical-align: middle;
}
.application-info {
    font-weight: bold;
    font-size: 16px;
}

.permissions {
    display: table;
    width: 100%;
    margin: 15px 0;
    border-top: 1px solid #aaacaf;
}

    .permissions .permission {
        border-top: 1px solid;
        display: table-row;
    }

        .permissions .permission .permission-text {
            text-align: left;
            display: table-cell;
            border-bottom: 1px solid #aaacaf;
            padding: 10px;
        }

        .permissions .permission .permission-icon {
            text-align: left;
            display: table-cell;
            border-bottom: 1px solid #aaacaf;
            padding: 10px;
        }

        input#consent {
            display: none;
        }