﻿.container {
    width: 95%;
}

.footerBallyEstimator {
    background-image: url('../Images/logo.png');
    background-repeat: no-repeat;
    min-height: 100px;
    margin-top: 10px;
}

#sessExpirDiv {
    border: none;
    background-color: #FF6666;
    color: #FFF;
    font-family: 'Lato', Arial;
    margin: 0px;
    font-size: 18px;
    line-height: 18px;
    position: fixed;
    width: 100%;
    height: 54px;
    text-align: center;
    z-index: -999999;
    top: 0;
    left: 0;
    opacity: 0;
    -webkit-transition: all 1s ease;
    transition: all 1s ease;
}
#sessExpirP {
    margin-top: 16px;
    padding: 0px;
}

.required::after {
    content: "*" !important;
    color: red !important;
    margin-left: 5px !important;
}


#PasswordHash {
    font-family: inherit;
    font-size: inherit;
    width: 100%;
    height: inherit;
    display: block;
    padding: 0.375rem 0.75rem;
    border: 1px solid #ced4da;
    line-height: 1.5;
}
