.jbvideo1 {
    mix-blend-mode: darken;
}

.jb1holder {
    mix-blend-mode: darken;
}

.jb2holder {
    mix-blend-mode: darken;
}

.text-password{
    font-family: Montserrat, sans-serif;
    color: #3e5463;
    font-size: 1.2em;
    line-height: 1.5em;
    font-weight: 500;
}

.form-password {
  width: 40%;
}

.password-container{
    display: flex;
    flex-direction: column;
    align-items: center;
}

.password{
    width: 100%;
    height: 6vh;
    border-radius: 5px;
    background-color: transparent;
    font-family: Montserrat, sans-serif;
    font-size: 1em;
    border: 1px solid #cccccc;
}

.password-submit{
    width: 100px;
    margin-left: 20px;
    background-image: linear-gradient(
            261deg
            , #961e80, #e61117 100%, #fbb500);
    border: none;
    border-radius: 5px;
    color: white;
    cursor: pointer;
}

.password-submit:hover {
  opacity: .8;
}

.input-container{
    display: flex;
}

@media screen and (max-width: 479px){
  .form-password {
    width: 90%;
  }
}