html, body {
    height: 100%;
    background-position: center;
    background-size: cover;
    background-image: linear-gradient(to bottom right, rgba(48, 49, 51, 0.9), rgba(0, 0, 0, 0.9)),url(../upload/backgroundLogin.png);
}

.site-login .row {
    text-align: center;
}

img {
    vertical-align: middle;
    width: 10rem;
    margin-top: 10rem;
    margin-bottom: 10rem;
}

.site-login form#login-form {
    text-align: left;
    padding: 15px;
}

.sso-login-form {
    -webkit-border-radius: 16px;
    -moz-border-radius: 16px;
    border-radius: 16px;
    padding-left: 30px;
    border-color: rgba(169, 68, 66, 0);
    background-color: rgba(255, 255, 255, 0.1);
    color: #ffffff;
}

.sso-login-form-button {
    -webkit-border-radius: 16px;
    -moz-border-radius: 16px;
    border-radius: 16px;
    background-color: #ffff;
    border-color: #ffff;
    color: rgba(0, 0, 0, 0.9);
    font-weight: bold;
}

.sso-login-form-button:focus {
    background-color: #ffff;
    border-color: #ffff;
    color: rgba(0, 0, 0, 0.9);
    font-weight: bold;
}

.sso-login-form-button:hover {
    background-color: #ffff;
    border-color: #ffff;
    color: rgba(0, 0, 0, 0.9);
    font-weight: bold;
}

.sso-login-form-button:active:hover {
    background-color: #ffff;
    border-color: #ffff;
    color: rgba(0, 0, 0, 0.9);
    font-weight: bold;
}

.btn-primary:active {
    background-color: #ffff;
    border-color: #ffff;
}

.input-email-wrapper, .input-password-wrapper { position: relative; }

.input-email-wrapper:before {
    font-family: 'FontAwesome', sans-serif;
    position: absolute;
    /*top: calc(50% - 0.6em);*/
    top: 6px;
    left: 13px;
    content: "\f0e0";
    color: white;
}

.input-password-wrapper:before {
    font-family: 'FontAwesome', sans-serif;
    position: absolute;
    top: 6px;
    left: 13px;
    content: "\f023";
    color: white;
}

.radio label, .checkbox label {
    color: rgba(255, 255, 255, 0.6);
}


