.setnewpwcontainer {
    width: 100vw;
    height: auto;
    padding-left: 38vw;
    padding-top: 10vw;
    box-sizing: border-box;
}

.setnewpw {
    margin-top: 2vw;
    width: 24vw;
    height: auto;
    background: #04ADBF;
    border-radius: 1vw;
    padding-top: 1vw;
    padding-left: 1vw;
    box-sizing: border-box;
}

.setnewpw a {
    font-family: 'Raleway', sans-serif;
    color: white;
}

.setnewpw input {
    width: 20vw;
    height: 1.2vw;
    font-family: 'Raleway', sans-serif;
    padding-left: 0.5vw;
    cursor: text;
}

.setnewpw button {
    width: 10vw;
    height: 2.4vw;
    border-radius: 1.5vw;
    background: white;
    font-family: 'Raleway', sans-serif;
    font-size: 1vw;
    margin: 1vw 0 1vw 6vw;
    color: #04ADBF;
    cursor: pointer;
}
