﻿html,
body {
    height: 100%;
}

body {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    padding-top: 40px;
    padding-bottom: 40px;
    background-color: #f5f5f5 !important;
    /*font-family: "Sansation";*/
}

.wasserzeichen {
    background-image: url('/img/schloss_wasserzeichen.png');
    background-position: right bottom;
    background-repeat: no-repeat;
}


.headLine {
    color: #194586;
    font-size: 62px;
    /*font-family: "Sansation";*/
    font-weight: bold;
    line-height: 56px;
}

#errormessage {
    /*display: none;*/
}

.panel-white {
    background-color: white;
    width: 320px;
    position: relative;
    left: calc(50% - 160px);
    border-radius: 10px;
    border: solid 1px #dddddd;
    -webkit-box-shadow: 0px 0px 7px 0px rgba(0,0,0,0.25);
    -moz-box-shadow: 0px 0px 7px 0px rgba(0,0,0,0.25);
    box-shadow: 0px 0px 7px 0px rgba(0,0,0,0.25);
}

.form-signin {
    width: 100%;
    max-width: 330px;
    padding: 15px;
    margin: auto;
}

    .form-control {
        position: relative;
        box-sizing: border-box;
        height: auto;
        padding: 10px;
        /*font-family: Arial;
        font-size: 13.3333px !important;*/
        text-align: center;
    }

        .form-control:focus {
            z-index: 2;
        }

    input[type="email"] {
        margin-bottom: -1px;
        border-bottom-right-radius: 0;
        border-bottom-left-radius: 0;
    }

    input[type="password"] {
        margin-bottom: 22px;
        border-top-left-radius: 0;
        border-top-right-radius: 0;
    }


.btn-primary {
    color: #fff;
    background-color: #4d5c64;
    border-color: #47555c;
}

    .btn-primary:hover {
        color: #fff;
        background-color: #3b464c;
        border-color: #313b40;
    }

    .btn-primary:not(:disabled):not(.disabled).active, .btn-primary:not(:disabled):not(.disabled):active, .show > .btn-primary.dropdown-toggle {
        color: #fff;
        background-color: #194586;
        border-color: #194586;
    }

    .btn-primary.disabled, .btn-primary:disabled {
        color: #b3b3b3;
        background-color: #f5f5f5;
        border-color: #ededed;
    }
