body
{
    font-family: 'Barlow', sans-serif;
    
}
.login-logo
{
    text-align:center;
}
.btn.btn-dh
{
    background: #DF068C;
    border: 1px solid #DF068C;
    color:white;
    border-radius: 0px;
    font-family: 'Barlow Condensed', sans-serif;
    font-size: 22px;
    letter-spacing: .5px;
}
html {
    /* Location of the image */
    background-image: url(../img/hero-addison-rd-1439x680.jpg);
    
    /* Background image is centered vertically and horizontally at all times */
    background-position: center center;
    
    /* Background image doesn't tile */
    background-repeat: no-repeat;
    
    /* Background image is fixed in the viewport so that it doesn't move when 
       the content's height is greater than the image's height */
    background-attachment: fixed;
    
    /* This is what makes the background image rescale based
       on the container's size */
    background-size: cover;
    
    /* Set a background color that will be displayed
       while the background image is loading */
    background-color: #464646;
  }
  .login-box {
   /*padding: 5%;*/
   font-size:14px;
}
.footer-background-login {
    padding-top: 10px;
    /* background: #11416a; */
    margin-bottom: 0px;
    position: absolute;
    left: 0;
    bottom: 0;
    height: 100px;
    width: 100%;
    overflow: hidden;
}
h1.two+p {
    border-top: solid 4.4px #ffffff;
    padding-top: 40px;
    margin-top: -38px;
    margin-right: 30px;
    margin-left: 508px;
    /* border-color: #ffffffe8; */
}
h1.two span img {
    /* margin-top: -33px; */
    width: 690px;
    image-rendering: crisp-edges;
    position: absolute;
    margin-top: 0px; 
}
.circ-login-name {
    margin-right: 40px;
    font-size: 15px;
    text-transform: none;
    float: right;
    white-space: nowrap;
    color: #ffffff;
    font-weight: bold;
    margin-top: -35px;
}
img {
    image-rendering: auto;
}
.login .alert {
    margin-left: 0px!important;
    padding-left: 0px!important;
}
.btn.disabled, .btn:disabled {
    opacity: 1;
  }
  a {
    color: #DF068C;
  }

