.bg{
    background-image: url(../img/bodyBg.jpg);
}
.content{
    padding:0.5rem 3rem 0rem 3rem;
    min-height: 35rem !important;
}
.loginBg{
background-image: url(../img/newLogin.jpg);
background-size: cover;
min-height: 15rem;
}
.box{
background-color: whitesmoke;
padding: 0rem 2rem 2rem 2rem;
}
.registerBody{
  background: linear-gradient(0deg, #1da962a1, #1da962a1);
}
.loginbody{
  background: linear-gradient(0deg, #1da962a1, #1da962a1);
  margin:2rem 10rem 5rem 10rem;
}
.form-control{
    border: none !important;
}

/* star of register stylingggggggggggggggggggg*/
.tile
{
  width:100%;
  margin:10px auto;
  /* background: #b9b6b6; */
/* background: -webkit-linear-gradient(to right, #99f2c8, #41ab8d); */
/* background: linear-gradient(to right, #99f2c8, #41ab8d);  */

  /* background-color: rgba(0, 0, 0, 0.631); */
}
#tile-1 .tab-pane
{
  padding:15px;
  min-height: 50rem;
  border-left:3px solid #39bcd3 !important;
  border-right:3px solid #39bcd3 !important;
  border-bottom:3px solid #39bcd3 !important;
}
#tile-1 .nav-tabs
{
  position:relative;
  height: 3rem;

  border:none!important;
  background: linear-gradient(0deg, #c1353500, #b9c110);
/*   box-shadow: 0 2px 2px 0 rgba(0,0,0,0.14), 0 1px 5px 0 rgba(0,0,0,0.12), 0 3px 1px -2px rgba(0,0,0,0.2); */
  border-radius:6px;
}
#tile-1 .nav-tabs li
{
  margin:0px!important;
  border-bottom: 0.2px solid green;
}
#tile-1 .nav-tabs li a
{
  position:relative;
  color: black !important;
  margin-right:0px!important;
  /* padding: 20px 40px!important;
  font-size:16px; */
  border:none!important;
  color:#333;
}
#tile-1 .nav-tabs a:hover
{
  background-color:#1c7430!important;
  border:none;
}
#tile-1 .slider
{
  display:inline-block;
  width:237px;
  height:9px;
  border-radius:3px;
  background-color:#39bcd3;
  position:absolute;
  z-index:1200;
  bottom:0;
  transition:all .4s linear;
  
}
#tile-1 .nav-tabs .active
{
  background-color:#1c7430!important;
  border:none!important;
  color:#39bcd3!important;
}

/* form styles */
h6{
  color: black;
}
.headingStyle{
  background: linear-gradient(45deg, #02a031ee, transparent);
  margin-bottom: 1rem;
  color: black;
  height: 1.2rem;
}
.headingStylePre{
  background: linear-gradient(45deg, #02a031ee, transparent);
  /* margin-bottom: 1rem; */
  color: black;
  height: 1.2rem;
}
/* new after refresh */
.titlebg{
  
  box-shadow:-2px 3px 6px 0px black;
  background: linear-gradient(0deg, #1da962a1, #1da962a1);
}
/* end form styles */

/* for mobile view start*/
@media (max-width:768px){
  .content{
    padding:0;
    }
    .box{
    padding:0;
    }
    .tabs{
      margin: 0;
     margin:2rem 0rem 5rem 0rem;
  }
  #namebrnd, #rhmsystl {
    font-size: 1.3rem;
  }
  .smhide{
    display: none;
  }
  .loginbody{
    background: linear-gradient(0deg, #1da962a1, #1da962a1);
    margin:0px;
  }
}
/* for mobile view end*/

.bgim{
  background-image: url(../img/hostel.jpg);
  background-size: cover;
}