.form-table {
    width: 100%;
}

.form-cell-input {
    width: 60%;
}

.form-cell-label {
    width: 40%;
}

.form-cell-blank {
    padding: 0px;
}












/*@media screen and (max-width: 540px) {
    label {
        display: none;
    }

    #sign-in table td:first-child {
        padding-right: 0;
        text-align: center;
        width: 15%;
    }


    #sign-in input[type="text"],
    #sign-in input[type="password"] {
        width: 100%;
    }
}

@media screen and (max-width: 768px) {
    

    #sign-in table td:first-child {
        width: 35%;
    }

    #sign-in input[type="text"],
    #sign-in input[type="password"] {
        width: 100%;
    }
}

@media screen and (max-width: 820px) {
    

    #sign-in table td:first-child {
        width: 35%;
    }

    #sign-in input[type="text"],
    #sign-in input[type="password"] {
        width: 100%;
    }
}

/*@media screen and (max-width: 1024px) {
    

    #sign-in table td:first-child {
        width: 35%;
    }

    #sign-in input[type="text"],
    #sign-in input[type="password"] {
        width: 100%;
    }
}*/