 body {
         /*background-image:url('crystallogo/crystal-background2.png');*/
         margin:0;
    }
    .div-main{
        background: black;
        list-style: none;
        width: 100%;
        
        display: inline-block;
    }
    .ul-1{
        float: right;
        margin-right: 40px;
        margin-bottom: 0px;
        list-style: none;
        margin-top: 9px
    }
    .li-a{
        color: white;
        font-weight: bold;
    }
    .usermain-div{
    width: 35%;
    margin-top: 5px;
    display: inline-block;
    
    float: inline-end;
    height: 100%;
    

    }
   
    .user-div2{
       margin-left: 11%;
    margin-top: 14%;
    display: inline-block;
    width: 80%;
    text-align: center;
    }
.Input-login{
    height: 42px;
    border-radius: 10px;
    
}
.userid{
    width: 100%;
    text-transform: none;
}
.password{
     width: 100%;
     text-transform: none;
     margin-top: 3.5%;
}
.user-div3{
  
  
   width: 100%;
   text-align: center;
   margin-top: 31px
}
.button{
   background: green;
   height: 37px;
   border-radius: 7px;
   font-size: 21px;
   color: white;
}
.login{
    width: 130px;
   
}
.forgate-div{
   margin-top: 5%;
   margin-left: 5px;
   
}
.far-a{
    float: right;
    font-size: 18px;
    margin-right: 12px;
}
.far-a{
    float: right;
    font-size: 18px;
    margin-right: 12px;
}
.far-b{
    float: left;
    font-size: 18px;
    margin-right: 12px;
}
.field-icon {
    margin-right: 14px;
    position: relative;
    margin-top: -25px;
    z-index: 2;
    float: right;
}
.usermain-divx{
    width: 18%;
    height: 100%;
    display: inline-grid;
    /* position: fixed; */
    align-items: center;
    margin-left: 30%;
    margin-top: 5%;
}
.body{
    background: rgba(180, 180, 180, 0.3);
    width: 200px;
    height: 458px;
    border-radius: 53% 47% 49% 51% / 0% 0% 100% 100%;
    border: 1px solid transparent;
    filter: blur(0px);
    box-shadow: inset 0 1px 0px #444444, inset 0 2px 0 white,
        inset 0 -6px 3px #444444;
}
.wine{
    background: linear-gradient(to bottom, transparent,
        transparent, transparent, #b86b77, #b86b77, #b86b77);
    width: 200px;
    height: 449px;
    border-radius: 53% 47% 49% 51% / 0% 0% 100% 100%;
}
.middle{
    background: rgba(180, 180, 180, 0.3);
    width: 20px;
    height: 250px;
    border-radius: 0 0 5px 5px;
    border: 1px solid transparent;
    filter: blur(0px);
    box-shadow: inset 0 1px 0px #444444, inset 0 2px 0 white, 
        inset 0 -6px 3px #444444;
    position: relative;
    left: 90px;
    bottom: 5px;
}
.base{
    background: rgba(180, 180, 180, 0.3);
    width: 130px;
    height: 25px;
    border-radius: 50%;
    border: 1px solid #777;
    filter: blur(0px);
    filter: drop-shadow(8px 8px 8px black);
    position: relative;
    left: 30px;
    bottom: 10px;
}
.body1 {
  margin:0;
}

.bg {
  animation:slide 3s ease-in-out infinite alternate;
  background-image: linear-gradient(-60deg, #6c3 50%, #09f 50%);
  bottom:0;
  left:-50%;
  opacity:.5;
  position:fixed;
  right:-50%;
  top:0;
  z-index:-1;
}

.bg2 {
  animation-direction:alternate-reverse;
  animation-duration:4s;
}

.bg3 {
  animation-duration:5s;
}

.content {
  background-color:rgba(255,255,255,.8);
  border-radius:.25em;
  box-shadow:0 0 .25em rgba(0,0,0,.25);
  box-sizing:border-box;
  left:50%;
  padding:10vmin;
  position:fixed;
  text-align:center;
  top:50%;
  transform:translate(-50%, -50%);
}

h1 {
  font-family:monospace;
}

@keyframes slide {
  0% {
    transform:translateX(-25%);
  }
  100% {
    transform:translateX(25%);
  }
}
     @media only screen and (max-width:600px) {
        .li-a{
        font-weight: normal;
    } 
    .usermain-div{
     float:right;
    width: 70%;
    margin-top: 83%;
    margin-left:4px;
    }

.usermain-divx{
   margin-left: auto;
   
}
    }
@media only screen and (min-width: 600px) and (max-width: 830px){
      .li-a{
        font-weight: large;
    } 
    .usermain-div{
     float:right;
    width: 70%;
    margin-top: 33%;
    margin-left:4px;
    }

.usermain-divx{
   margin-left: 4px;
   
}
}