﻿/* 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: #f7F5f5;
}

/* 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 {
    color:white;
    border-color: white;
}

.btn-outline-nuwall {
    border-color: white !important;
    color: white !important;
    border-width: 1px !important;
    padding: 0.5rem 1.4rem;
    color: white;
    border: 1px white solid;
    line-height: 1.8;
    border-radius: 2rem !important;
    text-transform: uppercase;
    font-weight: 600 !important;
    letter-spacing: 0.05em !important;
    font-size: 0.8rem !important;
}

    .btn-outline-nuwall:hover {
        background-color: #E9EAE9!important;
        color: black!important;
    }

/* 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: #718ca8;
    color: white;
}
.btn-nuwall:hover {
    background-color: #596c80 !important;
    color: white !important;
}

html,
body {
    height: 100%;
}
.card {
    background-color: unset;
    border:none;
}

body {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    padding-top: 40px;
    padding-bottom: 40px;
    background-color: #636262;
    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 20px !important;
        font-size: 16px;
        padding-bottom: 10px;
        border-radius: 2rem;
        background-color: unset;
    }
.form-signin .login-input::placeholder {
    color:white;
}