.landing-page-wrapper img{
    max-width: 100%;
    min-width: 100%;
    vertical-align: middle;
    background-repeat: no-repeat ;
}

.landing-page-wrapper {
    position:relative;
    height: 100vh;
}

.login-box {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50% , -50%);
    z-index: 99;
}

.button-wrap button {
    background-color: #b31f25; /* Green */
    border: none;
    color: white;
    padding: 15px 32px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
}

.overlay {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: 10;
    background-color: rgba(0,0,0,0.5);
}

.btn-primary {
    background-color: #50B051;
    border-color: #50B051;
}
.btn-primary:hover {
    background-color: #288c43;
    border-color: #288c43;
}

.btn-primary.focus, .btn-primary:focus {
    background-color: #50B051;
    border-color: #50B051;
}

.btn-primary:not(:disabled):not(.disabled):active,.btn-primary:active {
    background-color: #288c43;
    border-color: #288c43;
}

.anchor-wrap a {
  color: #666;
}

.table-bordered td, .table-bordered th {
    border: none;
    border-bottom: 1px solid #eeeeee;
}

.table-striped tbody tr:nth-of-type(odd) {
     background-color: #fff;
}

h1 small, h2 small, h3 small, h4 small, h5 small {
    font-size: .5em;
    display: inline-block;
    padding-left: .25em;
}

.border-grey-800 {
    border: 1px solid;
}

.switchery {
    background-color: #fff;
    border: 1px solid #ddd;
    cursor: pointer;
    display: block;
    line-height: 1;
    width: 2.25rem;
    height: 1.125rem;
    position: relative;
    box-sizing: content-box;
    border-radius: 100px;
}

.switchery>small {
    background-color: #fff;
    width: 1.125rem;
    height: 1.125rem;
    position: absolute;
    top: 0;
    box-shadow: 0 1px 3px rgba(0,0,0,.4);
    border-radius: 100px;
}
