﻿#logo {
    background: url('../../img/logo_white.svg') no-repeat;
    height: 37px;
    width: 148px;
    background-repeat: no-repeat;
    background-position: 0 0;
    display: block;
    text-indent: -999px;
    margin: 15px auto;
    background-size: 100%;
}

.lt-ie9 #logo {
    background: url('../../img/logo-ltie9.png') no-repeat;
}

#login-logo {
    background: url('../../img/logo.svg') no-repeat;
    height: 68px;
    width: 270px;
    background-repeat: no-repeat;
    background-position: 0 0;
    display: block;
    text-indent: -999px;
    margin: 15px auto;
    background-size: 100%;
}

.lt-ie9 #login-logo {
    background: url('../../img/login-logo-ltie9.png') no-repeat;
}

.full-content-center {
    width: 100%;
    padding: 5px 0px;
    max-width: 500px;
    margin: 6% auto;
    text-align: center;
}          
            
.wrap {
    margin: 20px 10%;
    padding: 20px 20px;
}
            
.login-wrap .btn-block {
    margin: 5px 0;
}
            
.login-wrap .input {
    width: 100%;
}
            
.login-wrap .input-group {
    width: 100%;
    margin-bottom: 15px;
}

.lt-ie9 .btn-block {
    display: block;
    padding-bottom: 0 !important;
    padding-top: 0 !important;    
}     
                        
.btn-block {
    display: block;
    width: 100%;
    padding-left: 0;
    padding-right: 0;
}
            
.input-group i.overlay {
    position: absolute;
    left: 10px;
    top: 10px;
    color: #aaa;
}                         


#message-nocookie, #message-browser {
    display: none;
}

.lt-ie8 #message-browser 
{
    display: block;
}