.fieldlabel{
    display:inline-block;
    width:6vw;
}
.leftlogin{
    padding-bottom:0.5vh;
}
.forgotpw a{
    position:absolute;
    bottom:1vh;
    width:90%;
    text-align:right;
    font-size:90%;
    font-style:italic;
    text-decoration:none;
}
@media only screen and (max-device-width : 425px) {
    .fieldlabel{
        width:15vw;
    }
    .forgotpw a{
        position:relative;
        float:right;
    }
}
