﻿/* 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=Manrope:wght@200;300;400;500;600;700;800&display=swap");

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: 18px;*/
}

@media (max-width: 767px) {
    .alert {
        font-size: 13px;
    }
}

.display-4 {
    font-size: calc(1.475rem + 2.7vw);
    font-weight: 300;
    line-height: 1.2;
}

@media (min-width: 1200px) {
    .display-4 {
        font-size: 3.5rem;
    }
}

@media screen and (max-width: 767px) {
    .display-4 {
        font-size: 25px;
    }
}

.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 */
    font-family: "Manrope";
    margin-bottom: 60px;
    
}
/* Footer */
.footer {
    color: color(dark);
    padding: 30px 2.45rem;
    transition: all 0.25s ease;
    -moz-transition: all 0.25s ease;
    -webkit-transition: all 0.25s ease;
    -ms-transition: all 0.25s ease;
    font-size: calc(0.812rem - 0.05rem);
    font-family: "Manrope", sans-serif;
    font-weight: 400;
    border-top: 1px solid rgba(0, 0, 0, 0.06);
    position: absolute;
    bottom: 0;
    width: 100%;
    white-space: nowrap;
}

    .footer a {
        color: #1F3BB3;
        font-size: inherit;
    }

@media (max-width: 991px) {
    .footer {
        margin-left: 0;
        width: 100%;
    }
}

@media screen and (max-width: 700px) {
    .navbar-collapse {
        flex: auto;
    }

    .navbar-nav {
        display: flex;
        flex-direction: row;
        margin-bottom: 0;
        list-style: none;
    }

    .navbar-nav .nav-link {
        padding-left: 1.5rem;
    }
}


/* ----------------------------   Login Page ---------------------- */
.container-scroller {
    margin-bottom: 5%;
}

/**************************** My css code *******************/

.remember-label {
    padding-top: 5%;
    padding-bottom: 5%;
}

.auth-form-light {
    border-radius: 3%;
}

.nav-color {
    background: #fff /*#52BEC8*/;
}

/**************** hr external login ***********************/
.hr-lines {
    position: relative;
    max-width: 500px;
    text-align: center;
}

    .hr-lines:before {
        background: #c0ccda;
        content: "";
        height: 1px;
        left: 0;
        position: absolute;
        top: 50%;
        width: 100%;
    }

    .hr-lines:after {
        background-color: #fff;
        color: #1f2d3d;
        content: attr(data-content);
        display: inline-block;
        line-height: 2rem;
        padding: 0 0.5rem;
        position: relative;
    }






