.fgpwfield {
    margin-top: 2vw;
    width: 24vw;
    height: 14vw;
    background: #04ADBF;
    border-radius: 1vw;
    padding-top: 1vw;
    padding-left: 1vw;
    box-sizing: border-box;
}

    .fgpwfield h1 {
        color: white;
        font-family: 'Raleway', sans-serif;
        font-size: 1.4vw;
        text-align: center;
        margin-bottom: 2vw;
    }

.fgpwinfo p {
    color: white;
    font-family: 'Raleway', sans-serif;
    font-size: 1vw;
    width: 10vw;
    margin-bottom: 0.4vw;
    cursor: default;
}

.fgpwinfo input {
    width: 20vw;
    height: 1.2vw;
    font-family: 'Raleway', sans-serif;
    padding-left: 0.5vw;
    cursor: default;
}

.fgpwfield 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;
}

    .fgpwfield button:hover {
        background: #0e484a;
        color: white;
        cursor: pointer;
    }

.fgpwfield a {
    color: white;
    text-decoration: none;
    cursor: default;
}

    .fgpwfield a:hover {
        color: #0e484a;
    }

.haac {
    color: white;
    cursor: default;
}

@media only screen and (max-width: 420px) {
    .fgpwfield {
        margin-top: 10vw;
        width: 90vw;
        height: 80vw;
        border-radius: 6vw;
        padding-top: 5vw;
        padding-left: 5vw;
    }

    h1 {
        color: white;
        font-family: 'Raleway', sans-serif;
        font-size: 8vw;
        text-align: center;
        margin-bottom: 4vw;
        margin-left: -4vw;
    }

    .fgpwfield button {
        width: 50vw;
        height: 12vw;
        border-radius: 10vw;
        font-size: 5vw;
        margin-left: 15vw;
        margin-bottom: 10vw;
    }

    .fgpwbox {
        width: 80vw;
        margin-bottom: 5vw;
    }

    .fgpwinfo p {
        font-size: 5vw;
        width: 40vw;
        margin-bottom: 3vw;
        cursor: default;
    }

    .fgpwinfo input {
        width: 75vw;
        height: 10vw;
        padding-left: 1vw;
        cursor: default;
    }

    .newaccount {
        font-size: 5vw;
        margin-bottom: 6vw;
    }

    .forgotpw {
        font-size: 4.5vw;
    }
}