/*body  {	
        background-color: #CCCCCC;
    background-position: center top;
    background-repeat: repeat-x;
    margin: 0 auto 0;
    text-align: center;
        padding-top: 10px;
}
*/
body  {	
    background: url(../../../Assets/default/images/desktop.jpg) repeat;
    background-size: cover;
    left:0;
}
.login-icon{
    background-image: url(../Img/icons/support-icon.png) !important;
}
.dropyes-icon {
    background-image: url(../Img/icons/drop-yes.gif) !important;
}
.x-border-box .x-form-text {
    border-radius: 5px 5px 5px 5px;
}
#login-logo{
    position: relative;
    height: 60px;
    width: 372px;
    right: 0;
    top: 0;
}
.login-logo-class{
    padding-top:3px;
}
.x-form-yubikey input {
    background-image: url("../Img/icons/yubico-icon.png");
    background-position: 2px 50%;
    background-repeat: no-repeat;
    padding-left: 20px;
}
.yubico_16 {
    background-image: url(../Img/icons/yubico-icon.png) !important;
}

a.connect_prob_link
{
    margin-top      : 9px;
    text-align      : center;
    text-decoration : none;
    font-size       : 11px;
    font-weight     : bold;
    color           : #04468C;
}

a.terms_of_use
{
    margin-top: 10px;
    text-align: center;
    text-decoration: none;
    font-size: 10px;
    font-weight: bold;
    color: #1a699c;
}