.VXmodal{
    width: 350px;
    height: 250px;
}

.VXmodalLogin{
    width: 400px;
    height: 700px;
}

.mymodal {
    padding: 0px;
    height: 100%;
}

.waves-effect-local {
    height: auto;
    min-height: 20px;
    line-height: 20px;
    padding-top: 8px;
    padding-bottom: 8px;
}






#modalfulllogin {
  position:fixed;
  top:13rem !important;
}




/* The side navigation menu */
.sidenavLocal {
    height: 100%; /* 100% Full-height */
    width: 0; /* 0 width - change this with JavaScript */
    position: fixed; /* Stay in place */
    z-index: 101; /* Stay on top */
    top: 0; /* Stay at the top */
    left: 62px; /*Default sidebar size*/
    background-color: rgb(255, 255, 255); /* Black*/
    overflow-x: hidden; /* Disable horizontal scroll */
    padding-top: 20px; /* Place content 60px from the top */
    transition: 0.5s; /* 0.5 second transition effect to slide in the sidenavLocal */
  }

.sidenavLocal2 {
    height: 100%; /* 100% Full-height */
    width: 0; /* 0 width - change this with JavaScript */
    position: fixed; /* Stay in place */
    z-index: 1; /* Stay on top */
    top: 0; /* Stay at the top */
    left: 62; /*Default sidebar size*/
    background-color: rgb(255, 255, 255); /* Black*/
    overflow-x: hidden; /* Disable horizontal scroll */
    padding-top: 20px; /* Place content 60px from the top */
    transition: 0.5s; /* 0.5 second transition effect to slide in the sidenavLocal */
}

  
  /* Position and style the close button (top right corner) */
  .closebtn {
    position: absolute;
    top: 0;
    right: 10px;
    font-size: 36px;
    margin-left: 50px;
  }

  
  /* The navigation menu links */
  .closebtn {
    padding: 8px 8px 8px 32px;
    text-decoration: none;
    font-size: 25px;
    color: #818181;
    display: block;
    transition: 0.3s;
  }
  
  /* When you mouse over the navigation links, change their color */
  .closebtn:hover {
    color: #f1f1f1;
  }
  
  button {
    position: relative;
    outline: none;
    text-decoration: none;
    border-radius: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    text-transform: uppercase;
    height: 40px;
    width: 70px;
    opacity: 1;
    /*background-color: #ffffff;
    border: 1px solid rgba(22, 76, 167, 0.6);*/
  }
  button span {
    color: #164ca7;
    font-size: 12px;
    font-weight: 500;
    letter-spacing: 0.7px;
  }
  button:hover {
   /* animation: rotate 0.7s ease-in-out both;*/
  }

  .btnActive {
    background-color:rgba(97, 119, 156, 0.24);
  }
  
  button:hover span {
    animation: storm 0.7s ease-in-out both;
    animation-delay: 0.06s;
  }
  
  @keyframes rotate {
    0% {
      transform: rotate(0deg) translate3d(0, 0, 0);
    }
    25% {
      transform: rotate(3deg) translate3d(0, 0, 0);
    }
    50% {
      transform: rotate(-3deg) translate3d(0, 0, 0);
    }
    75% {
      transform: rotate(1deg) translate3d(0, 0, 0);
    }
    100% {
      transform: rotate(0deg) translate3d(0, 0, 0);
    }
  }
  @keyframes storm {
    0% {
      transform: translate3d(0, 0, 0) translateZ(0);
    }
    25% {
      transform: translate3d(4px, 0, 0) translateZ(0);
    }
    50% {
      transform: translate3d(-3px, 0, 0) translateZ(0);
    }
    75% {
      transform: translate3d(2px, 0, 0) translateZ(0);
    }
    100% {
      transform: translate3d(0, 0, 0) translateZ(0);
    }
  }
  



  
  .box {
    width: 65px;
    height: 65px;
    transition: all 250ms ease;
    will-change: transition;
    display: inline-block;
    text-align: center;
    cursor: pointer;
    position: relative;
    font-family: "Dax", sans-serif;
    font-weight: 900;
    background-color: rgb(11, 157, 60);
  }

  .box:active {
    transform: translateY(10px);
}

.box span {
    position: absolute;
    transform: translate(0, 35px);
    left: 0;
    right: 0;
    transition: all 300ms ease;
    font-size: 0.8em;
    user-select: none;
    color: #ffffff;
}




#modalfulllogin .signup__container {
  position: absolute;
  top: 50%;
  right: 0;
  left: 0;
  margin-right: auto;
  margin-left: auto;
  transform: translateY(-50%);
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50rem;
  height: 30rem;
  border-radius: 0.1875rem;
  box-shadow: 0px 0.1875rem 0.4375rem rgba(0, 0, 0, 0.25);
}

#modalfulllogin .signup__overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.76);
}

#modalfulllogin .container__child {
  width: 50%;
  height: 100%;
  color: #fff;
}

#modalfulllogin .signup__thumbnail {
  position: relative;
  padding: 2rem;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

#modalfulllogin .thumbnail__logo,
.thumbnail__content,
.thumbnail__links {
  position: relative;
  z-index: 2;
}

#modalfulllogin .thumbnail__content{
  padding: 20px;
}

#modalfulllogin .thumbnail__logo {
  align-self: flex-start;
}

#modalfulllogin .logo__shape {
  fill: #fff;
}

#modalfulllogin .logo__text {
  display: inline-block;
  font-size: 0.8rem;
  font-weight: 700;
  vertical-align: bottom;
}

#modalfulllogin .thumbnail__content {
  text-align: center;
  vertical-align: middle;
  line-height: 90px; 
}

#modalfulllogin h1,
h2 {
  font-weight: 300;
  color: white;
}

#modalfulllogin .heading--primary {
  font-size: 1.999rem;
}

#modalfulllogin .heading--secondary {
  font-size: 1.414rem;
}

#modalfulllogin .thumbnail__links {
  align-self: flex-end;
  width: 100%;
}

#modalfulllogin .thumbnail__links a {
  font-size: 1rem;
  color: #fff;
}
#modalfulllogin .thumbnail__links a:focus, .thumbnail__links a:hover {
  color: rgba(255, 255, 255, 0.5);
}

#modalfulllogin .signup__form {
  padding: 2.5rem;
  padding-top: 5.5rem;
  background: #fafafa;
}

#modalfulllogin .login-form-btn-container{
  padding-top: 5rem;
}


#modalfulllogin .form-control {
  background-color: transparent;
  border-top: 0;
  border-right: 0;
  border-left: 0;
  border-radius: 0;
}

#modalfulllogin .form-control:focus {
  border-color: #111;
}


#modalfulllogin .signup__link {
  font-size: 0.8rem;
  font-weight: 600;
  text-decoration: underline;
  color: #999;
}
#modalfulllogin .signup__link:focus, .signup__link:hover {
  color: #787878;
}


#modalfulllogin .thumbnail__links{
  text-align: center;
  vertical-align: middle;
  line-height: 90px;
}

#modalfulllogin ul.list-inline{
  list-style-type: none;
    margin: 0;
    padding: 0;
}

#modalfulllogin ul.list-inline li {
  display: inline-block;
}





#modalfulllogin .login-form-btn{
  font-family:'poppins',sans-serif ;
  font-size: 15px;
  line-height: 1.5;
  color: #fff;
  background: #57b846;
  text-transform: uppercase;
  width: 100%;
  height: 50px;
  border-radius: 25px;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0 25px ;
  transition: all 0.4s;
  border: none;

}
#modalfulllogin .login-form-btn:hover{
  background: #333333;
}