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

/* 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;
  line-height: 60px; /* Vertically center the text there */
}

/* Custom
-------------------------------------------------- */
.main-background {
    background-image: url(../images/background.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    background-color: #FFF;
    align-items: center;
}

.left-wrapper {
    padding: 40px 10px;
    order: 2;
}

.right-wrapper {
    order: 1;
}

.form-container {
    background-color: white;
    border: 1px solid #ff6e01;
    border-radius: 27px;
    padding: 20px;
    margin: 10px;
    flex: 0 0 90%;
    align-items: center;
}

.line-color {
    border-top-color: #ff6e01;
}

.button-color {
    background-color: #ff6e01;
    border-color: #ff6e01;
}

.button-color:hover {
    color: #fff;
    background-color: #ff0000;
    border-color: #ff0000;
}

.button-color:focus {
    box-shadow: 0 0 0 0.2rem rgb(255 110 1 / 25%);
}

.input-color {
    border-color: #ff6e01;
}

.input-color:focus {
    border-color: #ff0000;
    box-shadow: 0 0 0 0.2rem rgb(255 0 0 / 25%);
}

.icon-container {
    text-align: center;
    align-items: center;
}

.icon-flex-container {
    text-align: center;
    align-items: center;
    display: flex;
    justify-content: center;
}

.icon-size {
    width: 150px;
    height: 150px;
}


.log-full-size {
    height: 65%;
}

.label-red {
    color: #ff0000;
}

.label-black {
    color: black;
    font-weight: bold;
}

.label-white {
    color: white;
    font-weight: bold;
}

.label-orange {
    color: #ff6e01;
}

.label-orange:hover {
    color: #ff0000;
}

.visible-vertical {
    display: block;
}

.visible-horizontal {
    display: none;
}

/* $grid-breakpoints
-------------------------------------------------- */
@media (max-width: 768px) {
    .main-background {
        background-image: url(../images/background_horizontal.jpg);
        height: 1600px;
        align-items: baseline;
    }

    .form-container {
        flex: 0 0 97%;
    }

    .icon-size {
        width: 110px;
        height: 90px;
    }

    .left-wrapper {
        padding: 10px 20px;
        order: 1
    }

    .right-wrapper {
        order: 2
    }

    .visible-vertical {
        display: none;
    }

    .visible-horizontal {
        display: block;
    }
}

@media (max-width: 992px) {
    .main-background {
        background-image: url(../images/background_horizontal.jpg);
        height: 1700px;
        align-items: baseline;
    }

    .form-container {
        flex: 0 0 97%;
    }

    .icon-size {
        width: 110px;
        height: 90px;
    }

    .left-wrapper {
        padding: 10px 20px;
        order: 1
    }

    .right-wrapper {
        order: 2
    }

    .visible-vertical {
        display: none;
    }

    .visible-horizontal {
        display: block;
    }
}
