/* Sticky footer styles
-------------------------------------------------- */
html {
    position: relative;
    min-height: 100%;
}

body {
    /* Margin bottom by footer height */
    margin-bottom: 60px;
}


.main-login-wrap {
    width: 100%;
}

.footer {
    position: absolute;
    bottom: 0;
    width: 100%;
    /* Set the fixed height of the footer here */
    height: 60px;
    background-color: #fff;
    line-height: 60px;
    font-size: 19px;
    color: #000;
}


.login-with {
    margin-top: 35px;
}

.google-section {
    position: relative;
    top: -11px;
}

.or-login {
    background: #fff;
    border-radius: 50%;
    width: 35px;
    height: 35px;
    line-height: 35px;
    position: relative;
    top: -5px;
    z-index: 1;
    margin: auto;
}

.fb-login {
    background: #4a6bba;
    padding: 8px 0;
    color: #fff;
    border-radius: 4px 0 0 4px;
    font-size: 16px;
    cursor: pointer;
}

.fb-bg {
    background: #4a6bba;
    padding: 5px 0;
    color: #fff;
    height: 36px;
}

.network-icon {
    margin-left: 15px;
    width: 20px;
}

.google-login {
    background: #de4b3b;
    padding: 8px 0;
    color: #fff;
    border-radius: 0 4px 4px 0;
    font-size: 16px;
    cursor: pointer;
}

.google-bg {
    background: #de4b3b;
    padding: 5px 0;
    color: #fff;
    height: 36px;
}



/********************************** MEDIA QUERY ***********************************************/

@media only screen and (min-device-width: 900px) {

    .main-login-wrap {
        width: 400px;
        margin: 100px auto;
        background: #fff;
    }

    .footer {
        left: 0;
        right: 0;
        margin: auto;
        position: static;
    }
}


@media only screen and (min-device-width: 320px) and (max-device-width: 359px) {
    .fb-login {
        background: #4a6bba;
        padding: 8px 0;
        color: #fff;
        border-radius: 4px 0 0 4px;
        font-size: 16px;
    }

    .fb-bg {
        background: #4a6bba;
        padding: 5px 0;
        color: #fff;
        height: 36px;
    }

    .network-icon {
        margin-left: 15px;
        width: 20px;
    }

    .google-login {
        background: #de4b3b;
        padding: 8px 0;
        color: #fff;
        border-radius: 0 4px 4px 0;
        font-size: 16px;
    }

    .google-bg {
        background: #de4b3b;
        padding: 5px 0;
        color: #fff;
        height: 36px;
    }
}

@media only screen and (min-device-width: 360px) and (max-device-width: 374px) {
}

@media only screen and (min-device-width: 375px) and (max-device-width: 413px) {
}

@media only screen and (min-device-width: 414px) and (max-device-width: 479px) {
}

@media only screen and (min-device-width: 480px) and (max-device-width: 599px) {
}

@media only screen and (min-device-width: 600px) {
}
