﻿/*Prosozial Styles*/
.card-header {
    display: flex;
}

    .card-header h4 {
        margin-top: 5px;
    }

    .card-header .psi-panelheading-image {
        height: 40px;
        padding-right: 15px;
    }

.password-field::-ms-reveal {
    display: none;
}

.show-password-btn {
    right: 0.6rem;
    top: 0.5rem;
    cursor: pointer;
}

.tan-description {
    white-space: pre-line;
    font-size: 15px;
}

body {
  height: 100%;
  background: #fff url(../BG_Buero2.jpg) no-repeat fixed top left/cover; }
   body a {
       cursor: pointer; }
   body .visitenkarte-bild {
       min-width: 6.25rem;
       max-width: 6.25rem; }

/*IdServer 4 Default Styles*/
.body-container {
    margin-top: 60px;
    padding-bottom: 40px;
}

.welcome-page li {
    list-style: none;
    padding: 4px;
}

.logged-out-page iframe {
    display: none;
    width: 0;
    height: 0;
}

.grants-page .card {
    margin-top: 20px;
    border-bottom: 1px solid lightgray;
}

    .grants-page .card .card-title {
        font-size: 120%;
        font-weight: bold;
    }

        .grants-page .card .card-title img {
            width: 100px;
            height: 100px;
        }

    .grants-page .card label {
        font-weight: bold;
    }
