main {
    margin-top: 4rem;
}

.navbar {
    z-index:1030;
    position:fixed;
    width:100%;
    top:0;
    left:0;
}
  
@media only screen and (max-width: 767px) {
    .navbar {
        position:relative;
    }
}

.bg {
    background: #eee;
}

#appleid-signin > div > div > svg {  
    height: 50px;  
    width: 100%;  
  }

.login-form-container{
    background: #fff;
    margin-top: 50px;
    padding: 30px;
    border-radius: 10px;
    box-shadow: 0px 0px 10px 0px #000;
}


#customGoogleBtn {
    margin: 20px 0 20px 0;
    display: inline-block;
    background: #4285f4;
    color: white;
    width: 100%;
    max-width: 375px;
    border-radius: 5px;
    white-space: nowrap;
}
#customGoogleBtn:hover {
  cursor: pointer;
}
#customGoogleBtn.span.label {
    font-weight: bold;
}
#customGoogleBtn span.icon {
    background: url('/images/google.png') transparent 5px 50% no-repeat;
    display: inline-block;
    vertical-align: middle;
    width: 42px;
    height: 42px;
    border-right: #2265d4 1px solid;
}
#customGoogleBtn span.buttonText {
    width: calc(100% - 42px);
    display: inline-block;
    text-align: center;
    vertical-align: middle;
    padding-left: 0;
    padding-right: 42px;
    font-size: 14px;
    font-weight: bold;
}

.btn-space {
    margin-right: 5px;
}


.indicator-md {
    text-align: center;
    font-size: 20px;
    font-weight: bold;
    line-height: 50px;
    width: 50px;
    height: 50px;
    border-radius: 100%;
    color: #333;
    background-color: #e6e6e6;
    border-color: #adadad;
}

.indicator-lg {
    text-align: center;
    font-size: 25px;
    font-weight: bold;
    line-height: 100px;
    width: 100px;
    height: 100px;
    border-radius: 100%;
    color: #333;
    background-color: #e6e6e6;
    border-color: #adadad;
}

.indicator-square {
    display: block;
    text-align: center;
    font-size: 25px;
    font-weight: bold;
    line-height: 35px;
    height: 35px;
    border-radius: 4px;
    padding-left: 6px;
    padding-right: 6px;
    color: #333;
    background-color: #e6e6e6;
    border-color: #adadad;
}

.indicator-table {
    display: table-cell;
    text-align: center;
    border-radius: 4px;
    padding: 6px 12px;
    height: 34px;
    font-size: 14px;
    width: 100%;
    color: #333;
    background-color: #e6e6e6;
    border-color: #adadad;
}

.indicator-default {
    color: #333;
    background-color: #e6e6e6;
    border-color: #adadad;
}

.indicator-primary {
    color: #fff;
    background-color: #337ab7;
    border-color: #2e6da4;
}

.indicator-info {
    color: #fff;
    background-color: #5bc0de;
    border-color: #46b8da;
}

.indicator-danger {
    color: #fff;
    background-color: #d9534f;
    border-color: #d43f3a;
}

.indicator-success {
    color: #fff;
    border-color: #419641;
    background-color: #5cb85c;
}

.indicator-warning {
    color: #fff;
    background-color: #f0ad4e;
    border-color: #eea236;
}

.btn-auto {
    color: #fff;
    background-color: #6c757d;
    border-color: #6c757d;
}

.btn-manual {
    color: #fff;
    background-color: #800000;
    border-color: #800000;
}

.btn-enable {
    color: #fff;
    background-color: #6c757d;
    border-color: #6c757d;
}

.btn-disable {
    color: #fff;
    background-color: #800000;
    border-color: #800000;
}

.btn-stop {
    color: #fff;
    background-color: #800000;
    border-color: #800000;
}

.btn-start {
    color: #fff;
    background-color: #208637;
    border-color: #208637;
}

.btn-cmd {
    color: #fff;
    background-color: #6c757d;
    border-color: #6c757d;
}

.btn-entry {
    color: #fff;
    background-color: #6c757d;
    border-color: #6c757d;
}

.bg-data {
    background-color: #f8f9fa!important;
}

.bg-off {
    color: #fff;
    background-color: #6c757d!important;
}

.bg-on {
    color: #fff;
    background-color: #28a745!important;
}

.bg-ok {
    color: #fff;
    background-color: #6c757d!important;
}

.bg-alm {
    color: #fff;
    background-color: #dc3545!important;
}