﻿.btn-social-google {
    color: #fff;
    background-color: #dd4b39;
    border-color: rgba(0,0,0,0.2);
}

    .btn-social-google > :first-child {
        position: absolute !important;
        left: 0;
        top: 0 !important;
        bottom: 0;
        width: 32px;
        line-height: 37px;
        font-size: 1.6em !important;
        text-align: center;
        border-right: 1px solid rgba(0,0,0,0.2);
        color: white;
    }


.btn-social-microsoft {
    color: #fff;
    background-color: #2672ec;
    border-color: rgba(0,0,0,0.2);
}

    .btn-social-microsoft > :first-child {
        position: absolute !important;
        left: 0;
        top: 0 !important;
        bottom: 0;
        width: 32px;
        line-height: 37px;
        font-size: 1.6em !important;
        text-align: center;
        border-right: 1px solid rgba(0,0,0,0.2);
    }

.astyle {
    color: white !important;
}

.fa-microsoft:before {
    content: "\f17a";
}

.login-page {
    background-color: #3F51B5;
}
     .login-page h1 {
        color:white;
     }

.login-image{
    width: 175px;
    height: auto;
}
    .login-image table{
        padding-left:revert-layer;
        align-self:center;
    }


.btn-table {
    color: #333;
    padding: 3px 7px !important;
    width: 30px !important;
    height: 30px !important;
}

.log-content {
    white-space: pre-wrap;
    font-family: monospace;
}


.navbar-brand .icon-banner {
    height: 48px;
    margin-top: -14px;
}