﻿/* 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 */
}

.fontpassword {
    position: relative;
}

    .fontpassword i {
        position: absolute;
        right: 15px;
        top: 10px;
        color: gray;
    }

.main-header {
    background-color: #1994d2 !important;
}

/*.logout-link {
    color: white !important;
}*/

/* Sign in page style
-------------------------------------------------- */
.sign-page {
    display: flex;
    justify-content: flex-end;
    background-color: white;
}

.sign-page__decor {
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    width: 35%;
}

.sign-page__form {
    width: 65%;
    min-height: 100vh;
    position: relative;
}

.sign-form {
    max-width: 700px;
    margin: 0 auto;
    padding: 5rem 0;
    min-height: 100vh;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.sign-form__separator {
    text-align: center;
    position: relative;
    display: flex;
    justify-content: center;
}

    .sign-form__separator::before {
        content: "";
        position: absolute;
        bottom: 50%;
        transform: translateY(-50%);
        left: 0;
        right: 0;
        height: 1px;
        background-color: #e5e8ef;
    }

    .sign-form__separator span {
        display: inline-block;
        padding: 0 0.5rem;
        background-color: white;
        z-index: 1;
        position: relative;
        font-size: 14px;
        color: #71839b;
    }

.btn-xanablue {
    background: #1994d2;
    color: azure;
}

.btn-xanared {
    background: #DA6A5B;
    color: azure;
}

.full-sidebar {
    position: relative;
    /*    background: #3c7ef3;
*/  /*background: #C9D5DF;*/
    background: #1994d2;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
}

    .full-sidebar .full-sidebar-logo {
        z-index: 2;
        user-select: none;
    }

   /* .full-sidebar .box-shapes {
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        z-index: 1;
        overflow: hidden;
    }

        .full-sidebar .box-shapes .bs-inner {
            width: 540px;
            height: 540px;
            position: absolute;
            top: 0;
            right: 0;
            transform: translate(50%,-50%);
        }

            .full-sidebar .box-shapes .bs-inner > div:nth-child(1) {
                position: absolute;
                top: 0;
                right: 0;
                bottom: 0;
                left: 0;
                border: 70px solid #1994d2;
                border-radius: 50%;
                animation: pulse 4s infinite alternate;
            }

            .full-sidebar .box-shapes .bs-inner > div:nth-child(2) {
                width: 40%;
                height: 40%;
                border-radius: 50%;
                background: #1994d2;
                position: absolute;
                left: 30%;
                top: 30%;
                animation: pulse 3.5s infinite alternate;
            }

            .full-sidebar .box-shapes .bs-inner.bottom-left {
                top: auto;
                right: auto;
                bottom: 0;
                left: 0;
                transform: translate(-50%,50%);
            }

        .full-sidebar .box-shapes .bs-siblings {
            width: 50px;
            height: 65px;
            position: absolute;
            top: 25%;
            left: 15%;
            animation: rotateCircle 60s infinite alternate;
        }

            .full-sidebar .box-shapes .bs-siblings > div:nth-child(1) {
                width: 16px;
                height: 16px;
                border-radius: 50%;
                background: #1994d2;
            }

            .full-sidebar .box-shapes .bs-siblings > div:nth-child(2) {
                width: 42px;
                height: 42px;
                border-radius: 50%;
                background: #1994d2;
                position: absolute;
                bottom: 0;
                right: 0;
            }

            .full-sidebar .box-shapes .bs-siblings.second {
                top: auto;
                left: auto;
                bottom: 25%;
                right: -3%;
                animation: rotateCircleAround 60s infinite alternate;
            }

            .full-sidebar .box-shapes .bs-siblings > div:nth-child(1) {
                width: 16px;
                height: 16px;
                border-radius: 50%;
                background: #1994d2;
            }

            .full-sidebar .box-shapes .bs-siblings > div:nth-child(2) {
                width: 42px;
                height: 42px;
                border-radius: 50%;
                background: #1994d2;
                position: absolute;
                bottom: 0;
                right: 0;
            }*/

    .full-sidebar .box-bottom-text {
        position: absolute;
        bottom: 0;
        left: 50%;
        transform: translateX(-50%);
        z-index: 2;
        opacity: .75;
        width: 90%;
        text-align: center;
    }

.sign-form__buttons {
    display: flex;
    align-items: center;
    justify-content: space-around;
    margin: 0 -8px;
}

    .sign-form__buttons a {
        display: block;
        padding: 0.65rem;
        background-color: white;
        border: 1px solid #e5e8ef;
        border-radius: 5px;
        transition: background-color .2s ease;
        color: #133159;
        text-align: center;
        font-weight: 500;
        width: 100%;
        font-size: 14px;
        margin: 0 8px;
    }

@keyframes pulse {
    0% {
        transform: scale(1)
    }

    100% {
        transform: scale(1.1)
    }
}

@keyframes rotateCircle {
    0% {
        transform: rotate(0)
    }

    100% {
        transform: rotate(360deg)
    }
}

@keyframes rotateCircleAround {
    0% {
        transform: rotate(0)
    }

    100% {
        transform: rotate(-360deg)
    }
}

