﻿/* 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-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;
}

html {
  position: relative;
  min-height: 100%;
}

.content-wrapper {
    margin: auto !important;
    max-width: 900px;
    min-height: 100% !important;
    background-color: transparent;
}

.card {
    box-shadow: none !important;
    background-color: transparent !important;
    margin-bottom: 120px;
}

.login-card-body, .register-card-body {
    background-color: transparent !important;
}

.wrapper, body, html {
    background-color: #e9ecef;
}

.login-box {
    justify-items: center;
    display: grid;
}
.login-logo {
    width: 64px;
    margin-bottom: 30px;
}

.login-btn {
    width: 300px;
    background: #38d430 !important;
    border-color: transparent !important;
    margin-top: 60px;
}

.container, .container-fluid, .container-lg, .container-md, .container-sm, .container-xl {
    padding-right: 0 !important;
    padding-left: 0 !important;
}

.content-wrapper > .content {
    padding: 0 !important;
}

.input-login {
    border: 1px solid #ced4da !important;
    border-radius: .25rem !important;
}

.login-card-body .row-login-text {
    justify-content: center;
}

.form-group{
    padding: 60px !important;
}

.form-group label {
    font-weight: 300 !important;
}

.card-body-home{
    background-color: white;
}

.card-secondary {
    height: 100vh !important;
    margin-bottom: 0 !important;
}

.custom-control-input:checked ~ .custom-control-label::before {
    border-color: #38d430 !important;
    background-color: #38d430 !important;
}

.card-secondary:not(.card-outline) > .card-header {
    background-color: #38d430 !important;
}

.btn-home, .box-list-row, .activation-code-row {
    display: grid;
    justify-content: center;
}

.licenses-btn {
    width: 300px;
    background: #38d430 !important;
    border-color: transparent !important;
}