#signinLink {
    display: none;
    width: 100%;
}

#googleSigninButtonContainer {
    display: none;
    width: 100%;
}

/* override the default padding for this element */
.logReg .login-container .column1 form {
    padding: 0;
}

.logReg .login-container .column1 form fieldset {
    padding-right: 4em;
}


#googleButton {
    width: 195px;
    height: 40px;
    background-image: url("/html/assets/images/auth/gsignin.png");
    cursor:pointer;
    margin: 0 auto 0 auto;
}

.column1 {
    min-height: 310px;
}

.truste {
    text-align: left;
    margin: 60px 20px 0px 20px;
}

@media only screen and (max-device-width: 625px){

    label {
        font-size: 20px !important;
    }

    .phone {
        display: flex !important;
        align-items: center !important;
        line-height: 3em !important;
        margin: 0px !important;
        padding-bottom: 1px;
    }

    .give-us{
        display: flex !important;
        align-items: center !important;
        margin-top: 0px !important;
    }

    .truste{
        display: flex !important;
        width: 100% !important;
        margin: 10px 20px 0px 20px !important;
    }

    .login-container {
        display: flex !important;
        flex-direction: column !important;
    }

    .sub-head{
        width: 100% !important;
        display: flex !important;
        justify-content: center !important;
    }

    .help-block {
        width: auto;
        display: flex;
        margin-top: 1rem;
    }

    .column1 {
        font-size: x-large !important;
        width: 100% !important;
    }

    .column2 {
        justify-content: space-around;
        width: 100% !important;
        display: flex !important;
        flex-wrap: wrap !important;
        padding: 0.9em 0 0 0.3em !important;
        font-size: larger;
    }

    .field {
        padding-right: 7em !important;
    }
}