

.login-logo {
    display: none;
}
body {
    background: url(../../img/weconnect_hintergrund.jpeg) no-repeat center center fixed !important;
    -webkit-background-size: cover !important;
    -moz-background-size: cover !important;
    -o-background-size: cover !important;
    background-size: cover !important;
}

.login-title, .login-subtitle, html.login-page .control-label, .login-link, .setup-title, .form-label {
    color: rgb(239,127,19) !important;
}

html.login-page .login-btn {
    background: linear-gradient(135deg, rgb(239,127,19) 0, rgb(239,127,19) 50%, rgb(239,127,19) 100%)
}

html.login-page .login-btn:hover {
    background: linear-gradient(135deg, rgb(239,127,19) 0, rgb(239,127,19) 50%, rgb(239,127,19) 100%);
    box-shadow: 0 10px 20px rgb(239,127,19);
}

html.login-page .login-btn:active {
    color: white;
}

html.login-page .form-input {
    border: 1px solid gray;
}

html.login-page .form-input:focus {
    border-color: rgb(239,127,19);
    box-shadow: 0 0 0 1px rgb(239,127,19);
}

.login-container h3 {
    font-weight: bolder;
    color: white;
    font-family: 'Montserrat', sans-serif;
    font-weight: 300;
}
.login-container {
    max-width: 520px;
}

.color-line {
    display: none;
    visibility: hidden;
}

.btn-success, .btn-success:hover, .btn-success:active, .btn-success:focus, .btn-success.active {
    background-color: rgb(239,127,19);
    border-color: rgb(239,127,19);
}







