/* 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 */
}

.image-container {
    bottom: 0px;
    position: fixed;
    display: block;
}

    .image-container.left {
        left: 0;
        text-align: left;
    }

    .image-container.right {
        text-align: right;
        right: 0;
    }

.homesusa-logo-container {
    width: 220px;
    height: auto;
    display: block;
    margin-top: 60px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 20px;
}

.text-main-description {
    margin-top: 20px;
    color: rgb(94, 108, 132);
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    text-align: center;
}

.image-main-page {
    max-width: 300px;
    height: auto;
}

div.login-frame {
    max-width: 350px;
    display: flex;
    flex-direction: column;
    margin: 40px auto 24px;
    width: 400px;
    padding: 10px 40px;
    background: rgb(255, 255, 255);
    border-radius: 3px;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 0px 10px;
    box-sizing: border-box;
    color: rgb(94, 108, 132);
}

div.login-title {
    font-size: 1.2em;
    font-family: "Segoe UI","Roboto","Oxygen","Ubuntu","Fira Sans","Droid Sans","Helvetica Neue",sans-serif;
    font-style: normal;
    font-weight: 700;
    text-align: center;
    margin-top: 10px;
    margin-bottom: 20px;
}

.button-login {
    width: 100%;
    border-radius: 3px;
    background-color: rgb(0, 82, 204);
}

.rememberme-text {
    font-size: 0.9em;
    display: inline;
}

.rememberme-input {
    width: min-content!important;
}

.center {
    margin: auto;
    width: 30%;
    padding: 10px;
}

.login-field {
    position: relative;
    left: 0;
}

div div .eye-icon {
    position: absolute;
    right: 0;
    top: 1em;
    color: #6c757d;
    border-color: none !important;
    outline: none;
    z-index: 10;
}

    div div .eye-icon .btn-secondary:hover {
        color: #6c757d;
        background-color: #fff !important;
        border-color: #fff !important;
        outline: none;
    }

    div div .eye-icon .btn-secondary {
        color: #6c757d;
        background-color: #fff !important;
        border-color: #fff !important;
        outline: none;
    }
