.txtshadow {
    -khtml-text-shadow: #000000 2px 2px 4px;
    -moz-text-shadow: #000000 2px 2px 4px;
    -o-text-shadow: #000000 2px 2px 4px;
    -webkit-text-shadow: #000000 2px 2px 4px;
    text-shadow: #000000 2px 2px 4px;
}

html {
    height: 100%;
}

a {
    text-decoration: underline;
}

a:hover {
    cursor: pointer;
    text-decoration: underline;
}

textarea {
    border: 1px solid #b3b3b3;
}

input[type=checkbox] {
    margin: 2px 0;
}

body {
    height: 100%;
    overflow: hidden;
}

.otBackgroundBorder {
    background: #0c1943;
    background: linear-gradient(90deg, #666666 0%, #B3B3B3 100%);
}

.copyright {
    font-size: 12px;
    line-height: 28px;
}

#login-wrapper .card-header {
    font-size: 24px;
    height: 60px;
    line-height: 43px;
}

#login-wrapper .btn-ot-login {
    background-color: #666666;
    border-color: #666666;
    color: #fff;
}

#login-wrapper .btn-ot-login:hover {
    background-color: #B3B3B3;
    border-color: #B3B3B3;
    color: #fff;
    text-decoration: none;
}

#login-wrapper .redirection {
    display: none;
}

#login-wrapper.redirection-in-progress .redirection {
    display: block;
}

#login-wrapper.redirection-in-progress .login {
    display: none;
}