html,
body {
    height: 100%;
}

img#logo {
    width: 250px;
}

body {
    display: -ms-flexbox;
    /*display: flex;*/
    -ms-flex-align: center;
    align-items: center;
    padding-top: 40px;
    padding-bottom: 40px;
    background-color: #1A1D21;
    overflow-x: hidden;
}

.form-signin .checkbox {
    font-weight: 400;
}

.form-signin .form-control {
    position: relative;
    box-sizing: border-box;
    height: auto;
    padding: 10px;
    font-size: 16px;
}

.form-signin .form-control:focus {
    z-index: 2;
}

.form-signin input[type="email"] {
    margin-bottom: -1px;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
}

.form-signin input[type="password"] {
    margin-bottom: 10px;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}

.bizztext {
    text-align: center;
    color: #fff;
    padding: 2px;
    overflow: hidden;
    height: 30px;
    line-height: 40px;
}

#bizzbar {
    background: #eb593c;
    width: 100%;
    text-align: center;
    color: #fff;
    padding: 2px;
    overflow: hidden;
    /* height: 30px; */
    z-index: 1000;
    line-height: 30px;
    position: fixed;
    top: 0;
    left: 0;
    /* border-bottom: 3px solid rgb(255,255,255); */
    box-shadow: 0 1px 5px rgba(0, 0, 0, .7);
}

.lined-label {
    position: relative;
}

.lined-label p {
    line-height: 1;
    font-size: 16px;
    color: #767676;
    font-weight: 400;
    z-index: 2;
    position: relative;
    display: inline-block;
    padding: 15px 8px 0 8px;
    background: #1A1D21;
}

.lined-label::after {
    content: "";
    width: 100%;
    background-color: transparent;
    display: block;
    height: 1px;
    border-top: 1px solid #e7e7e7;
    position: absolute;
    top: 50%;
    margin-top: -1px;
    z-index: 1;
}

.btn-themed {
    background-color: #1bb6a4;
    color: white;
    transition: all 350ms ease-in-out;
}

.btn-themed:hover {
    background-color: #3A7789;
    color: white;
}
#error{
    padding-bottom: 10px;
}
footer a:link {
    color: #1bb6a4;
}
footer a:hover {
    color: #2f7789;
}
.Newfooter {
    padding-bottom: 10px;
}
.Newfooter a:first-child {
    padding-right: 10px;
}

.Newfooter a:nth-child(2) {
    padding-left: 10px;
}