button {
    width: 100%;
}

/* The "Forgot password" text */
span.psw {
    float: right;
}

/* Change styles for span and cancel button on extra small screens */
@media screen and (max-width: 300px) {
    span.psw {
        display: block;
        float: none;
		margin-bottom: 16px;
    }
}
