﻿.content {
    padding: 20px 20px !important;
    margin: 0px 24px !important;
    border: 0px solid !important;
    background: #F5F5F5 !important;
    box-shadow: inherit !important;
}
.panel {
    border-radius: 10px;
    margin-left: 25%;
    margin-right: 25%;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

.panel-body {
    border-radius: 10px;
    margin-left: 20%;
    margin-right: 20%;
    border: none !important;
    height:430px !important;
}

.top-logo {
    margin-left: 25.5%;
}

.top-logo > img {
    height: 60px;
    width  : 20.60%;
}

@media only screen and (max-width: 768px) {
    .panel {
        border-radius: 10px;
        margin-left: 0%;
        margin-right: 0%;
        box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    }

    .panel-body {
        border-radius: 10px;
        margin-left: 1%;
        margin-right: 1%;
        border: none !important;
        height: 10% !important;
    }

    .top-logo {
        margin-left: 1%;
    }
        .top-logo > img {
            height: 60px;
            width: 50%;
        }
}

.logo {
    text-align: center;
}

.form-control {
    width: 100% !important;
    border-radius: 5px;
}

.row {
    margin: 20px;
}

#btnLogin {
    border-radius: 10px;
    display: block;
    background-color: gray;
    color: white;
    border: none;
    outline: none;
    width: 100% !important;
}

.anchor-info {
    text-align: center;
    margin-top: 10px;
    color: forestgreen;
    font-weight: bold;
}

.footer-info {
    float: right;
}

.prognose-logo {
    height: 13px;
}

#btnAccept, #btnDecline {
    border-radius: 20px;
    color: white;
    border: none;
    outline: none;
    min-width:20%;
    margin:5px;
}

.pText {
    height: 400px !important;
    overflow-y: auto !important;
    margin: 5px !important;
    padding-left: 15px;
    padding-right: 15px;
}

.ack-panel-body {
    height: 423px !important;
    margin: 1% !important;
}

.danger {
    color:red !important;
    margin:1px !important;
}

.firstrow {
    margin-top: 0px !important;
    text-align: center !important;
}

header{
    text-align:left !important;
}

.error-in-login {
    color: red !important;
    margin-left: -45% !important;
    margin-right: -45% !important;
    text-align: left !important;
    font-weight:bold;
}

.error_message_header {
    margin-left: -10% !important;
    margin-right: -10% !important;
    text-align: center !important;
    font-weight: bold !important;
}