/* CSS Document */
body {
    background: rgb(14, 88, 149) !important;
    height: 100% !important;
    width: 100% !important;
    border: 0px !important;
    margin: 0px !important;
    font-family: arial, verdana, helvetica !important;
    color: #FFFFFF;
}

#main {
    width: 100%;
    font-size: 20px;
    margin-top: 150px;
    color: #ffffff;
}

#line {
    background: url("../../../images/login_kreis.jpg") no-repeat scroll right center #4A72A6;
    height: 310px;
    width: 100%;
}

#kreis {
    height: 310px;
    width: 500px;
    background: url(../../../images/login_kreis.jpg) no-repeat;
    float: right;
}

#login {
    height: 310px;
    width: 500px;
    float: left;
}

#headline {
    text-align: right;
    width: 200px;
    height: 35px;
}

#copy {
    height: 50px;
    line-height: 50px;
    width: 300px;
    float: right;
    font-size: 12px;
}

#loginform fieldset {
    border: 0;
    position: relative;
}

label {
    clear: left;
    float: left;
    width: 115px;
    font-size: 14px;
    text-align: right;
    margin-right: 10px;
    padding-top: 5px;
}

input {
    width: 200px;
    border: 1px solid #bdc5dc;
    margin-bottom: 10px;
    font-size: 19px;
}

#loginform input.image {
    border: 0;
    width: auto;
    height: auto;
    position: absolute;
    right: 80px;
    top: 3px;
}

#loginform input.image_forgot_pwd {
    border: 0;
    width: auto;
    height: auto;
    position: absolute;
    right: 80px;
    top: -5px;
}

#info {
    margin-left: 135px;
    margin-top: 100px;
    font-size: 12px;
}

.error {
    color: red;
    font-size: 14px;
    margin-left: 120px;
}

#login-header {
    font-size: 16pt;
    font-weight: bold;
    padding-left: 265px;
}

.registerform {
    display: inline-block;
    padding: 10px 0 10px 10px;
    font-size: 16px;
}

.registerform .table {
    float: left;
}

.table {
    display: table;
    clear: both;
}

.table .label {
    vertical-align: top;
    display: table-cell;
    line-height: 30px;
    width: 250px;
    text-align: end;
    padding: 0 5px 0 0;
}

.table .cell {
    display: table-cell;
    vertical-align: top;
    line-height: 30px;
    width: 200px;
}

.table .row {
    display: table-row;
}

.table .spacer {
    float: none !important;
    display: table-cell;
    width: 50px;
}

.select-style select {
    padding: 5px 8px;
    width: 130%;
    border: none;
    box-shadow: none;
    background: transparent;
    background-image: none;
    -webkit-appearance: none;
}

.select-style select:focus {
    outline: none;
}

#reg-copy {
    top: 520px;
    right: 85px;
    position: absolute;
    font-size: 15px;
}

.compliance {
    padding-top: 25px;
    float: left;
    padding-left: 225px;
}

.input[type='checkbox'] {
    background: none;
}

a.link {
    color: #dadada;
}

a.link:hover {
    color: #fcfcfc;
}

.alert.alert-danger {
    background-color: #ff4b35;
    color: #2e0f0c;
    border-radius: 8px;
    padding: 8px;
    border: 1px solid #5c1b16;
    margin-top: 4px;
    font-size: 12px;
}

.content {
    padding: 10px 0 0 265px;
    font-size: 13pt;
}

.btn {
    background: #3498db;
    background-image: -webkit-linear-gradient(top, #2980b9, #0E5895);
    background-image: -moz-linear-gradient(top, #2980b9, #0E5895);
    background-image: -ms-linear-gradient(top, #2980b9, #0E5895);
    background-image: -o-linear-gradient(top, #2980b9, #0E5895);
    background-image: linear-gradient(to bottom, #2980b9, #0E5895);
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    color: #ffffff;
    font-size: 14pt;
    padding: 5px 20px 5px 20px;
    border: solid #d9f0ff 1px;
    text-decoration: none;
}

.btn:hover {
    background: #3cb0fd;
    background-image: -webkit-linear-gradient(top, #2980b9, #1167b0);
    background-image: -moz-linear-gradient(top, #2980b9, #1167b0);
    background-image: -ms-linear-gradient(top, #2980b9, #1167b0);
    background-image: -o-linear-gradient(top, #2980b9, #1167b0);
    background-image: linear-gradient(to bottom, #2980b9, #1167b0);
    text-decoration: none;
}

.white-link {
    color: #e9e9e9;
}

.white-link:hover {
    color: #ffffff;
}