﻿/* 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. */
body {
    padding-top: 50px;
    padding-bottom: 20px;
    background-color:black;
}

/* Wrapping element */
/* Set some basic padding to keep content from hitting the edges */
.body-content {
    padding-left: 15px;
    padding-right: 15px;
}

/* Carousel */
.carousel-caption p {
    font-size: 20px;
    line-height: 1.4;
}

/* Make .svg files in the carousel display properly in older browsers */
.carousel-inner .item img[src$=".svg"] {
    width: 100%;
}
.card {
    background-color:black;
}
.login-input {
    background: none;
    border-color: #9dc438;
}

    .login-input:focus {
        border-color: #9dc438;
        background: none;
        color: white;
    }
.btn-outline-nuwall {
    color: #9dc438;
    border-color: #9dc438;
}

.btn-outline-nuwall:hover {
    background-color: #9dc438;
    color: white;
}
/* QR code generator */
#qrCode {
    margin: 15px;
}

/* Hide/rearrange for smaller screens */
@media screen and (max-width: 767px) {
    /* Hide captions */
    .carousel-caption {
        display: none;
    }
}

.btn-nuwall {
    background-color: #9dc438;
    color: white;
}
.btn-nuwall:hover {
    background-color: #8DB032 !important;
    color: white !important;
}

html,
body {
    height: 100%;
}
.card {
    border: none;
    box-shadow: 0 .125rem .25rem rgba(0,0,0,.075) !important;
}

body {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    padding-top: 40px;
    padding-bottom: 40px;
    background-color: black;
    font-family: -apple-system,BlinkMacSystemFont,Inter UI,Segoe UI,Roboto,Helvetica Neue,Arial,Noto Sans,sans-serif,Apple Color Emoji,Segoe UI Emoji,Segoe UI Symbol,Noto Color Emoji;
    font-size: .85rem;
    font-weight: 400;
    line-height: 1.4;
}

.form-signin {
    width: 100%;
    max-width: 530px;
    padding: 15px;
    margin: auto;
}

.form-signin .checkbox {
    font-weight: 400;
}

.form-signin .form-control {
    position: relative;
    box-sizing: border-box;
    height: auto;
    padding: 10px;
    font-size: 16px;
}

.form-signin .form-control:focus {
    z-index: 2;
}

.form-signin input[type="email"] {
    margin-bottom: -1px;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
}

.form-signin input[type="password"] {
    margin-bottom: 10px;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}
input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
    -webkit-box-shadow: 0 0 0 30px black inset !important;
}
input:-webkit-autofill {
    -webkit-text-fill-color: white !important;
}