#password_container > svg {
/* margin-left: 5px; */
position: absolute;
z-index: 100;
}

#eye_slash {
    display: none;
}

.btn_green {
    border-color: #71c277 !important;
    color: #71c277 !important;
}

/* #navbarVertNav {
    height: vh;
    position: fixed;
} */

#spinner {
    display: block;
    position: fixed;
    width: 3rem;
    height: 3rem;
    z-index: 999;
    top: 50%;
    right: 50%;
  }
  
  #freezePage {
    background-color: white;
    opacity: 70%;
    /* position: absolute; */
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
  }
  
  #freezePage h5 {
    display: block;
    position: fixed;
    z-index: 999;
    top: 60%;
    width: 100%;
    text-align: center;
    opacity: 100%;
  }

.selectize-control {
    padding: 0;
}
.selectize-input {
    border: none;
}