body {
    background-color: #efeeee;
}
#master {
    position: relative;
    top: 10vh;
    transition: all 2s ease;
    overflow: hidden;
}
h1 {
    /* font-family: Trebuchet MS !important; */
    font-size: 7vh;
    /* box-shadow: 3px 3px 25px black; */
    /* border-radius: 5px; */
    /* width: 95%; */
    /* margin-left: 2.5%; */
    height: 18vw;
    text-align: center;
    line-height: 18vw;
    background-color: black;
    color: white;
    /* margin-bottom: 2.25vw; */
    /* margin-top: 1.5vh !important; */
    font-weight: bold;
}

.no-block-end {
    margin-block-end: 0 !important;
}

.login_card {
    font-family: 'Open Sans Condensed', arial, sans;
    background: #FFFFFF;
    /* margin: 50px auto; */
    /* box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.22);
    -moz-box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.22);
    -webkit-box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.22); */
}
.login_card .card-header {
    text-transform: uppercase;
    font-family: 'Open Sans Condensed', sans-serif;
    font-size: 30px;
    font-weight: 100;
    padding: 40px;
    text-align:center;
    background-color: black;
}
.login_card .card-footer {
    display: flex;
    flex-wrap: wrap;
    flex-shrink: 0;
    align-items: center;
    justify-content: flex-end;
    padding: .75rem;
    border-top: 1px solid #dee2e6;
    border-bottom-right-radius: calc(.3rem - 1px);
    border-bottom-left-radius: calc(.3rem - 1px);
}
.login_card input[type="text"],
.login_card input[type="password"] {
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    outline: none;
    display: block;
    width: 100%;
    padding: 7px;
    border: none;
    border-bottom: 1px solid #ddd;
    background: transparent;
    margin-bottom: 10px;
    font: 16px Arial, Helvetica, sans-serif;
    height: 32px;
}
.form_login {
    width: 60%;
    margin: auto;
}
.pdsgrid .jsgrid-pager-container {
    background-color: #4d4d4d;
}
#modaledform #instruction {
    padding: 10px 30px 20px 30px;
    font-weight: bold;
    font-size: 17px;
}

.bg-image{
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-image: url('../../../images/login_background.jpg');
  }