﻿

a {
    color: #0077cc;
}

.btn-primary {
    color: #fff;
    background-color: #1b6ec2;
    border-color: #1861ac;
}

.nav-pills .nav-link.active, .nav-pills .show > .nav-link {
    color: #fff;
    background-color: #1b6ec2;
    border-color: #1861ac;
}




button.accept-policy {
    font-size: 1rem;
    line-height: inherit;
}


.container {
    max-width: 100%;
}
html, body {
    margin: 0;
    height: 100%;
    overflow: hidden
}






#loginpanel {
    max-width: 100%;
    height: 100vh;
}

.panel-default {
    background: #eee;
    border-radius: 6px;
    border-color: #a2a2a2;
    height: 100%;

}

.panel-body.container {
    height: 100%;
}

.align-items-center {
    height: 100%;
}

.col {
    height: 100%;
    display: flex;
    justify-content: center;
    flex-direction: column;
}

#logoimage {
    background-image: url(/img/picture.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    color: white;
}

#logotext {
    font-size: xxx-large;
    font-weight: bold;
    align-self: center;
    text-align: center;
    width: 100%;
}

#InputLogin {
    text-align: center;
}

#InputPassword {
    text-align: center;
}

#btnLogin {
    width: 100%;
    height: 100%;
    font-weight: bold;
}

.form-group {
    width: 55%;
    align-self: center;
    margin: 2%;
    height: 50px;
    font-weight: bold;
}

    .form-group.text {
        height: auto;
    }

        .form-group.text h1 {
            font-weight: bold;
        }

.label.text-danger {
    text-align: center;
    width: 100%;
    display: inline-block;
}

.form-control.error {
    border-color: #dc3545;
    outline: 0;
    box-shadow: 0 0 0 .25rem rgba(220, 53, 69, 0.42);
}


#logodiv {
    text-align: center;
}
.navbar-brand-img {
    width: 80%;
}

.form-group.text {
    padding: 20px;
}