﻿/* 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. */
@import url('https://fonts.googleapis.com/css2?family=Maven+Pro&display=swap');
*{
    font-family: 'Roboto', sans-serif;
}
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;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100vh;
  overflow: hidden;
  background-color: #eee;
}
.footer {
  position: absolute;
  bottom: 0;
  width: 100%;
  white-space: nowrap;
  line-height: 60px; /* Vertically center the text there */
}
#eye-password {
    display: none;
    position: absolute;
    top: 164px;
    right: 20px;
}
@media only screen and (min-width: 480px) {
    #eye-password {
        top: 108px;
    }
}

@media only screen and (min-width: 768px){
    #eye-password {
        top: 125px;
    }
}
.login-page{
    width: 70%;
}
.wrapper {
    background-color: white;
    width: 100%;
    margin: 0 auto;
    display: flex;
    /* flex-flow: column nowrap; */
    height: 70vh;
    justify-content: space-between;
    align-items: center;
    border-radius: 15px;
    box-shadow: 1px 2px 5px 11px rgba(182,170,170,0.25);
}
.logo{
    display:flex;
    justify-content: center;
    align-items: center;
    width: 30% !important;
}
.form{
    width: 70% !important;
    display: flex;
    flex-flow: column nowrap;
    justify-content: center;
    align-items: center;

}