﻿body, .sidebar, .btn:not(.btn-link):not(.btn-circle) {
    font-family: Tahoma, sans-serif !important;
}
.login-page{
    position:relative;
}
.pattern{
    background-image:url('../AssetsPack/assets/images/oriental-grayscale.png');
    background-repeat:repeat;
    width:100%;
    height:100%;
    position:absolute;
    top:0px;
    left:0px;
    z-index:3;
    opacity:0.5;
}
.main-box {
    max-width: 700px;
    background: hsla(0, 0%, 100%, 0.8);
    padding: 25px;
    min-height: 440px;
    box-shadow: 0 0 10px 2px rgba(0, 0, 0, .2);
    z-index: 4;
}
.b-left {
    border-left:1px solid rgba(0, 0, 0, .1);
}
.b-bottom {
    border-bottom: 1px solid rgba(0, 0, 0, .1);
}
hr {
    margin-left: -33px;
    margin-right: -23px;
}


/*Slider Styles*/
.slideshow {
    height: 100%;
    width: 100%;
    position:absolute;
    left:0px;
    top:0px;
    z-index:2;
    overflow:hidden;
}
.slideshow * {
  outline: none;
}
/*.slideshow .slider {
  box-shadow: 0 20px 50px -25px black;
}*/
.slideshow .slider-track {
  transition: all 1s linear;
}
.slideshow .item {
  height: 100%;
  position: relative;
  z-index: 1;
}
.slideshow .item img {
  width: 100%;
  height:150vh;
  transition: all 8s linear;
  -webkit-transform: scale(1.5);
          transform: scale(1.5);
}
.slideshow .item.slick-active img {
  -webkit-transform: scale(1);
          transform: scale(1);
}
