﻿/* Please see documentation at https://docs.microsoft.com/aspnet/core/client-side/bundling-and-minification
for details on configuring this project to bundle and minify static web assets. */

a.navbar-brand {
    white-space: normal;
    text-align: center;
    word-break: break-all;
}

/* Provide sufficient contrast against white background */
a {
    color: #0366d6;
}

.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;
}

/* Sticky footer styles
-------------------------------------------------- */
html {
    font-size: 14px;
}

@media (min-width: 768px) {
    html {
        font-size: 16px;
    }
}

.border-top {
    border-top: 1px solid #e5e5e5;
}
.border-top-logoColor {
    border-top: 1px solid #077fda;
}
@media (min-width: 1300px) {
    .container {
        max-width: 1700px;
    }
}

.footer-text-black{
    color:black;
}

.border-bottom {
    border-bottom: 1px solid #e5e5e5;
}

.box-shadow {
    box-shadow: 0 .25rem .75rem rgba(0, 0, 0, .05);
}

button.accept-policy {
    font-size: 1rem;
    line-height: inherit;
}

/* Sticky footer styles
-------------------------------------------------- */
html {
    position: relative;
    min-height: 100%;
}

body {
    /* Margin bottom by footer height */
    margin-bottom: 60px;
    
}

.footer {
    position: absolute;
    bottom: 0;
    width: 100%;
    white-space: nowrap;
}
.card-header{
    background:rgba(0,0,0,0.0125)!important;
    border-bottom:0;
}
.card{
    margin:10px 0;
}
.card-signin {
    border: 0;
    border-radius: 1rem;
    box-shadow: 0 0.5rem 1rem 0 rgba(0, 0, 0, 0.1);
}

    .card-signin .card-title {
        margin-bottom: 2rem;
        font-weight: 300;
        font-size: 1.5rem;
    }

    .card-signin .card-body {
        padding: 5rem;
    }
.card-signin {
    border: 0;
    border-radius: 1rem;
    box-shadow: 0 0.5rem 1rem 0 rgba(0, 0, 0, 0.1);
}

    .card-signin .card-title {
        margin-bottom: 2rem;
        font-weight: 300;
        font-size: 1.5rem;
    }


.form-signin {
    width: 100%;
}

.form-signin .btn {
        font-size: 80%;
        letter-spacing: .1rem;
        font-weight: bold;      
        transition: all 0.2s;
    }
.ip, td{
    padding:10px;
}

.form-label-group {
    position: relative;
    margin-bottom: 1rem;
    
}

    .form-label-group input {
        border-radius: 1rem;
    }


    .form-label-group input::-webkit-input-placeholder {
        color: transparent;
    }

    .form-label-group input:-ms-input-placeholder {
        color: transparent;
    }

    .form-label-group input::-ms-input-placeholder {
        color: transparent;
    }

    .form-label-group input::-moz-placeholder {
        color: transparent;
    }

    .form-label-group input::placeholder {
        color: transparent;
    }

/*.form-label-group input:placeholder-shown {
        padding-top: calc(var(--input-padding-y) + var(--input-padding-y) * (2 / 3));
        padding-bottom: calc(var(--input-padding-y) / 3);
    }

.form-label-group input:not(:placeholder-shown) ~ label {
            padding-top: calc(var(--input-padding-y) / 3);
            padding-bottom: calc(var(--input-padding-y) / 3);
            font-size: 10px;
            color: #777;
}*/
@media only screen and (min-width: 458px) {
    .form-label-group {
        width:300px;
    }
}
@media only screen and (max-width: 458px) {
    .form-label-group {
        width: 200px;
    }
}
table {
    table-layout: fixed;
    width: 100%;
}

td {
    width: 100%;
    padding:0px;
}
.hr::after{
    content:"";
    float:left;
    width:100%;
    height:1px;
    background:#d3d3d3;
    margin:20px 0;
}
.butonB{
    position:absolute;
    bottom:0;
}