.main-div {
  height: 100vh;
  background-color: #a45abe;
}
.center-div {
  border-radius: 10px;
  background-color: #ffffff;
  height: 70vh;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  padding: 40px;
  box-sizing: border-box;
}
.center-div-row {
  height: 100%;
}
.center-left-div {
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.center-right-div {
  height: 100% !important;
  display: flex;
  justify-content: center;
  align-items: center;
}
.img-section {
  height: 70%;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #eee;
  border-radius: 50%;
  padding: none;
  box-shadow: 0px 7px 9px 2px #888888;
}

.input {
  height: 50px;
  border-radius: 20px;
}
.icon-area {
  border-radius: 20px;
}
h2 {
  font-family: Lato Black;
  margin-bottom: 20px;
}
.file-name {
  height: 50px;
  overflow: hidden;
}
@media (max-width: 768px) {
  
  .main-div {
    height: 100vh;
    background-color: #a45abe;
    padding: 0 !important;
  }
  .center-div {
    border-radius: 0px;
    background-color: #ffffff;
    height: 100vh !important;
    padding: 0;
  }
  .img-section {
    height: 70% !important;

    box-shadow: 0px 7px 9px 2px #888888;
  }
  .center-left-div {
    height: 30% !important;
  }

  .form {
    margin-top: -70%;
    padding: 2px;
  }
  .topbar .top-navbar .navbar-header .navbar-brand {
    display: none;
  }
  /* .brand-name{
    font-size: 21px!important;
  color:#fff;
padding-top:15px; } */
}
.brand-name{
  font-size: 21px!important;
color:#fff;
padding-left:20px;
padding-top:10px; }
@media (max-width:768px)
{.brand-name{
  font-size: 15px!important;
  padding-left:0px;
  padding-top:21px;
}
}
.company-name-header{
  max-width: 300px; float:right;height:40px;
  background-color:#6c757d;
  display: flex!important;
  justify-content: center!important;
  align-items:center!important;
  padding: 10px!important;
  margin-left:10px !important;
  margin-top:10px !important;
 
}
.company-name-header h5{
  color:white !important;
  font-weight: bold;
  font-family:'Segoe UI', Tahoma, Geneva, Verdana, sans-serif
}
.login-register{
  padding-top: 0!important;
  /* background-image:url(../../template/assets/images/background/dubai-bacground2.jpg); */
  background-image:url(../login-background.jpg);
  /* opacity: 1; */
}
.login-register::before{
  position: absolute;
  
  content:"";
  width: 100%;
  height:100%;
  background-color: rgb(0 0 0 / 22%);
}
.login-box{
  margin-top: 100px !important;
}
.error{
  color:red;
}
.success{
  color:#1faf1f!important;
}

/* .sidebar-nav ul li a{
color: #263238!important;
} */


.galleryImg{
  height: 250px;
  /* overflow: hidden; */
   position: relative;}
   .gallery_main{
 overflow: hidden;
   }
.galleryImg:hover .jx-portfolio-hover{opacity: 1;
    cursor: pointer;}
    .galleryImg img{
      width: 100%;
      height: 100%;
      
    }

.jx-portfolio-hover{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 999;
    padding: 20px;
    opacity: 0;
    transition: all .3s ease-out;
    }

.jx-portfolio-top-hover {
    position: absolute;
    bottom: 17px !important;
    transition: all 0.3s ease-out;
}

.jx-portfolio-top-hover .jx-title {
    font-size: 15px;
    font-weight: 500;
    line-height: 1.2;
    color: #fff;
}

.jx-portfolio-plus-hover {
    position: absolute;
    top: 100%;
    left: 50%;
    margin-left: -47px;
    margin-top: -40px;
    transition: all 0.3s ease-out 0s;
    overflow: hidden;
}
.jx-portfolio-plus-hover a {
    height: 70px;
    width: 70px;
    margin-top: 10px;
    margin-left: 10px;
}

.jx-portfolio-plus-hover a {
    float: left;
    margin-right: 5px;
}
.jx-portfolio-plus-hover i{background: #ffb300;}

.jx-portfolio-plus-hover i:after {
    transition: all 0.3s ease-out;
    content: '';
    position: absolute;
    top: 5px;
    left: 10px;
    width: 70px;
    height: 70px;
    border: 2px solid #ffb300;
    border-radius: 50%;
    opacity: 0;
    z-index: 0;
}
.jx-portfolio-plus-hover:hover i:after {
    opacity: 1;
}
.galleryImg:hover .jx-portfolio-hoverlayer {
    opacity: 1;
    cursor: pointer;
    top: 0;
}

.jx-portfolio-hoverlayer {
    position: absolute;
    height: 100%;
    width: 100%;
    background: rgba(0,0,0,0.7);
    opacity: 0;
    z-index: 999;
    top: 100%;
    left: 0;
    transition: all .3s ease-out;
}

.galleryImg:hover .jx-portfolio-plus-hover{top: 50%;}
.jx-portfolio-plus-hover i{width: 60px;
    height: 60px;
    color: #FFF;
    background: #ffb300;
    text-align: center;
    line-height: 60px;
    border-radius: 50%;
    font-size: 23px;}

    .sidebar-nav ul li a{
      /* color:#697783!important; */
      font-weight: bold!important; 
     }

   
