.panel-login {
    background: rgba(12, 18, 24, 0.75);
}

.panel-login .panel-heading {
    background: rgba(12, 18, 24, 0.75);
}

.panel-login .panel-body {
    background: rgba(12, 18, 24, 0.75);
}

a {
    color: #ed1e24;
}

body {
    background: url(../../images/wit.svg) no-repeat right 50px bottom 50px,
    url(../../images/SfondoSatayo.jpg) no-repeat center center;
    background-size: 100px auto, cover;
}

.panel-login {
    color: rgb(255, 255, 255);
    border-color: #ccc;
    -webkit-box-shadow: 0px 2px 3px 0px rgba(12, 18, 24, 0.75);
    -moz-box-shadow: 0px 2px 3px 0px rgba(12, 18, 24, 0.75);
    box-shadow: 0px 2px 3px 0px rgba(12, 18, 24, 0.75);
}

.panel-login > .panel-heading {
    color: rgb(255, 255, 255);
    background-color: rgba(12, 18, 24, 0.75);
    border-color: #fff;
    text-align: center;
}

.panel-login > .panel-heading a {
    text-decoration: none;
    color: rgb(255, 255, 255);
    font-weight: bold;
    font-size: 15px;
    -webkit-transition: all 0.1s linear;
    -moz-transition: all 0.1s linear;
    transition: all 0.1s linear;
}

.panel-login > .panel-heading a.active {
    color: #FFFFFF;
    font-size: 18px;
}

.panel-login > .panel-heading hr {
    margin-top: 10px;
    margin-bottom: 0px;
    clear: both;
    border: 0;
    height: 1px;
    background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.15), rgba(0, 0, 0, 0));
    background-image: -moz-linear-gradient(left, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.15), rgba(0, 0, 0, 0));
    background-image: -ms-linear-gradient(left, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.15), rgba(0, 0, 0, 0));
    background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.15), rgba(0, 0, 0, 0));
}

.panel-login input[type="text"], .panel-login input[type="email"], .panel-login input[type="password"] {
    /*height: 45px;*/
    border: 1px solid #ddd;
    /*font-size: 16px;*/
    -webkit-transition: all 0.1s linear;
    -moz-transition: all 0.1s linear;
    transition: all 0.1s linear;
}

.panel-login input:hover,
.panel-login input:focus {
    outline: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    border-color: #ccc;
}


.btn-login {
    background-color: #474747;
    outline: none;
    color: #fff;
    /*font-size: 14px;
    height: auto;*/
    font-weight: normal;
    /*padding: 14px 0;*/
    border-color: #000000;
}

.btn-login:hover,
.btn-login:focus {
    color: #fff;
    background-color: #00D2D5;
    border-color: #262626;
}

.btn-login-atlassian {
    background-color: #0D66E4;
    outline: none;
    color: #fff;
    /*font-size: 14px;
    height: auto;*/
    font-weight: normal;
    /*padding: 14px 0;*/
    border-color: #000000;
}

.btn-login-atlassian:hover,
.btn-login-atlassian:focus {
    color: #fff;
    background-color: #00409e;
    border-color: #262626;
}

.btn-login-wuerthIT {
    background-color: #ed1e24;
    outline: none;
    color: #fff;
    /*font-size: 14px;
    height: auto;*/
    font-weight: normal;
    /*padding: 14px 0;*/
    border-color: #000000;
}

.btn-login-wuerthIT:hover,
.btn-login-wuerthIT:focus {
    color: #fff;
    background-color: #a50d12;
    border-color: #262626;
}
