﻿.navbar-brand.logo img {
    background-image: url("../../../Content/Images/alphatec-logo-hr.jpg");
    background-size: cover;
    background-repeat: no-repeat;
    padding-left: 166px;
    height: 50px;
    width: 0;
}

html, body { height: 100%; }

body {
    background: url("../../../Content/Images/alphatec-login.jpg") no-repeat center center fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

.navbar-inverse {
    padding: 10px;
    background: #ffffff;
}

.btn-primary {
    background: #20A9DD;
    color: white;
}

.btn-primary:hover {
    background: #00b9ff;
    color: white;
}

.btn-primary:active {
    background: #00b9ff;
    color: white;
}


panel-container {
    top: 0;
    height: 100%;
    display: flex;
    align-items: center;
}