.vertical-offset-100{
    padding-top: 25%;
}
.login-panel>.panel-heading{
    background-color: #ffffff;
}
.loginText{
    text-transform: uppercase;
    padding: 4px 0px;
    display: block;
    font-size: 18px;
    text-align: center;
    font-weight: 400;
    line-height: 30px;
}
body .wrapper {
    background: url(../img/background.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.card {
    padding: 20px;
}
.pagination>.active>a, .pagination>.active>a:focus, .pagination>.active>a:hover, .pagination>.active>span, .pagination>.active>span:focus, .pagination>.active>span:hover {
    z-index: 2;
    color: #fff;
    cursor: default;
    background-color: #eb5e28;
    border-color: #eb5e28;
}
.logOutHref:hover,.logOutHref:active {
    color:#eb5e28!important;
}
#addWallpaperContainer{
    display: none;
}
.bootstrap-tagsinput{
    border: 1px solid #CCC5B9;
}
.bootstrap-tagsinput>input{
    background: transparent;
    outline: none;
    border: 0px;
}
.bootstrap-tagsinput>.label{
    background-color: #3091B2;
}
#backBttn{
    display: inline-block;
    background: transparent;
    color: #68B3C8;
    border: 0px;
    font-size: 18px;
    font-weight: 500;
    text-align: left;
    padding: 0px;
}
.landscape-image.fullImage{
    width: 100%;
    margin-top: 9px;
    margin-bottom: 10px;
}
.portrait-image.fullImage{
    width: 100%;
    margin-top: 9px;
    margin-bottom: 10px;
}
.alert-danger {
    background-color: #F44336;
    color: #fff!important;
}
.fa-close {
    font-size: 15px;
    color: #fff;
    margin-right: 10px;
}
